Bump versions by x.(y+1).z
[openflowplugin.git] / extension / pom.xml
index 498f32f4d9982859b95af75e58a2a33ca5895ce4..b38f712237a8ca9e43f24a5d7b6d1a246ec8d347 100644 (file)
@@ -1,25 +1,33 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.openflowplugin</groupId>
-        <artifactId>openflowplugin-parent</artifactId>
-        <version>0.5.0-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>12.0.3</version>
+        <relativePath/>
     </parent>
 
-    <artifactId>openflowplugin-extension-parent</artifactId>
+    <groupId>org.opendaylight.openflowplugin</groupId>
+    <artifactId>openflowplugin-extension-aggregator</artifactId>
+    <version>0.17.0-SNAPSHOT</version>
     <packaging>pom</packaging>
+
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+
     <modules>
         <module>openflowjava-extension-nicira-api</module>
         <module>openflowjava-extension-nicira</module>
+        <module>openflowjava-extension-eric</module>
         <module>openflowplugin-extension-api</module>
         <module>openflowplugin-extension-nicira</module>
         <module>openflowplugin-extension-onf</module>
+        <module>openflowplugin-extension-eric</module>
         <module>test-extension</module>
         <module>features-extension-aggregator</module>
-        <module>features-he-extension-aggregator</module>
     </modules>
 </project>