This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a commit to tag 0.4
in repository https://gitbox.apache.org/repos/asf/bval.git

commit b1f51a92d8faa89aa7ebb074d5074ced6874a097
Author: mbenson <mbenson@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Mon Apr 9 20:28:14 2012 +0000

    downgrade release plugin a point
    
    git-svn-id: http://svn.apache.org/repos/asf/bval/trunk@1311420 
13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 80ff2b0..6a47a88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

Reply via email to