TAPI topology creation for 100GE Transponder
[transportpce.git] / features / odl-transportpce / pom.xml
index 9487097d6ca6c69b7363575e2122e08df1638727..60b8f22358ead5e994a0ba497373977bec8282a3 100644 (file)
@@ -12,22 +12,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>3.1.3</version>
+    <version>5.0.3</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>odl-transportpce</artifactId>
-  <version>0.3.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
 
   <properties>
-    <mdsal.model.version>0.13.1-SNAPSHOT</mdsal.model.version>
-    <mdsal.version>1.8.1-SNAPSHOT</mdsal.version>
-    <yangtools.version>2.0.9</yangtools.version>
-    <netconf.version>1.5.1-SNAPSHOT</netconf.version>
-    <restconf.version>1.8.1-SNAPSHOT</restconf.version>
+    <mdsal.version>1.10.2-SNAPSHOT</mdsal.version>
+    <yangtools.version>3.0.6</yangtools.version>
+    <netconf.version>1.7.2-SNAPSHOT</netconf.version>
+    <restconf.version>1.10.2-SNAPSHOT</restconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
@@ -88,13 +87,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
-    <!--dependency>
-      <groupId>org.opendaylight.transportpce</groupId>
-      <artifactId>odl-transportpce-stubmodels</artifactId>
-      <version>${project.version}</version>
-      <classifier>features</classifier>
-      <type>xml</type>
-    </dependency-->
     <dependency>
       <groupId>org.opendaylight.transportpce</groupId>
       <artifactId>transportpce-common</artifactId>
@@ -125,16 +117,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <artifactId>transportpce-servicehandler</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <!--dependency>
+    <dependency>
       <groupId>org.opendaylight.transportpce</groupId>
-      <artifactId>transportpce-stubpce</artifactId>
+      <artifactId>transportpce-tapimodels</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.transportpce</groupId>
-      <artifactId>transportpce-stubrenderer</artifactId>
+      <artifactId>transportpce-tapi</artifactId>
       <version>${project.version}</version>
-    </dependency-->
+    </dependency>
   </dependencies>
 
 <!-- skipping test since this is an umbrella project / folder -->