]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - archetypes/pom.xml
[maven-release-plugin] prepare for next development iteration
[gpl/argeo-slc.git] / archetypes / pom.xml
index 3fb57c9e6f9cd0217b4ad306a32d06f28717e00c..478281e30b0fd44847d5f520bbfdd19162615caf 100644 (file)
@@ -3,14 +3,21 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.11.5-SNAPSHOT</version>
+               <version>1.1.8-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc</groupId>
-       <artifactId>archetype</artifactId>
+       <artifactId>archetypes</artifactId>
        <packaging>pom</packaging>
-       <name>SLC Maven Archetype</name>
+       <name>SLC Maven Archetypes</name>
        <modules>
-               <module>org.argeo.slc.archetype.basic</module>
+               <module>org.argeo.slc.executionmodule</module>
        </modules>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                       </plugin>
+               </plugins>
+       </build>
 </project>
\ No newline at end of file