Bump versions by x.(y+1).z for next dev cycle
[dlux.git] / archetype / pom.xml
index 7053bb55cd4fb80dab9568b6bd4cc38c884c653f..617aad5d8816ae792f9bb6a2b4aa9f402600550a 100644 (file)
@@ -3,31 +3,15 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.dlux</groupId>
-        <artifactId>dlux-parent</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
-        <relativePath>../</relativePath>
+        <groupId>org.opendaylight.controller.archetypes</groupId>
+        <artifactId>archetypes-parent</artifactId>
+        <version>0.7.0-SNAPSHOT</version>
+        <relativePath/>
     </parent>
+
+    <groupId>org.opendaylight.dlux</groupId>
     <artifactId>dlux-app</artifactId>
     <packaging>maven-archetype</packaging>
     <name>archetype-dlux-app</name>
 
-    <build>
-        <extensions>
-            <extension>
-                <groupId>org.apache.maven.archetype</groupId>
-                <artifactId>archetype-packaging</artifactId>
-                <version>2.2</version>
-            </extension>
-        </extensions>
-
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <artifactId>maven-archetype-plugin</artifactId>
-                    <version>2.2</version>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
 </project>