Author: tchemit Date: 2010-01-17 19:15:09 +0100 (Sun, 17 Jan 2010) New Revision: 777 Modified: trunk/pom.xml Log: by default, on release all modules has same version Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-17 17:44:37 UTC (rev 776) +++ trunk/pom.xml 2010-01-17 18:15:09 UTC (rev 777) @@ -663,6 +663,10 @@ <plugin> <artifactId>maven-release-plugin</artifactId> <version>2.0-beta-9</version> + <configuration> + <!-- all modules follow the mavenpom version, don't ask it --> + <autoVersionSubmodules>true</autoVersionSubmodules> + </configuration> </plugin> <plugin> @@ -1526,8 +1530,6 @@ <configuration> <!-- activate this profile while doing release:prepare --> <prepareVerifyArgs>-Dinternal</prepareVerifyArgs> - <!-- all modules follow the mavenpom version, don't ask it --> - <autoVersionSubmodules>true</autoVersionSubmodules> <!-- activate this profile while doing release:perform --> <releaseProfiles>internal</releaseProfiles> </configuration>