Bump to odlparent 3.1.3
[groupbasedpolicy.git] / features / odl-groupbasedpolicy-iovisor / pom.xml
index d98c50bc3956a08d34f57bfcea987a063e726d23..4e4ee2667966e94ff03d0ae22a2765556c4f2e58 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>1.8.0-Carbon</version>
+        <version>3.1.3</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-iovisor</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.7.3-SNAPSHOT</version>
     <packaging>feature</packaging>
     <!--
         The IOVisor renderer.
@@ -24,8 +22,8 @@
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <aaa.version>0.6.0-SNAPSHOT</aaa.version>
-        <restconf.version>1.6.0-SNAPSHOT</restconf.version>
+        <aaa.version>0.7.3-SNAPSHOT</aaa.version>
+        <restconf.version>1.7.3-SNAPSHOT</restconf.version>
     </properties>
 
     <dependencyManagement>
@@ -41,7 +39,7 @@
             <!-- ODL-AAA-ARTIFACTS -->
             <dependency>
                 <groupId>org.opendaylight.aaa</groupId>
-                <artifactId>features-aaa-shiro</artifactId>
+                <artifactId>features-aaa</artifactId>
                 <version>${aaa.version}</version>
                 <type>pom</type>
                 <scope>import</scope>
@@ -83,6 +81,7 @@
         <dependency>
             <groupId>org.opendaylight.aaa</groupId>
             <artifactId>odl-aaa-shiro</artifactId>
+            <version>${aaa.version}</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>iovisor-renderer</artifactId>
-            <type>xml</type>
-            <classifier>config</classifier>
-        </dependency>
     </dependencies>
 </project>