[maven-release-plugin] prepare for next development iteration
[gpl/argeo-suite.git] / dist / pom.xml
index 38c2521bfd38c7e756b3b4dcecfc43e3860f4a44..90ca6d2e221db8f71dd076ca46ccd39fe836dd5b 100644 (file)
@@ -4,14 +4,27 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>2.3.1-SNAPSHOT</version>
+               <version>2.3-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>
+               <module>argeo-suite-standard</module>
        </modules>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>properties-maven-plugin</artifactId>
+                               <configuration>
+                                       <quiet>true</quiet>
+                                       <files>
+                                               <file>../../cnf/${version.context}.bnd</file>
+                                       </files>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
 </project>