Bump versions by x.y.(z+1)
[groupbasedpolicy.git] / features / odl-groupbasedpolicy-ofoverlay / pom.xml
index 1703f00a6d3023d70fe2facd2b8cff791df07f96..e9afa3139e66e29d123d1027b25a7389afc476e1 100644 (file)
@@ -1,18 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.4</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-ofoverlay</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.7.5-SNAPSHOT</version>
     <packaging>feature</packaging>
     <!--
         The OpenFlow Overlay renderer.
@@ -25,9 +23,9 @@
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <openflowplugin.version>0.5.0-SNAPSHOT</openflowplugin.version>
-        <ovsdb.southbound.version>1.5.0-SNAPSHOT</ovsdb.southbound.version>
-        <sfc.version>0.6.0-SNAPSHOT</sfc.version>
+        <openflowplugin.version>0.6.5-SNAPSHOT</openflowplugin.version>
+        <ovsdb.southbound.version>1.6.5-SNAPSHOT</ovsdb.southbound.version>
+        <sfc.version>0.7.5-SNAPSHOT</sfc.version>
     </properties>
 
     <dependencyManagement>