Create release 0.4.3 of CCSDK
[ccsdk/parent.git] / odlparent / single-feature-parent / pom.xml
index 1c137c9..8620344 100644 (file)
        <packaging>pom</packaging>
        <groupId>org.onap.ccsdk.parent</groupId>
        <artifactId>single-feature-parent</artifactId>
-       <version>1.2.1-SNAPSHOT</version>
+       <version>1.2.3-SNAPSHOT</version>
 
        <parent>
                <groupId>org.opendaylight.odlparent</groupId>
                <artifactId>single-feature-parent</artifactId>
-               <version>3.1.4</version>
+               <version>3.1.5</version>
                <relativePath />
        </parent>
 
 
 
                <!-- CCSDK component versions -->
-               <ccsdk.sli.core.version>0.4.0-SNAPSHOT</ccsdk.sli.core.version>
-               <ccsdk.sli.adaptors.version>0.4.0-SNAPSHOT</ccsdk.sli.adaptors.version>
-               <ccsdk.sli.northbound.version>0.4.0-SNAPSHOT</ccsdk.sli.northbound.version>
-               <ccsdk.sli.plugins.version>0.4.0-SNAPSHOT</ccsdk.sli.plugins.version>
-               <ccsdk.distribution.version>0.4.0-SNAPSHOT</ccsdk.distribution.version>
+               <ccsdk.sli.core.version>0.4.3</ccsdk.sli.core.version>
+               <ccsdk.sli.adaptors.version>0.4.3</ccsdk.sli.adaptors.version>
+               <ccsdk.sli.northbound.version>0.4.3</ccsdk.sli.northbound.version>
+               <ccsdk.sli.plugins.version>0.4.3</ccsdk.sli.plugins.version>
+               <ccsdk.distribution.version>0.4.3</ccsdk.distribution.version>
                <sdnctl.sli.version>${ccsdk.sli.core.version}</sdnctl.sli.version>
                <sdnctl.aai.service.version>${ccsdk.sli.adaptors.version}</sdnctl.aai.service.version>
                <sdnctl.dblib.version>${ccsdk.sli.core.version}</sdnctl.dblib.version>
 
 
                <!-- Support libraries used by OpenDaylight -->
-               <odl.controller.mdsal.version>1.8.1</odl.controller.mdsal.version>
-               <odl.mdsal.version>2.5.1</odl.mdsal.version>
-               <odl.mdsal.model.version>0.13.1</odl.mdsal.model.version>
-               <odl.netconf.restconf.version>1.8.1</odl.netconf.restconf.version>
-               <odl.netconf.netconf.version>1.5.1</odl.netconf.netconf.version>
-               <odl.netconf.sal.rest.docgen.version>1.8.1</odl.netconf.sal.rest.docgen.version>
+               <odl.controller.mdsal.version>1.8.2</odl.controller.mdsal.version>
+               <odl.mdsal.version>2.5.2</odl.mdsal.version>
+               <odl.mdsal.model.version>0.13.2</odl.mdsal.model.version>
+               <odl.netconf.restconf.version>1.8.2</odl.netconf.restconf.version>
+               <odl.netconf.netconf.version>1.5.2</odl.netconf.netconf.version>
+               <odl.netconf.sal.rest.docgen.version>1.8.2</odl.netconf.sal.rest.docgen.version>
                <!-- Used by aaa, vtn -->
                <commons.codec.version>1.11</commons.codec.version>
                <!-- Used by netconf, ovsdb -->
                <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, 
                        integration/distribution, snmp4sdn, toolkit, ttp -->
                <jackson.version>2.8.11</jackson.version>
+               <jackson.bom.version>2.8.11.20181123</jackson.bom.version>
                <!-- Used by snmp4sdn, yangtools -->
-               <javassist.version>3.23.1-GA</javassist.version>
+               <javassist.version>3.24.0-GA</javassist.version>
 
                <!-- FIXME remove all dependencies for jersey 1.17 after migration all 
                        projects -->
                <!-- Used by nic, sfc, sxp, tsdr -->
                <mockito.version>1.10.19</mockito.version>
                <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit -->
-               <netty.version>4.1.30.Final</netty.version>
+               <netty.version>4.1.31.Final</netty.version>
                <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, 
                        toolkit -->
                <slf4j.version>1.7.25</slf4j.version>
                </profile>
 
                <!-- End of profiles from ONAP oparent -->
-
+               <profile>
+                       <id>nexus-staging</id>
+                       <activation>
+                           <property>
+                               <name>!altDeploymentRepository</name>
+                           </property>
+                       </activation>
+                       <build>
+                               <plugins>
+                                       <plugin>
+                                               <groupId>org.sonatype.plugins</groupId>
+                                               <artifactId>nexus-staging-maven-plugin</artifactId>
+                                               <version>1.6.7</version>
+                                               <extensions>true</extensions>
+                                               <configuration>
+                                                       <nexusUrl>https://nexus.onap.org</nexusUrl>
+                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                                                       <serverId>ecomp-staging</serverId>
+                                               </configuration>
+                                       </plugin>
+                               </plugins>
+                       </build>
+               </profile>
                <profile>
                        <activation>
                                <file>
                                        <plugin>
                                                <groupId>org.opendaylight.yangtools</groupId>
                                                <artifactId>yang-maven-plugin</artifactId>
+                                               <version>2.1.8</version>
                                                <dependencies>
                                                        <dependency>
                                                                <groupId>org.opendaylight.mdsal</groupId>
                                <scope>import</scope>
                        </dependency>
                        <dependency>
-                               <groupId>org.onap.ccsdk.sli.core</groupId>
-                               <artifactId>sli-core-artifacts</artifactId>
-                               <version>${ccsdk.sli.core.version}</version>
-                               <type>pom</type>
-                               <scope>import</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.onap.ccsdk.sli.adaptors</groupId>
-                               <artifactId>sli-adaptors-artifacts</artifactId>
-                               <version>${ccsdk.sli.adaptors.version}</version>
-                               <type>pom</type>
-                               <scope>import</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.onap.ccsdk.sli.northbound</groupId>
-                               <artifactId>sli-northbound-artifacts</artifactId>
-                               <version>${ccsdk.sli.northbound.version}</version>
-                               <type>pom</type>
-                               <scope>import</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.onap.ccsdk.sli.plugins</groupId>
-                               <artifactId>sli-plugins-artifacts</artifactId>
-                               <version>${ccsdk.sli.plugins.version}</version>
-                               <type>pom</type>
-                               <scope>import</scope>
+                           <groupId>com.fasterxml.jackson</groupId>
+                           <artifactId>jackson-bom</artifactId>
+                           <version>${jackson.bom.version}</version>
+                           <type>pom</type>
+                           <scope>import</scope>
                        </dependency>
 
-
                        <dependency>
                                <groupId>org.opendaylight.controller</groupId>
                                <artifactId>sal-test-model</artifactId>
                        <plugins>
 
                                <!-- Plugins from ONAP version (parent of oparent) -->
-                               <plugin>
-                                       <groupId>org.sonatype.plugins</groupId>
-                                       <artifactId>nexus-staging-maven-plugin</artifactId>
-                                       <version>1.6.7</version>
-                                       <extensions>true</extensions>
-                                       <configuration>
-                                               <nexusUrl>${onap.nexus.url}</nexusUrl>
-                                               <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                               <serverId>ecomp-staging</serverId>
-                                       </configuration>
-                               </plugin>
+
                                <plugin>
                                        <groupId>org.apache.maven.plugins</groupId>
                                        <artifactId>maven-deploy-plugin</artifactId>
                                                                        <requireReleaseDeps>
                                                                                <failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
                                                                                <onlyWhenRelease>true</onlyWhenRelease>
-                                                                               <level>ERROR</level>
+                                                                               <level>WARN</level>
                                                                        </requireReleaseDeps>
                                                                </rules>
                                                        </configuration>
                <plugins>
 
                        <!-- Plugins from oparent version (parent of oparent) -->
-                       <plugin>
-                               <groupId>org.sonatype.plugins</groupId>
-                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                       </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-deploy-plugin</artifactId>