Release transportpce
[transportpce.git] / features / odl-transportpce-tapi / pom.xml
index 52fa88ad3d057f9b2a83cfe8e34e3f7ac3d2d40f..12c57b897efb7d68ce02e8fbf0554f6e679a2192 100644 (file)
@@ -12,22 +12,25 @@ 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>8.1.1</version>
+    <version>11.0.1</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>odl-transportpce-tapi</artifactId>
-  <version>4.0.0-SNAPSHOT</version>
+  <version>6.0.0</version>
   <packaging>feature</packaging>
-
   <name>OpenDaylight :: transportpce :: tapi</name>
 
+  <properties>
+    <transportpce.models.version>17.0.0</transportpce.models.version>
+  </properties>
+
   <dependencies>
     <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>transportpce-tapimodels</artifactId>
-      <version>${project.version}</version>
+      <groupId>org.opendaylight.transportpce.models</groupId>
+      <artifactId>tapi-2.1.1</artifactId>
+      <version>${transportpce.models.version}</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
@@ -36,7 +39,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     </dependency>
   </dependencies>
 
-<!-- skipping test since this is an umbrella project / folder -->
+  <!-- skipping test since this is an umbrella project / folder -->
   <build>
     <plugins>
       <plugin>
@@ -48,5 +51,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       </plugin>
     </plugins>
   </build>
-
 </project>