Update version after release 10/102410/2
authorLuis Gomez <ecelgp@gmail.com>
Mon, 19 Sep 2022 02:28:54 +0000 (19:28 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Mon, 19 Sep 2022 02:39:20 +0000 (19:39 -0700)
Change-Id: If027a65180033664b0ec44aebde1d3756c3dcc51
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
docs/add-project-distribution.rst
opendaylight/pom.xml

index 5787f663a8e0f215ed66ebeda8460950ab7e7197..b944da96fef2a7277148eca97ad133572c2ff39e 100644 (file)
@@ -235,6 +235,6 @@ every time a merge happens in the project. Follow the steps below to add this tr
 
 #. Push changes to releng/builder and wait for patch verification and review.
 
-.. _managed-distribution: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/karaf
-.. _full-distribution: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/opendaylight
+.. _managed-distribution: https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/karaf
+.. _full-distribution: https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/opendaylight
 .. _distribution-sanity: https://jenkins.opendaylight.org/releng/view/Sanity
index b10c4054b92ba9bbd4e72b2eeda3f2b769ec4168..3630573e5e63e6bfd168104b5c18b3cc0d169685 100644 (file)
     <parent>
         <groupId>org.opendaylight.integration</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.16.1-SNAPSHOT</version>
+        <version>0.16.2-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>opendaylight</artifactId>
-    <version>16.1.0-SNAPSHOT</version>
+    <version>16.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>ODL :: integration :: ${project.artifactId}</name>
     <description>The actual Karaf archive building sub-project.</description>
@@ -48,7 +48,7 @@
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>odl-transportpce</artifactId>
-                    <version>5.0.0-SNAPSHOT</version>
+                    <version>5.1.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>runtime</scope>
@@ -56,7 +56,7 @@
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>odl-transportpce-tapi</artifactId>
-                    <version>5.0.0-SNAPSHOT</version>
+                    <version>5.1.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>runtime</scope>
@@ -64,7 +64,7 @@
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>odl-transportpce-inventory</artifactId>
-                    <version>5.0.0-SNAPSHOT</version>
+                    <version>5.1.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>runtime</scope>
@@ -72,7 +72,7 @@
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>odl-transportpce-nbinotifications</artifactId>
-                    <version>5.0.0-SNAPSHOT</version>
+                    <version>5.1.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>runtime</scope>
@@ -80,7 +80,7 @@
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>odl-transportpce-dmaap-client</artifactId>
-                    <version>5.0.0-SNAPSHOT</version>
+                    <version>5.1.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>runtime</scope>