Cleanup and optimize POM
[transportpce.git] / features / odl-transportpce-api / pom.xml
index fa43abc0502a5352af0a5f77a3183fe6b50d49d9..25e3e06df4d4d41d7c9fc3a9e7b99a708862d67f 100644 (file)
@@ -12,34 +12,27 @@ 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.1</version>
+    <version>5.0.4</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>odl-transportpce-api</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
+  <name>OpenDaylight :: transportpce :: api</name>
 
   <properties>
-    <mdsal.model.version>0.12.3-SNAPSHOT</mdsal.model.version>
-    <mdsal.version>1.7.3-SNAPSHOT</mdsal.version>
-    <restconf.version>1.7.3-SNAPSHOT</restconf.version>
-    <yangtools.version>1.3.0-SNAPSHOT</yangtools.version>
-    <dlux.version>0.7.3-SNAPSHOT</dlux.version>
-    <netconf.version>1.4.3-SNAPSHOT</netconf.version>
+    <netconf.version>1.7.2-SNAPSHOT</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
-
-<name>OpenDaylight :: transportpce :: api</name>
-
   <dependencies>
     <dependency>
-      <groupId>org.opendaylight.mdsal.model</groupId>
-      <artifactId>odl-mdsal-models</artifactId>
-      <version>${mdsal.model.version}</version>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>odl-transportpce-ordmodels</artifactId>
+      <version>${project.version}</version>
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
@@ -48,10 +41,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <artifactId>transportpce-api</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>transportpce-ordmodels</artifactId>
-      <version>${project.version}</version>
-    </dependency>
   </dependencies>
+
+<!-- skipping test since this is a util project / folder -->
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.18.1</version>
+        <configuration>
+          <skipTests>true</skipTests>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>