[Jsptest-svn-commits] SF.net SVN: jsptest:[250] trunk/pom.xml
Status: Alpha
Brought to you by:
lkoskela
|
From: <lko...@us...> - 2008-11-19 12:59:17
|
Revision: 250
http://jsptest.svn.sourceforge.net/jsptest/?rev=250&view=rev
Author: lkoskela
Date: 2008-11-19 12:59:11 +0000 (Wed, 19 Nov 2008)
Log Message:
-----------
Added the <autoVersionSubmodules/> configuration for maven-release-plugin
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-11-09 12:08:04 UTC (rev 249)
+++ trunk/pom.xml 2008-11-19 12:59:11 UTC (rev 250)
@@ -164,6 +164,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
<preparationGoals>clean install</preparationGoals>
</configuration>
</plugin>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|