Bug 5377: Support configuring cipher suites to use for SSLEngine
[openflowjava.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0fb24b4eccb2576404a6e9ce7aa35def7ac43893..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.0-SNAPSHOT</version>
+        <version>1.5.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-parent</artifactId>
-    <version>0.6.0-SNAPSHOT</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.0-SNAPSHOT</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.5.5-SNAPSHOT</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
-        <sonar.skippedModules>org.openflow.openflowj,net.sf.jung2</sonar.skippedModules>
-        <yang.prototype.version>1.2.0-SNAPSHOT</yang.prototype.version>
-        <ietf.model.version>2010.09.24.7-SNAPSHOT</ietf.model.version>
-        <yang.ext.version>2013.09.07.7-SNAPSHOT</yang.ext.version>
-        <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
-        <yangtools.generator.version>0.7.0-SNAPSHOT</yangtools.generator.version>
-        <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
-       <config.version>0.3.0-SNAPSHOT</config.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>
                             <ignore/>
                           </action>
                         </pluginExecution>
-                        <pluginExecution>
-                          <pluginExecutionFilter>
-                            <groupId>org.codehaus.enunciate</groupId>
-                            <artifactId>maven-enunciate-plugin</artifactId>
-                            <versionRange>[0.0,)</versionRange>
-                            <goals>
-                              <goal>docs</goal>
-                            </goals>
-                          </pluginExecutionFilter>
-                          <action>
-                            <ignore/>
-                          </action>
-                        </pluginExecution>
                         <pluginExecution>
                           <pluginExecutionFilter>
                             <groupId>org.jacoco</groupId>