Author: rmannibucau
Date: Wed Dec 23 15:47:51 2015
New Revision: 1721555
URL: http://svn.apache.org/viewvc?rev=1721555&view=rev
Log:
upgrading commons-weaver to the snapshot cause of a blocking bug in 1.1
Modified:
bval/trunk/bval-jsr/pom.xml
bval/trunk/pom.xml
Modified: bval/trunk/bval-jsr/pom.xml
URL:
http://svn.apache.org/viewvc/bval/trunk/bval-jsr/pom.xml?rev=1721555&r1=1721554&r2=1721555&view=diff
==============================================================================
--- bval/trunk/bval-jsr/pom.xml (original)
+++ bval/trunk/bval-jsr/pom.xml Wed Dec 23 15:47:51 2015
@@ -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>
Modified: bval/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/bval/trunk/pom.xml?rev=1721555&r1=1721554&r2=1721555&view=diff
==============================================================================
--- bval/trunk/pom.xml (original)
+++ bval/trunk/pom.xml Wed Dec 23 15:47:51 2015
@@ -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>