Bumping versions by 0.0.1 for next dev cycle
[nemo.git] / nemo-renderers / openflow-renderer / pom.xml
index 78feb7671869ab75f69d07ea0f80ad0654c38fb2..08e657a1c41e50be428f9a70f4c9162b80a44598 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.0-Beryllium</version>
+    <version>0.4.1-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>openflow-renderer</artifactId>
-  <version>1.0.0-Beryllium</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
   <properties>
-    <liblldp.version>0.10.0-Beryllium</liblldp.version>
-    <openflowplugin.version>0.2.0-Beryllium</openflowplugin.version>
+    <liblldp.version>0.10.1-SNAPSHOT</liblldp.version>
+    <openflowplugin.version>0.2.1-SNAPSHOT</openflowplugin.version>
     <jacoco.version>0.7.2.201409121644</jacoco.version>
     <sonar.jacoco.reportPath>target/code-coverage/jacoco.exec</sonar.jacoco.reportPath>
     <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>