Bug 5377: Support configuring cipher suites to use for SSLEngine
[openflowjava.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index db935faba0650b7228be200f739cea1f5cb41d0b..d05031b240b52e58f89031791b8bea62eb09b285 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.5.1-Lithium-SR1</version>
+        <version>1.5.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-parent</artifactId>
-    <version>0.6.1-Lithium-SR1</version>
+    <version>0.6.5-SNAPSHOT</version>
     <name>openflowjava</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
         <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <jmxGeneratorPath>${project.build.directory}/yang-gen-config</jmxGeneratorPath>
-        <karaf.distro.empty.version>1.5.1-Lithium-SR1</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.5.5-SNAPSHOT</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
 
-        <config.version>0.3.1-Lithium-SR1</config.version>
-        <mdsal.version>1.2.1-Lithium-SR1</mdsal.version>
-        <yangtools.version>0.7.1-Lithium-SR1</yangtools.version>
+        <config.version>0.3.5-SNAPSHOT</config.version>
+        <mdsal.version>1.2.5-SNAPSHOT</mdsal.version>
+        <yangtools.version>0.7.5-SNAPSHOT</yangtools.version>
 
         <!-- Sonar config -->
         <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>