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 bb80eaa3457e4c133a237e9879a6b98dca12bfac
Author: rmannibucau <rmannibucau@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Wed Dec 23 15:47:51 2015 +0000
upgrading commons-weaver to the snapshot cause of a blocking bug in 1.1
git-svn-id: http://svn.apache.org/repos/asf/bval/trunk@1721555
13f79535-47bb-0310-9956-ffa450edef68
---
bval-jsr/pom.xml | 2 --
pom.xml | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/bval-jsr/pom.xml b/bval-jsr/pom.xml
index 5a93460..ac5ad97 100644
--- a/bval-jsr/pom.xml
+++ b/bval-jsr/pom.xml
@@ -297,12 +297,10 @@
</includes>
</configuration>
</plugin>
- <!-- TODO: activate but ATM it just doesnt build with it
<plugin>
<groupId>org.apache.commons</groupId>
<artifactId>commons-weaver-maven-plugin</artifactId>
</plugin>
- -->
</plugins>
</build>
</project>
diff --git a/pom.xml b/pom.xml
index d60115c..6c059a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
<properties>
<site.deploy.url>scp://people.apache.org/home/${user.name}/public_html/bval/${project.version}/staging-site</site.deploy.url>
- <commons.weaver.version>1.1</commons.weaver.version>
+ <commons.weaver.version>1.2-SNAPSHOT</commons.weaver.version>
</properties>
<inceptionYear>2010</inceptionYear>