Migrate to odlparent 1.9.0
[openflowjava.git] / features / features-openflowjava / pom.xml
index ceab13841c5e00fdc4bca501b362c2532198f169..09d569337fd57dd11f1602986e9d4348fc7cbbd1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.9.0-SNAPSHOT</version>
+    <version>1.9.0</version>
     <relativePath/>
   </parent>
 
@@ -12,6 +12,9 @@
   <artifactId>features-openflowjava</artifactId>
   <version>0.10.0-SNAPSHOT</version>
   <packaging>jar</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 :: openflowjava :: ${project.artifactId}</name>
 
   <properties>
     <config.version>0.7.0-SNAPSHOT</config.version>
@@ -35,7 +38,7 @@
       <dependency>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-artifacts</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.9.0</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>