This is an automated email from the ASF dual-hosted git repository.
rmannibucau pushed a commit to tag 1.1.1
in repository https://gitbox.apache.org/repos/asf/bval.git
commit 3674bcb7c8ae0eeb10b439ccb7d3d27e957680a3
Author: rmannibucau <rmannibucau@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Wed Feb 3 08:44:09 2016 +0000
trying to upgrade release plugin cause otherwise mvn 3.3 doesnt like it
git-svn-id: http://svn.apache.org/repos/asf/bval/trunk@1728272
13f79535-47bb-0310-9956-ffa450edef68
---
pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index a7d130b..5e06ddb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -529,8 +529,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <!-- avoid 2.2.2 due to
http://jira.codehaus.org/browse/MRELEASE-742 -->
- <version>2.2.1</version>
+ <version>2.5.1</version>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
<arguments>-Papache-release</arguments>