fix some minor issues
[transportpce.git] / ordmodels / device / pom.xml
index 14761e71db0cf25b9f92def2d621da7c9f0ad477..8ba53e168140fc549d7aff5f6862354408acb97a 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>4.0.8</version>
+    <version>5.0.10</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.transportpce.ordmodels</groupId>
   <artifactId>transportpce-ordmodels-device</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
@@ -26,7 +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.7.2-SNAPSHOT</version>
+        <version>1.8.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
@@ -49,7 +49,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>iana-afn-safi</artifactId>
-      <version>2013.07.04.16.3</version>
+      <!--version>2013.07.04.17.9</version-->
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
@@ -66,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>
@@ -89,4 +88,5 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
        </plugin>
      </plugins>
   </build>
+
 </project>