Bump versions by x.y.(z+1) 53/71453/1 stable/carbon
authorjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 26 Apr 2018 22:04:53 +0000 (22:04 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 26 Apr 2018 22:04:53 +0000 (22:04 +0000)
Change-Id: I0d239582195ef93a2e720bb82b5e207f4aa526bc
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
14 files changed:
api/pom.xml
artifacts/pom.xml
features/features-eman/pom.xml
features/features-eman/src/main/features/features.xml
features/features4-eman/pom.xml
features/odl-eman-api/pom.xml
features/odl-eman-ui/pom.xml
features/odl-eman/pom.xml
features/pom.xml
impl/pom.xml
it/pom.xml
karaf/pom.xml
pom.xml
sample_code/eman-httptest/pom.xml

index 22661930c9ae876d6070b5f7b0d4db57e9342cdc..971eb7c1a7bba385e16b1da9345f51fc7893fbe4 100644 (file)
@@ -10,22 +10,22 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.10.4-SNAPSHOT</version>
+    <version>0.10.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.eman</groupId>
   <artifactId>eman-api</artifactId>
-  <version>1.1.4-SNAPSHOT</version>
+  <version>1.1.5-SNAPSHOT</version>
   <packaging>bundle</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. -->
   <name>ODL :: eman :: ${project.artifactId}</name>
 
   <properties>
-    <mdsal.yang.version>2013.07.15.10.4-SNAPSHOT</mdsal.yang.version>
-    <snmp.yang.version>1.3.4-SNAPSHOT</snmp.yang.version>
+    <mdsal.yang.version>2013.07.15.10.5-SNAPSHOT</mdsal.yang.version>
+    <snmp.yang.version>1.3.5-SNAPSHOT</snmp.yang.version>
   </properties>
 
   <dependencies>
index 2c8cdc56939c21101e0b6ada61e583b8c32f1c9f..8c80269f71819ba62ca51508b6a3e8548d5cfb4b 100644 (file)
@@ -14,13 +14,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <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.eman</groupId>
   <artifactId>eman-artifacts</artifactId>
-  <version>1.1.4-SNAPSHOT</version>
+  <version>1.1.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 048efa0c4e01ab399c2ee4b07b79be31793e2db1..04342402f84cb8bef5d60e2da30e461f761cff9e 100644 (file)
@@ -10,12 +10,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <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.eman</groupId>
   <artifactId>eman-features</artifactId>
-  <version>1.1.4-SNAPSHOT</version>
+  <version>1.1.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 :: eman :: ${project.artifactId}</name>
@@ -26,12 +26,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   </prerequisites>
 
   <properties>
-    <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
-    <mdsal.version>1.5.4-SNAPSHOT</mdsal.version>
-    <restconf.version>1.5.4-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.4-SNAPSHOT</yangtools.version>
-    <dluxapps.version>0.5.4-SNAPSHOT</dluxapps.version>
-    <controller.version>1.5.4-SNAPSHOT</controller.version>
+    <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
+    <mdsal.version>1.5.5-SNAPSHOT</mdsal.version>
+    <restconf.version>1.5.5-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.5-SNAPSHOT</yangtools.version>
+    <dluxapps.version>0.5.5-SNAPSHOT</dluxapps.version>
+    <controller.version>1.5.5-SNAPSHOT</controller.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
@@ -101,7 +101,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <groupId>org.opendaylight.snmp</groupId>
       <artifactId>features-snmp</artifactId>
       <classifier>features</classifier>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.5-SNAPSHOT</version>
       <type>xml</type>
     </dependency>
     <dependency>
index 09e49f30a7e8e60e6231283de103ab3e9b765802..6bc135761d09c0ea4f5b94e9ee18299b5e336cbb 100644 (file)
@@ -16,13 +16,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
   <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
   <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
-  <repository>mvn:org.opendaylight.snmp/features-snmp/1.3.4-SNAPSHOT/xml/features</repository>
+  <repository>mvn:org.opendaylight.snmp/features-snmp/1.3.5-SNAPSHOT/xml/features</repository>
   <repository>mvn:org.opendaylight.dluxapps/features-dluxapps/{{VERSION}}/xml/features</repository>
 
   <feature name='odl-eman' version='${project.version}' description='OpenDaylight :: eman'>
     <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
-    <feature version="1.3.4-SNAPSHOT">odl-snmp-plugin</feature>
+    <feature version="1.3.5-SNAPSHOT">odl-snmp-plugin</feature>
     <bundle>mvn:org.opendaylight.eman/eman-api/{{VERSION}}</bundle>
     <bundle>mvn:org.opendaylight.eman/eman-impl/{{VERSION}}</bundle>
     <bundle>mvn:org.apache.httpcomponents/httpclient-osgi/4.5.2</bundle>
index d7064a17a991c085bac349e6aea73a3b0ff69541..31b2341b9fbacdf6136fd584079b6103e06848e5 100644 (file)
@@ -7,13 +7,13 @@
     <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>
 
     <groupId>org.opendaylight.eman</groupId>
     <artifactId>features4-eman</artifactId>
-    <version>1.1.4-SNAPSHOT</version>
+    <version>1.1.5-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: eman :: ${project.artifactId}</name>
 
index f039a505d7577e57cb80d1ff928c4cd50297df7c..42e48c882514c8686b8929caccec35825944c49c 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <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>
   
   <groupId>org.opendaylight.eman</groupId>
   <artifactId>odl-eman-api</artifactId>
-  <version>1.1.4-SNAPSHOT</version>
+  <version>1.1.5-SNAPSHOT</version>
   <packaging>feature</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. -->
@@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   </prerequisites>
 
   <properties>
-    <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
+    <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
   </properties>
 
   <dependencies>
index 4f4476751cacea9c16f7f09952526a51215cefd4..be5f2f5fbe7e49d6210622c30820760bde2ee841 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <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>
   
   <groupId>org.opendaylight.eman</groupId>
   <artifactId>odl-eman-ui</artifactId>
-  <version>1.1.4-SNAPSHOT</version>
+  <version>1.1.5-SNAPSHOT</version>
   <packaging>feature</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. -->
@@ -39,19 +39,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>odl-restconf</artifactId>
-      <version>1.5.4-SNAPSHOT</version>
+      <version>1.5.5-SNAPSHOT</version>
       <type>pom</type>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>odl-mdsal-apidocs</artifactId>
-      <version>1.5.4-SNAPSHOT</version>
+      <version>1.5.5-SNAPSHOT</version>
       <type>pom</type>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.dluxapps</groupId>
       <artifactId>odl-dluxapps-yangman</artifactId>
-      <version>0.5.4-SNAPSHOT</version>
+      <version>0.5.5-SNAPSHOT</version>
       <type>pom</type>
     </dependency>
   </dependencies>
index 4b4b0594cb29d836aee25e1d46e46f4792ec6b8a..54d852847039d1adc251d08d03006d270006c23a 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <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>
   
   <groupId>org.opendaylight.eman</groupId>
   <artifactId>odl-eman</artifactId>
-  <version>1.1.4-SNAPSHOT</version>
+  <version>1.1.5-SNAPSHOT</version>
   <packaging>feature</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. -->
@@ -32,21 +32,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>odl-mdsal-broker</artifactId>
-      <version>1.5.4-SNAPSHOT</version>
+      <version>1.5.5-SNAPSHOT</version>
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.snmp</groupId>
       <artifactId>odl-snmp-plugin</artifactId>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.5-SNAPSHOT</version>
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.eman</groupId>
       <artifactId>eman-api</artifactId>
-      <version>1.1.4-SNAPSHOT</version>
+      <version>1.1.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
index e61e8d29fc97e1fb6272dbb90f1e14a7e6c14883..950b2dc2db78e605da319cc12eef954929716c70 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <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.eman</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>1.1.4-SNAPSHOT</version>
+  <version>1.1.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: eman :: ${project.artifactId}</name>
 
index 71354a29aa03c25651f8ec4590d3e66e5a807b84..a147cd7a7ab355ed10f7302c381306a98b53fd74 100644 (file)
@@ -12,14 +12,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.6.4-SNAPSHOT</version>
+    <version>0.6.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.eman</groupId>
   <artifactId>eman-impl</artifactId>
-  <version>1.1.4-SNAPSHOT</version>
+  <version>1.1.5-SNAPSHOT</version>
   <packaging>bundle</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 eaa1707f0cc798a3cbb1555c5e3ae0ed0d001178..f227930db2399700fac3486ebeb46281ef713ac9 100644 (file)
@@ -12,14 +12,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>1.5.4-SNAPSHOT</version>
+    <version>1.5.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.eman</groupId>
   <artifactId>eman-it</artifactId>
-  <version>1.1.4-SNAPSHOT</version>
+  <version>1.1.5-SNAPSHOT</version>
   <packaging>bundle</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. -->
@@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <skipITs>false</skipITs>
     <karaf.distro.groupId>org.opendaylight.eman</karaf.distro.groupId>
     <karaf.distro.artifactId>eman-karaf</karaf.distro.artifactId>
-    <karaf.distro.version>1.1.4-SNAPSHOT</karaf.distro.version>
+    <karaf.distro.version>1.1.5-SNAPSHOT</karaf.distro.version>
     <karaf.distro.type>zip</karaf.distro.type>
   </properties>
 
index 6ec8fa0a7f3aafd6da1c79c7bb539461d049ccaa..5fb8d7487a9b141cbbe48e651dc96eb600eadaf6 100644 (file)
@@ -9,13 +9,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.eman</groupId>
   <artifactId>eman-karaf</artifactId>
-  <version>1.1.4-SNAPSHOT</version>
+  <version>1.1.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 :: eman :: ${project.artifactId}</name>
diff --git a/pom.xml b/pom.xml
index 5292496898c8355db9245215dec8bac60cf0701a..00862012037fddf1d1732219810aa7e0ae1afd89 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,13 +10,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <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.eman</groupId>
   <artifactId>eman-aggregator</artifactId>
-  <version>1.1.4-SNAPSHOT</version>
+  <version>1.1.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
 
index 83f319d714c4601052c66417c3298c2df7dd37d2..fd0f8f457d1ec0ec6622d87cf05a61e19437371f 100644 (file)
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.eman</groupId>
   <artifactId>eman-httptest</artifactId>
-  <version>0.0.5-SNAPSHOT</version>
+  <version>0.0.6-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 :: eman :: ${project.artifactId}</name>