Release transportpce
[transportpce.git] / ordmodels / device / pom.xml
index 2466103109a4c8f646c761b49e5583d55570a37e..54b6dfd0c3472c0dcec2bceb9b8f083aa9e5c5d5 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>5.0.14</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.transportpce.ordmodels</groupId>
   <artifactId>transportpce-ordmodels-device</artifactId>
-  <version>0.3.0-SNAPSHOT</version>
+  <version>1.2.0</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
@@ -26,14 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
-        <scope>import</scope>
-        <type>pom</type>
-      </dependency>
-      <dependency>
-        <groupId>org.opendaylight.mdsal.model</groupId>
-        <artifactId>mdsal-model-artifacts</artifactId>
-        <version>0.14.0-SNAPSHOT</version>
+        <version>1.8.2</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
@@ -55,15 +48,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
-      <artifactId>ietf-inet-types-2013-07-15</artifactId>
+      <artifactId>iana-afn-safi</artifactId>
+      <!--version>2013.07.04.17.9</version-->
     </dependency>
     <dependency>
-      <groupId>org.opendaylight.mdsal.model</groupId>
-      <artifactId>iana-afn-safi</artifactId>
+      <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+      <artifactId>rfc6991-ietf-inet-types</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.opendaylight.mdsal.model</groupId>
-      <artifactId>ietf-yang-types-20130715</artifactId>
+      <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+      <artifactId>rfc6991-ietf-yang-types</artifactId>
     </dependency>
   </dependencies>
 
@@ -72,14 +66,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
        <plugin>
          <groupId>org.apache.felix</groupId>
          <artifactId>maven-bundle-plugin</artifactId>
-         <version>3.0.1</version>
+         <!--version>3.0.1</version-->
          <extensions>true</extensions>
          <configuration>
            <instructions>
              <Include-Resource>{maven-resources},target/classes/LICENSE,META-INF/git.properties=-target/classes/META-INF/git.properties</Include-Resource>
              <_exportcontents>
                org.opendaylight.yang.gen.v1.http.org.openroadm.device.rev170206.internal.link,
-               org.opendaylight.yang.gen.v1.http.org.openroadm.device.rev170206.internal.links,
                org.opendaylight.yang.gen.v1.http.org.openroadm.device.rev170206.internal.links,*
              </_exportcontents>
            </instructions>
@@ -95,4 +88,5 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
        </plugin>
      </plugins>
   </build>
+
 </project>