upgrading commons-weaver to the snapshot cause of a blocking bug in 1.1

git-svn-id: https://svn.apache.org/repos/asf/bval/trunk@1721555 13f79535-47bb-0310-9956-ffa450edef68
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>