[maven-release-plugin] prepare for next development iteration
[gpl/argeo-suite.git] / dist / pom.xml
index dcfab9bcdfc59eabf353e638679622dc7dbd2fd5..e7cfe97346cb10f7dc64581be6098de14be3aed2 100644 (file)
@@ -4,30 +4,14 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>2.1.14-SNAPSHOT</version>
+               <version>2.1.17-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dist</artifactId>
        <name>Argeo Suite Distributions</name>
        <packaging>pom</packaging>
        <modules>
+               <module>argeo-suite-demo</module>
                <module>argeo-office</module>
        </modules>
-       <build>
-               <plugins>
-                       <plugin>
-                               <artifactId>maven-assembly-plugin</artifactId>
-                               <dependencies>
-                                       <dependency>
-                                               <groupId>org.argeo.commons</groupId>
-                                               <artifactId>assembly-descriptors</artifactId>
-                                               <version>${version.argeo-commons}</version>
-                                       </dependency>
-                               </dependencies>
-                               <configuration>
-                                       <attach>false</attach>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
 </project>