You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/08/19 17:47:44 UTC

svn commit: r987197 - /openjpa/trunk/pom.xml

Author: dwoods
Date: Thu Aug 19 15:47:43 2010
New Revision: 987197

URL: http://svn.apache.org/viewvc?rev=987197&view=rev
Log:
OPENJPA-1771 Upgrade to latest Apache BVAL release and apache-rat plugin

Modified:
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=987197&r1=987196&r2=987197&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Thu Aug 19 15:47:43 2010
@@ -673,7 +673,7 @@
             <dependency>
                 <groupId>org.apache.bval</groupId>
                 <artifactId>org.apache.bval.bundle</artifactId>
-                <version>0.2-incubating-SNAPSHOT</version>
+                <version>0.2-incubating</version>
             </dependency>
             <dependency>
                 <groupId>commons-beanutils</groupId>
@@ -869,7 +869,7 @@
                 <plugin>
                     <groupId>org.apache.rat</groupId>
                     <artifactId>apache-rat-plugin</artifactId>
-                    <version>0.6</version>
+                    <version>0.7</version>
                     <executions>
                         <execution>
                             <phase>verify</phase>