Bump versions by x.y.(z+1) 84/71484/1 stable/carbon
authorjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 26 Apr 2018 22:04:56 +0000 (22:04 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 26 Apr 2018 22:04:56 +0000 (22:04 +0000)
Change-Id: If97046d668d4aeec731c2c1c4af470cd118041c7
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
16 files changed:
features/features-sxp/pom.xml
features/features4-sxp/pom.xml
features/odl-sxp-api/pom.xml
features/odl-sxp-controller/pom.xml
features/odl-sxp-core/pom.xml
features/odl-sxp-robot/pom.xml
features/odl-sxp-routing/pom.xml
features/pom.xml
pom.xml
sxp-api/pom.xml
sxp-cluster-route/pom.xml
sxp-config/pom.xml
sxp-controller/pom.xml
sxp-core/pom.xml
sxp-karaf/pom.xml
sxp-robot/pom.xml

index 5dcc7335a1cfb351a2aa4214375c716b73d05ca2..07cc61693439fb36449e0c1d2a409883a265935f 100644 (file)
@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>features-parent</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.sxp</groupId>
     <artifactId>features</artifactId>
-    <version>1.4.4-SNAPSHOT</version>
+    <version>1.4.5-SNAPSHOT</version>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
          build failure. Please do not modify this unless you have a good reason. -->
     <name>ODL :: sxp :: ${project.artifactId}</name>
     <properties>
         <configfilebase>22-sxp-controller-one-node.xml</configfilebase>
         <features.file>features.xml</features.file>
-        <karaf.empty.version>1.8.4-SNAPSHOT</karaf.empty.version>
-        <mdsal.version>1.5.4-SNAPSHOT</mdsal.version>
-        <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
-        <restconf.version>1.5.4-SNAPSHOT</restconf.version>
-        <yangtools.version>1.1.4-SNAPSHOT</yangtools.version>
+        <karaf.empty.version>1.8.5-SNAPSHOT</karaf.empty.version>
+        <mdsal.version>1.5.5-SNAPSHOT</mdsal.version>
+        <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
+        <restconf.version>1.5.5-SNAPSHOT</restconf.version>
+        <yangtools.version>1.1.5-SNAPSHOT</yangtools.version>
         <jrobot.version>3.4.1</jrobot.version>
     </properties>
 
@@ -45,7 +45,7 @@
             <dependency>
                 <groupId>org.opendaylight.odlparent</groupId>
                 <artifactId>odlparent-artifacts</artifactId>
-                <version>1.8.4-SNAPSHOT</version>
+                <version>1.8.5-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>features-test</artifactId>
-            <version>1.8.4-SNAPSHOT</version>
+            <version>1.8.5-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <!-- dependency for opendaylight-karaf-empty for use by testing -->
index 0e7b980ff393cc8f9aa12a388a31c386edbb6347..2a5394c7d72c04bf2058dbf2a4ff4a22bb87e03c 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
@@ -16,7 +16,7 @@
 
     <groupId>org.opendaylight.sxp</groupId>
     <artifactId>features4-sxp</artifactId>
-    <version>1.4.4-SNAPSHOT</version>
+    <version>1.4.5-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index 9d13354f8fedf2c5f406d43a9b0632a2ff90d723..e5301db5c9a04a8aabdb7626680761ef3aba6073 100644 (file)
@@ -6,14 +6,14 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <packaging>feature</packaging>
 
     <groupId>org.opendaylight.sxp</groupId>
     <artifactId>odl-sxp-api</artifactId>
-    <version>1.4.4-SNAPSHOT</version>
+    <version>1.4.5-SNAPSHOT</version>
 
     <name>Feature :: OpenDaylight :: Sxp :: Api</name>
 
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>features4-mdsal-model</artifactId>
-                <version>0.10.4-SNAPSHOT</version>
+                <version>0.10.5-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features4-yangtools</artifactId>
-                <version>1.1.4-SNAPSHOT</version>
+                <version>1.1.5-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>odl-mdsal-models</artifactId>
-            <version>0.10.4-SNAPSHOT</version>
+            <version>0.10.5-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>odl-yangtools-common</artifactId>
-            <version>1.1.4-SNAPSHOT</version>
+            <version>1.1.5-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>features4-mdsal</artifactId>
-            <version>1.5.4-SNAPSHOT</version>
+            <version>1.5.5-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 9675b59fcf7e17d6952a8418d79e07b5b1afbfdd..b16f14dfc1ba6f9ade11e1be6519e529b16b6e62 100644 (file)
@@ -6,14 +6,14 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <packaging>feature</packaging>
 
     <groupId>org.opendaylight.sxp</groupId>
     <artifactId>odl-sxp-controller</artifactId>
-    <version>1.4.4-SNAPSHOT</version>
+    <version>1.4.5-SNAPSHOT</version>
 
     <name>Feature :: OpenDaylight :: Sxp :: Controller</name>
     <properties>
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>features4-mdsal</artifactId>
-                <version>1.5.4-SNAPSHOT</version>
+                <version>1.5.5-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>features4-restconf</artifactId>
-                <version>1.5.4-SNAPSHOT</version>
+                <version>1.5.5-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>odl-mdsal-broker</artifactId>
-            <version>1.5.4-SNAPSHOT</version>
+            <version>1.5.5-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
-            <version>1.5.4-SNAPSHOT</version>
+            <version>1.5.5-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 19b0821fe9a1d9202eb414e47aef1c4ccbda4ce8..18d8ea12af94cfa58f1d14d26e50269eeff9b8f0 100644 (file)
@@ -6,14 +6,14 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <packaging>feature</packaging>
 
     <groupId>org.opendaylight.sxp</groupId>
     <artifactId>odl-sxp-core</artifactId>
-    <version>1.4.4-SNAPSHOT</version>
+    <version>1.4.5-SNAPSHOT</version>
 
     <name>Feature :: OpenDaylight :: Sxp :: Core</name>
 
@@ -22,7 +22,7 @@
             <dependency>
                 <groupId>org.opendaylight.odlparent</groupId>
                 <artifactId>features4-odlparent</artifactId>
-                <version>1.8.4-SNAPSHOT</version>
+                <version>1.8.5-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
@@ -40,7 +40,7 @@
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>odl-netty-4</artifactId>
-            <version>1.8.4-SNAPSHOT</version>
+            <version>1.8.5-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index def3f7d2b831fd0aa0813f7af68e08bf46d735d4..fb115f60e3eaa79977f2ac4a5ec5d08a432d6473 100644 (file)
@@ -6,14 +6,14 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <packaging>feature</packaging>
 
     <groupId>org.opendaylight.sxp</groupId>
     <artifactId>odl-sxp-robot</artifactId>
-    <version>1.4.4-SNAPSHOT</version>
+    <version>1.4.5-SNAPSHOT</version>
 
     <name>Feature :: OpenDaylight :: Robot :: CSIT</name>
 
index fdbd2a18c9c01f146f0fda01b4e71d45b67f4a32..7f0b860f1c8b978910f7a02aac79646fcb789ddb 100644 (file)
@@ -6,14 +6,14 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <packaging>feature</packaging>
 
     <groupId>org.opendaylight.sxp</groupId>
     <artifactId>odl-sxp-routing</artifactId>
-    <version>1.4.4-SNAPSHOT</version>
+    <version>1.4.5-SNAPSHOT</version>
 
     <name>Feature :: OpenDaylight :: Sxp :: Cluster routing</name>
 
index 4454ec85377c5bdd5ad7629984ee154c72910384..13890c82ef119939dc672240feb8cf03f99d29c9 100644 (file)
@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.sxp</groupId>
     <artifactId>features-aggregator</artifactId>
-    <version>1.4.4-SNAPSHOT</version>
+    <version>1.4.5-SNAPSHOT</version>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
          build failure. Please do not modify this unless you have a good reason. -->
     <name>ODL :: sxp :: ${project.artifactId}</name>
diff --git a/pom.xml b/pom.xml
index 22bdf7a71b3dc3b9a63e7775368d1b9221777dc5..ebf856f2ea4798a9dffa897beb7a4532fb252050 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,13 +5,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.sxp</groupId>
     <artifactId>sxp-parent</artifactId>
-    <version>1.4.4-SNAPSHOT</version>
+    <version>1.4.5-SNAPSHOT</version>
     <name>sxp</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
         <java.version.source>1.8</java.version.source>
         <java.version.target>1.8</java.version.target>
 
-        <yangtools.version>1.1.4-SNAPSHOT</yangtools.version>
-        <yangtools.feature.version>1.1.4-SNAPSHOT</yangtools.feature.version>
-        <mdsal.version>1.5.4-SNAPSHOT</mdsal.version>
-        <mdsal.singleton.version>2.2.4-SNAPSHOT</mdsal.singleton.version>
-        <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
-        <config.version>0.6.4-SNAPSHOT</config.version>
-        <restconf.version>1.5.4-SNAPSHOT</restconf.version>
+        <yangtools.version>1.1.5-SNAPSHOT</yangtools.version>
+        <yangtools.feature.version>1.1.5-SNAPSHOT</yangtools.feature.version>
+        <mdsal.version>1.5.5-SNAPSHOT</mdsal.version>
+        <mdsal.singleton.version>2.2.5-SNAPSHOT</mdsal.singleton.version>
+        <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
+        <config.version>0.6.5-SNAPSHOT</config.version>
+        <restconf.version>1.5.5-SNAPSHOT</restconf.version>
 
         <!-- Yang Module Versions -->
-        <ietf-yang-types.version>2013.07.15.10.4-SNAPSHOT</ietf-yang-types.version>
-        <ietf-inet-types.version>1.2.4-SNAPSHOT</ietf-inet-types.version>
-        <yang-ext.version>2013.09.07.10.4-SNAPSHOT</yang-ext.version>
-        <yang-nt.version>2013.10.21.10.4-SNAPSHOT</yang-nt.version>
+        <ietf-yang-types.version>2013.07.15.10.5-SNAPSHOT</ietf-yang-types.version>
+        <ietf-inet-types.version>1.2.5-SNAPSHOT</ietf-inet-types.version>
+        <yang-ext.version>2013.09.07.10.5-SNAPSHOT</yang-ext.version>
+        <yang-nt.version>2013.10.21.10.5-SNAPSHOT</yang-nt.version>
 
         <!-- EPOLL artifacts -->
         <os.detected.classifier>linux-x86_64</os.detected.classifier>
index 17aa6c9a9fb43510a369f5729dd66c2d0b8f29a8..c4fbd95e29d9afa9c69086ead5c764e71229f4ee 100644 (file)
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opendaylight.sxp</groupId>
         <artifactId>sxp-parent</artifactId>
-        <version>1.4.4-SNAPSHOT</version>
+        <version>1.4.5-SNAPSHOT</version>
     </parent>
     <artifactId>sxp-api</artifactId>
     <packaging>bundle</packaging>
index 03a07a37106cdf64f62ed3d7b6a63538d23309d3..837fdaafda461abfaaa8edfec59c1294413d4fb4 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.sxp</groupId>
         <artifactId>sxp-parent</artifactId>
-        <version>1.4.4-SNAPSHOT</version>
+        <version>1.4.5-SNAPSHOT</version>
     </parent>
     <artifactId>sxp-cluster-route</artifactId>
     <packaging>bundle</packaging>
index 2a5b69f15a165e816e55d90a3fcad9d2ad04d1c6..cfd9e30841d41d6235294d4a9eb59fde762a1703 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <artifactId>sxp-parent</artifactId>
     <groupId>org.opendaylight.sxp</groupId>
-    <version>1.4.4-SNAPSHOT</version>
+    <version>1.4.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>sxp-config</artifactId>
index 318d04c238f3399621dd2a18f841c294ac40a5ba..52d4e50f3983f892761a7308dd4494c0188f9375 100644 (file)
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opendaylight.sxp</groupId>
         <artifactId>sxp-parent</artifactId>
-        <version>1.4.4-SNAPSHOT</version>
+        <version>1.4.5-SNAPSHOT</version>
     </parent>
     <artifactId>sxp-controller</artifactId>
     <packaging>bundle</packaging>
index e6a68d36ceb12de36347e62038f28142bb68056e..3818344cda09886c916dc6af4e80a1fbea8f74c7 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.sxp</groupId>
         <artifactId>sxp-parent</artifactId>
-        <version>1.4.4-SNAPSHOT</version>
+        <version>1.4.5-SNAPSHOT</version>
     </parent>
     <artifactId>sxp-core</artifactId>
     <packaging>bundle</packaging>
index f83cd85c8595340750e3513d8e15b3c6927b2a11..478f6af86014f985117cb01a10bb34f2f860cc1d 100644 (file)
@@ -4,12 +4,12 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.sxp</groupId>
   <artifactId>sxp-karaf</artifactId>
-  <version>1.4.4-SNAPSHOT</version>
+  <version>1.4.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 3c6d05451e14a69a6650f56c2a62417ea401b665..129dd5eddce0c4c6a19bee5367c1d40931323a49 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.sxp</groupId>
         <artifactId>sxp-parent</artifactId>
-        <version>1.4.4-SNAPSHOT</version>
+        <version>1.4.5-SNAPSHOT</version>
     </parent>
     <artifactId>sxp-robot</artifactId>
     <packaging>bundle</packaging>