Author: mbenson
Date: Mon Apr 9 20:28:14 2012
New Revision: 1311420
URL: http://svn.apache.org/viewvc?rev=1311420&view=rev
Log:
downgrade release plugin a point
Modified:
bval/trunk/pom.xml
Modified: bval/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/bval/trunk/pom.xml?rev=1311420&r1=1311419&r2=1311420&view=diff
==============================================================================
--- bval/trunk/pom.xml (original)
+++ bval/trunk/pom.xml Mon Apr 9 20:28:14 2012
@@ -501,7 +501,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.2.2</version>
+ <!-- avoid 2.2.2 due to
http://jira.codehaus.org/browse/MRELEASE-742 -->
+ <version>2.2.1</version>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
<goals>deploy site site-deploy</goals>