Bumping versions by 0.0.1 for next dev cycle 73/43173/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 4 Aug 2016 22:25:53 +0000 (18:25 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 4 Aug 2016 22:25:53 +0000 (18:25 -0400)
Change-Id: Iaebd08f8510beb0e7e45ef101613efe537e635c9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
12 files changed:
nemo-api/pom.xml
nemo-artifacts/pom.xml
nemo-features/pom.xml
nemo-impl/pom.xml
nemo-karaf/pom.xml
nemo-renderers/cli-renderer/pom.xml
nemo-renderers/openflow-renderer/pom.xml
nemo-renderers/pom.xml
nemo-tools/pom.xml
nemo-tools/sandbox/pom.xml
nemo-ui/pom.xml
pom.xml

index 36f14d0b296517b1204fc135b95c546e7014adf7..e12a186920565452b01255e3a387614a814f61d3 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-api</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
index d56333745770eef1276507707979a4c450667f0e..2f67d42544f0198a137ee6f9724e4a87cb1ce82e 100644 (file)
@@ -12,13 +12,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.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-artifacts</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 61eb4dc116bed31bc129a40b01fed34bb23e4c2b..7edafd1b8ce65d1b9eef5c06dcfeae9d3c19d480 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-features</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
   <name>${project.artifactId}</name>
 
   <prerequisites>
@@ -26,11 +26,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </prerequisites>
 
   <properties>
-    <mdsal.model.version>0.8.3-SNAPSHOT</mdsal.model.version>
-    <mdsal.version>1.3.3-SNAPSHOT</mdsal.version>
-    <restconf.version>1.3.3-SNAPSHOT</restconf.version>
-    <dlux.version>0.3.3-SNAPSHOT</dlux.version>
-    <openflowplugin.version>0.2.3-SNAPSHOT</openflowplugin.version>
+    <mdsal.model.version>0.8.4-SNAPSHOT</mdsal.model.version>
+    <mdsal.version>1.3.4-SNAPSHOT</mdsal.version>
+    <restconf.version>1.3.4-SNAPSHOT</restconf.version>
+    <dlux.version>0.3.4-SNAPSHOT</dlux.version>
+    <openflowplugin.version>0.2.4-SNAPSHOT</openflowplugin.version>
   </properties>
 
   <dependencyManagement>
index a6d79e9133bf2035d4bc501cfc0d5323b282d62f..03363ef12e1042e1f5dd7fc4ad2f18a6f117ec7b 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.4.3-SNAPSHOT</version>
+    <version>0.4.4-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-impl</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
index d39029aa5cd968771aecd94a4d18bcd1e4e0f839..59b5b8401f53cbb154d7f78803ecb256096c407b 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-karaf</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
   <name>${project.artifactId}</name>
 
   <prerequisites>
@@ -26,8 +26,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </prerequisites>
 
   <properties>
-    <feature.mdsal.version>1.3.3-SNAPSHOT</feature.mdsal.version>
-    <feature.dlux.version>0.3.3-SNAPSHOT</feature.dlux.version>
+    <feature.mdsal.version>1.3.4-SNAPSHOT</feature.mdsal.version>
+    <feature.dlux.version>0.3.4-SNAPSHOT</feature.dlux.version>
   </properties>
 
   <dependencyManagement>
index 961d81cd461cb47664330b6b4d4fffeb161d572b..6be119ce982847423dc92ff92e0bcf368389a702 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.4.3-SNAPSHOT</version>
+    <version>0.4.4-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>cli-renderer</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
index 0d0435fa7d66cf961d2876d2065369eda83605c9..30e8569c8b44994f080de5507d427fc776864f5a 100644 (file)
@@ -12,19 +12,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.4.3-SNAPSHOT</version>
+    <version>0.4.4-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>openflow-renderer</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
   <properties>
-    <liblldp.version>0.10.3-SNAPSHOT</liblldp.version>
-    <openflowplugin.version>0.2.3-SNAPSHOT</openflowplugin.version>
+    <liblldp.version>0.10.4-SNAPSHOT</liblldp.version>
+    <openflowplugin.version>0.2.4-SNAPSHOT</openflowplugin.version>
     <sonar.jacoco.reportPath>target/code-coverage/jacoco.exec</sonar.jacoco.reportPath>
     <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
   </properties>
index 80d5b0ff4c351820d364d8f72905bae17f170f7b..c8f7235e5ff94600cf04e4d6af7a9fac5f8deec4 100644 (file)
@@ -12,12 +12,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>nemo.project</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-renderers</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index a8b4f8e9cc9b626dc42c174a7fbf0d718680c358..152194d3b491f3db5e99c72a6a290ba176b76884 100644 (file)
@@ -12,12 +12,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>nemo.project</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-tools</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 40e160b21e4781842bc447b992c8f6d67f54bb4c..ddb1b31e2fe9643370fc7f3dcf0317e9b198fc05 100644 (file)
@@ -12,12 +12,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>nemo-tools</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>sandbox</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>${project.artifactId}</name>
 
index bed71b3d5c40dd55f01de3c3b31f6c216209b217..6f799db740fef35f15f48b75ac3db43ae8541b00 100644 (file)
@@ -12,18 +12,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.8.3-SNAPSHOT</version>
+    <version>0.8.4-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-ui</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
   <properties>
-    <dlux.version>0.3.3-SNAPSHOT</dlux.version>
+    <dlux.version>0.3.4-SNAPSHOT</dlux.version>
   </properties>
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index 38bd5012d30ebebbf5b4964957542a5973171146..3f4f84a817bf3a2bf49a60a6d0fba0bb31351221 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo.project</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>nemo</name>
   <description>OpenDaylight NEMO</description>