(no commit message)
authorErik Brakkee <erik@brakkee.org>
Tue, 13 Apr 2010 18:05:51 +0000 (18:05 +0000)
committerErik Brakkee <erik@brakkee.org>
Tue, 13 Apr 2010 18:05:51 +0000 (18:05 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index 00bdb2c646626dfdbd2bb3f7fa813abfe7c7d93e..3faf0bdb3d3e4b3a5d128b5beebfd82e41c3d2b8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <version>2.0</version>
+                <configuration>
+                    <autoVersionSubmodules>true</autoVersionSubmodules>
+                </configuration>
+            </plugin>
             <plugin>
                 <artifactId>maven-clean-plugin</artifactId>
                 <version>2.4</version>
             </activation>
         </profile>
     </profiles>
-    
+
     <distributionManagement>
         <repository>
             <id>local</id>