Bump versions by x.y.(z+1) 54/57854/1
authorjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 25 May 2017 18:18:07 +0000 (18:18 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 25 May 2017 21:43:54 +0000 (21:43 +0000)
Change-Id: I38002064c0fe671cc7c59bbf1b05ce93a0e1c518
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
20 files changed:
nemo-api/pom.xml
nemo-artifacts/pom.xml
nemo-features/nemo-features/pom.xml
nemo-features/nemo-features4/pom.xml
nemo-features/odl-nemo-api/pom.xml
nemo-features/odl-nemo-cli-renderer/pom.xml
nemo-features/odl-nemo-engine-rest/pom.xml
nemo-features/odl-nemo-engine-ui/pom.xml
nemo-features/odl-nemo-engine/pom.xml
nemo-features/odl-nemo-openflow-renderer/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 da1578bb2be4538ebdde52fe9f6e7f6ea9fa091e..3ec3b032730bc286be870f3054124958fddfac41 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.10.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-api</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.1-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. -->
@@ -54,7 +54,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>maven-sal-api-gen-plugin</artifactId>
-            <version>0.10.0-SNAPSHOT</version>
+            <version>0.10.1-SNAPSHOT</version>
             <type>jar</type>
           </dependency>
         </dependencies>
index 7a6f47d92a6a00979189db149e06cf860b075545..264a5b454c626e9e2fe06766e0783d2247170cf6 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.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-artifacts</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.1-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 ba94212646a45ddc13622663e1391d2f63e0dc30..41e561b3b3a82e4c8b71ea5053859acd736e21ca 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.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-features</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.1-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 :: nemo :: ${project.artifactId}</name>
@@ -28,11 +28,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </prerequisites>
 
   <properties>
-    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
-    <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
-    <restconf.version>1.5.0-SNAPSHOT</restconf.version>
-    <dlux.version>0.5.0-SNAPSHOT</dlux.version>
-    <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
+    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
+    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
+    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
+    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
+    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
   </properties>
 
   <dependencyManagement>
index 44ca46ba098648ac853262602e82ea346902f417..f1466b48e86c80de832eeabe2deeb6edbf27fcd5 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>nemo-features4</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.1-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 :: nemo :: ${project.artifactId}</name>
index 99f6fc430cd5d96fdd823d34ce49bed2715c52fe..22046fb60833c6641ae5c62fa0c2cfb20b77eac3 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>odl-nemo-api</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: NEMO :: API</name>
@@ -29,7 +29,7 @@
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>odl-mdsal-models</artifactId>
-            <version>0.10.0-SNAPSHOT</version>
+            <version>0.10.1-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 4c966b4dd3394020c4ba0465c441acec65d290b9..8048c798e86fd3aa0504c5502f1a900a32536c0e 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>odl-nemo-cli-renderer</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: NEMO :: CLI Renderer</name>
index 87aec21265e628eb6e249e0c4e569bf90a06f987..94ea813a2d3533390f9843cc66032f34a48d7da5 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>odl-nemo-engine-rest</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: NEMO :: Engine :: REST</name>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
-            <version>1.5.0-SNAPSHOT</version>
+            <version>1.5.1-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-mdsal-apidocs</artifactId>
-            <version>1.5.0-SNAPSHOT</version>
+            <version>1.5.1-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 1f97bda93718b619bc41491f6fde8e41b14d24b5..5e68b99f8fd3eaff29bb82f7a60974301a430f97 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>odl-nemo-engine-ui</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: NEMO :: Engine :: UI</name>
@@ -29,7 +29,7 @@
         <dependency>
             <groupId>org.opendaylight.dlux</groupId>
             <artifactId>odl-dlux-core</artifactId>
-            <version>0.5.0-SNAPSHOT</version>
+            <version>0.5.1-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index cdcbd75e245a75da7a26d5b0d1172b9bfd153d73..a33a3d2302fbd47930209755d91c8e12121c7694 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>odl-nemo-engine</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: NEMO :: Engine</name>
@@ -29,7 +29,7 @@
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>odl-mdsal-broker</artifactId>
-            <version>1.5.0-SNAPSHOT</version>
+            <version>1.5.1-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 2dd657cc45f0d1f4e86d77c0fa87ba0c1e8f7009..bc9aa1f92c99cade9f771aef9d66baefd5d121a9 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>odl-nemo-openflow-renderer</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: NEMO :: OpenFlow Renderer</name>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-flow-services</artifactId>
-            <version>0.4.0-SNAPSHOT</version>
+            <version>0.4.1-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
-            <version>0.4.0-SNAPSHOT</version>
+            <version>0.4.1-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index c159e6b1dd1d16468e295c34d813f5501172f46d..ae1f2bcfbe4fff7b8f5e27b82f25e2f7310eb168 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>nemo-features-aggregator</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.1-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 :: nemo :: ${project.artifactId}</name>
index 0029f6747ca1688978d0384dbd9d87a503d8c156..9d906ce918683e4db7e6250bc30045f873225e6a 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.6.0-SNAPSHOT</version>
+    <version>0.6.1-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-impl</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.1-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. -->
@@ -129,7 +129,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>maven-sal-api-gen-plugin</artifactId>
-            <version>0.10.0-SNAPSHOT</version>
+            <version>0.10.1-SNAPSHOT</version>
             <type>jar</type>
           </dependency>
         </dependencies>
index e9824fc0cac2df0f4a2389de9f566f92f08ea51a..440f4b3333db250a28ae57caddd6d78a9c5a3948 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>karaf-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-karaf</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.1-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 :: nemo :: ${project.artifactId}</name>
@@ -28,8 +28,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </prerequisites>
 
   <properties>
-    <feature.mdsal.version>1.5.0-SNAPSHOT</feature.mdsal.version>
-    <feature.dlux.version>0.5.0-SNAPSHOT</feature.dlux.version>
+    <feature.mdsal.version>1.5.1-SNAPSHOT</feature.mdsal.version>
+    <feature.dlux.version>0.5.1-SNAPSHOT</feature.dlux.version>
   </properties>
 
   <dependencyManagement>
index 1cf63cd78996e375d0f03df48b6705baaccb60a2..1781b112af025b30162a2fabf3a0cb5868500279 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.6.0-SNAPSHOT</version>
+    <version>0.6.1-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>cli-renderer</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.1-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. -->
@@ -122,7 +122,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>maven-sal-api-gen-plugin</artifactId>
-            <version>0.10.0-SNAPSHOT</version>
+            <version>0.10.1-SNAPSHOT</version>
             <type>jar</type>
           </dependency>
         </dependencies>
index 2f0d01d0671e4dfd292d53bf08c3c710aab90255..e27f55ecbbce8adcf5156b1b90fd6e48fa8cf6b7 100644 (file)
@@ -12,21 +12,21 @@ 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.0-SNAPSHOT</version>
+    <version>0.6.1-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>openflow-renderer</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.1-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 :: nemo :: ${project.artifactId}</name>
 
   <properties>
-    <liblldp.version>0.12.0-SNAPSHOT</liblldp.version>
-    <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
+    <liblldp.version>0.12.1-SNAPSHOT</liblldp.version>
+    <openflowplugin.version>0.4.1-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>
@@ -141,7 +141,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>maven-sal-api-gen-plugin</artifactId>
-            <version>0.10.0-SNAPSHOT</version>
+            <version>0.10.1-SNAPSHOT</version>
             <type>jar</type>
           </dependency>
         </dependencies>
index ee6d5003d6c8a158fc90c228dcc63af5993e1ad0..7c61bff74d1747e5a90adc9f9af26a717284c20c 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.2.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-renderers</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.1-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 01ee0e20a9f5d65cfc18b3c403baaeda0627cf88..61cb8a0f4a71a7ff757d9b7525b88044d06cec4b 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.2.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-tools</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.1-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 d8e8099100f6c0bdf2841b516c66af4926c859b2..d398e5df31b39fbdcbde2cd104797327f5659720 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.2.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>sandbox</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.1-SNAPSHOT</version>
   <packaging>jar</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
     <jersey.version>2.11</jersey.version>
     <enunciate.version>1.26.2</enunciate.version>
     <cli.version>1.2</cli.version>
-    <cliche.version>1.1.0-SNAPSHOT</cliche.version>
+    <cliche.version>1.1.1-SNAPSHOT</cliche.version>
     <ssh.version>262</ssh.version>
     <json.version>20090211</json.version>
   </properties>
index efe0331f00ac20ee8ac1f23cde0ec6c588b9e1e2..c1baba940257a542bdc25561130362238548bd02 100644 (file)
@@ -12,20 +12,20 @@ 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.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-ui</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.1-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 :: nemo :: ${project.artifactId}</name>
 
   <properties>
-    <dlux.version>0.5.0-SNAPSHOT</dlux.version>
+    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
   </properties>
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index e6efcea234f57584828137cdbf16398f9d23b65c..4f5ffc0fcaa8cefaaf8ea8a8419f5835807140db 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.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo.project</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>nemo</name>
   <description>OpenDaylight NEMO</description>