Update versions for London
[ccsdk/cds.git] / components / model-catalog / blueprint-model / archetype-blueprint / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright © 2021 Bell Canada
4   ~
5   ~ Licensed under the Apache License, Version 2.0 (the "License");
6   ~ you may not use this file except in compliance with the License.
7   ~ You may obtain a copy of the License at
8   ~
9   ~     http://www.apache.org/licenses/LICENSE-2.0
10   ~
11   ~ Unless required by applicable law or agreed to in writing, software
12   ~ distributed under the License is distributed on an "AS IS" BASIS,
13   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   ~ See the License for the specific language governing permissions and
15   ~ limitations under the License.
16   -->
17
18 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19   <modelVersion>4.0.0</modelVersion>
20
21   <groupId>org.onap.ccsdk.cds.components.cba</groupId>
22   <artifactId>archetype-blueprint</artifactId>
23   <version>1.5.0-SNAPSHOT</version>
24   <packaging>maven-archetype</packaging>
25
26   <name>Components Model Catalog - Blueprints Model - Archetype Blueprints</name>
27   <description>CDS Micro-services Archetype CBA</description>
28
29   <build>
30     <pluginManagement>
31       <plugins>
32         <plugin>
33           <artifactId>maven-archetype-plugin</artifactId>
34           <version>3.2.0</version>
35         </plugin>
36       </plugins>
37     </pluginManagement>
38     <plugins>
39       <plugin>
40         <groupId>org.apache.maven.plugins</groupId>
41         <artifactId>maven-deploy-plugin</artifactId>
42         <version>2.8</version>
43         <configuration>
44           <skip>true</skip>
45         </configuration>
46       </plugin>
47     </plugins>
48     <extensions>
49       <extension>
50         <groupId>org.apache.maven.archetype</groupId>
51         <artifactId>archetype-packaging</artifactId>
52         <version>3.2.0</version>
53       </extension>
54     </extensions>
55   </build>
56 </project>