Release Oxygen
[controller.git] / features / config / odl-config-netty-config-api / pom.xml
index 18c81672391282ff3c44a34ed7ae7f4ce48c94a5..38ae8721f9bf78f553cd75e4100dfa600207c569 100644 (file)
@@ -6,21 +6,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.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>odl-config-netty-config-api</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.4</version>
     <packaging>feature</packaging>
 
     <dependencies>
@@ -33,8 +31,8 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
-            <artifactId>odl4-netty-4</artifactId>
-            <version>1.9.0-SNAPSHOT</version>
+            <artifactId>odl-netty-4</artifactId>
+            <version>3.1.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
@@ -45,4 +43,4 @@
         </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>