Author: wesw
Date: Tue Aug 11 19:12:45 2009
New Revision: 803247
URL: http://svn.apache.org/viewvc?rev=803247&view=rev
Log:
[maven-release-plugin] rollback the release of struts-master-6
Modified:
struts/maven/trunk/pom/pom.xml
Modified: struts/maven/trunk/pom/pom.xml
URL:
http://svn.apache.org/viewvc/struts/maven/trunk/pom/pom.xml?rev=803247&r1=803246&r2=803247&view=diff
==============================================================================
--- struts/maven/trunk/pom/pom.xml (original)
+++ struts/maven/trunk/pom/pom.xml Tue Aug 11 19:12:45 2009
@@ -299,6 +299,16 @@
<url>scp://people.apache.org/www/struts.apache.org</url>
</site>
</distributionManagement>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-7</version>
+ <configuration>
+ <releaseProfiles>release</releaseProfiles>
+ <goals>deploy</goals>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
-
-