Bumping versions by 0.0.1 after the Helium SR4 release
[openflowjava.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 43ae379ac73e4c678d0b0cc3e273ad52ff8bbb7f..78f7bf774e5b2ba7cb8cdc71e5f231e9a9196181 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,8 +3,10 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-parent</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5.5-SNAPSHOT</version>
+    <name>openflowjava</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
+
     <modules>
         <module>openflow-protocol-api</module>
         <module>openflow-protocol-spi</module>
@@ -13,8 +15,6 @@
         <module>openflow-protocol-it</module>
         <module>features</module>
         <module>simple-client</module>
-        <module>openflow-nx-resubmit-action</module>
-        <module>openflow-extension-nicira</module>
     </modules>
     <scm>
         <connection>scm:git:ssh://git.opendaylight.org:29418/openflowjava.git</connection>
         <url.version>1.5.0</url.version>
         <enunciate.version>1.26.2</enunciate.version>
         <jmxGeneratorPath>${project.build.directory}/yang-gen-config</jmxGeneratorPath>
-        <karaf.distro.empty.version>1.4.2-SNAPSHOT</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.4.7-SNAPSHOT</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
         <sonar.branch>${user.name}-private-view</sonar.branch>
         <sonar.skippedModules>org.openflow.openflowj,net.sf.jung2</sonar.skippedModules>
         <logback.version>1.0.9</logback.version>
         <slf4j.version>1.7.2</slf4j.version>
-        <yang.prototype.version>1.1-SNAPSHOT</yang.prototype.version>
-        <ietf.model.version>2010.09.24.4-SNAPSHOT</ietf.model.version>
-        <yang.ext.version>2013.09.07.4-SNAPSHOT</yang.ext.version>
+        <yang.prototype.version>1.1.5-SNAPSHOT</yang.prototype.version>
+        <ietf.model.version>2010.09.24.4.5-SNAPSHOT</ietf.model.version>
+        <yang.ext.version>2013.09.07.4.5-SNAPSHOT</yang.ext.version>
         <maven.bundle.version>2.4.0</maven.bundle.version>
         <guava.version>14.0.1</guava.version> 
-        <netty.version>4.0.19.Final</netty.version>
+        <netty.version>4.0.23.Final</netty.version>
         <releaseplugin.version>2.3.2</releaseplugin.version>
-        <yangtools.version>0.6.2-SNAPSHOT</yangtools.version>
-        <yangtools.generator.version>0.6.2-SNAPSHOT</yangtools.generator.version>
-       <config.version>0.2.5-SNAPSHOT</config.version>
+        <yangtools.version>0.6.7-SNAPSHOT</yangtools.version>
+        <yangtools.generator.version>0.6.7-SNAPSHOT</yangtools.generator.version>
+       <config.version>0.2.10-SNAPSHOT</config.version>
 
         <!-- Sonar config -->
         <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>config-api</artifactId>
-                <version>0.2.5-SNAPSHOT</version>
+                <version>0.2.10-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>junit</groupId>