Release Nitrogen
[groupbasedpolicy.git] / neutron-mapper / pom.xml
index a8f68b634ae4967c1733210796d24be43e062889..f4f25e290b515c2836c109eeeb97be4fb28a9d79 100644 (file)
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.11.0</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>neutron-mapper</artifactId>
-  <version>0.6.0-SNAPSHOT</version>
+  <version>0.6.0</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. -->
   <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
   <properties>
-    <neutron.version>0.9.0-SNAPSHOT</neutron.version>
+    <neutron.version>0.9.0</neutron.version>
   </properties>
 
   <dependencyManagement>
@@ -32,7 +32,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.6.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>