Release Nitrogen
[integration/distribution.git] / version / pom.xml
index 5b0cbbd244f3b48645ab49ea1ee452da7a3894b0..58116dfa7fe2abdd837523fc30ea1a55b9d6539e 100644 (file)
@@ -7,17 +7,19 @@
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         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.controller</groupId>
         <artifactId>config-filtering-parent</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
+        <version>0.7.1</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>version</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.7.1</version>
     <packaging>bundle</packaging>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
          build failure. Please do not modify this unless you have a good reason. -->
@@ -39,6 +41,6 @@
     </scm>
     <!-- Is there a way to inherit/include properties from a file bumped autimatically? -->
     <properties>
-        <feature.odlparent.version>1.8.0-SNAPSHOT</feature.odlparent.version>
+        <feature.odlparent.version>2.0.5</feature.odlparent.version>
     </properties>
 </project>