Update parent version to 1.3.1
[ccsdk/sli/core.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3         <modelVersion>4.0.0</modelVersion>
4
5         <parent>
6                 <groupId>org.onap.ccsdk.parent</groupId>
7                 <artifactId>odlparent-lite</artifactId>
8                 <version>1.3.1-SNAPSHOT</version>
9                 <relativePath/>
10         </parent>
11
12         <groupId>org.onap.ccsdk.sli.core</groupId>
13         <artifactId>ccsdk-sli-core</artifactId>
14         <version>0.5.0-SNAPSHOT</version>
15         <packaging>pom</packaging>
16
17         <name>ccsdk-sli-core</name>
18         <description>CCSDK core components contains the SLI, dblib</description>
19         <url>https://wiki.onap.org</url>
20         <organization>
21                 <name>ONAP</name>
22         </organization>
23         
24         <properties>
25                 <sitePath>content/sites/site/org/onap/ccsdk/sli/core/${project.version}/</sitePath>
26         </properties>
27
28         <modules>
29         <module>utils</module>
30                 <module>dblib</module>
31                 <module>sli</module>
32                 <module>filters</module>
33                 <module>sliPluginUtils</module>
34                 <module>sliapi</module>
35                 <module>features</module>
36                 <module>artifacts</module>
37         </modules>
38
39         <scm>
40                 <connection>scm:git:ssh://git@${onap.git.host}/sdnc-code.git</connection>
41                 <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-core.git</developerConnection>
42                 <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-core/browse</url>
43                 <tag>sdnc-core-1.1.0</tag>
44         </scm>
45
46
47         <profiles>
48                 <profile>
49                         <id>blackduck</id>
50                         <activation>
51                                 <property>
52                                         <name>blackduck-scan</name>
53                                 </property>
54                         </activation>
55                         <build>
56                                         <plugins>
57                                                 <plugin>
58                                                         <groupId>com.blackducksoftware.integration</groupId>
59                                                         <artifactId>hub-maven-plugin</artifactId>
60                                                         <version>1.4.0</version>
61                                                         <inherited>false</inherited>
62                                                         <configuration>
63                                                                 <hubProjectName>${project.name}</hubProjectName>
64                                                                 <outputDirectory>${project.basedir}</outputDirectory>
65                                                         </configuration>
66                                                         <executions>
67                                                                 <execution>
68                                                                         <id>create-bdio-file</id>
69                                                                         <phase>package</phase>
70                                                                         <goals>
71                                                                                 <goal>createHubOutput</goal>
72                                                                         </goals>
73                                                                 </execution>
74                                                         </executions>
75                                                 </plugin>
76                                         </plugins>
77
78
79
80                         </build>
81
82                 </profile>
83
84         </profiles>
85         <distributionManagement>
86                 <site>
87                         <id>ecomp-site</id>
88                         <url>dav:${onap.nexus.url}/${sitePath}</url>
89                 </site>
90         </distributionManagement>
91 </project>