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:49:33 UTC

svn commit: r987198 - in /openjpa/branches/2.0.x: openjpa-project/CHANGES.txt openjpa-project/RELEASE-NOTES.html pom.xml

Author: dwoods
Date: Thu Aug 19 15:49:33 2010
New Revision: 987198

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

Modified:
    openjpa/branches/2.0.x/openjpa-project/CHANGES.txt
    openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html
    openjpa/branches/2.0.x/pom.xml

Modified: openjpa/branches/2.0.x/openjpa-project/CHANGES.txt
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-project/CHANGES.txt?rev=987198&r1=987197&r2=987198&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-project/CHANGES.txt (original)
+++ openjpa/branches/2.0.x/openjpa-project/CHANGES.txt Thu Aug 19 15:49:33 2010
@@ -197,6 +197,7 @@ Improvement
     * [OPENJPA-1673] - Update MetaDataRepository docs
     * [OPENJPA-1712] - Upgrade builds to use Apache hosted Nexus repo
     * [OPENJPA-1735] - Mark commons-logging as provided in the build to remove transient maven dependency
+    * [OPENJPA-1771] - Upgrade to latest Apache BVAL for testing and apache-rat plugin
 
 Test
 ----

Modified: openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html?rev=987198&r1=987197&r2=987198&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html Thu Aug 19 15:49:33 2010
@@ -305,6 +305,8 @@ in each release of OpenJPA.</P>
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1735'>OPENJPA-1735</a>] -         Mark commons-logging as provided in the build to remove transient maven dependency
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1771'>OPENJPA-1771</a>] -         Upgrade to latest Apache BVAL for testing and apache-rat plugin
+</li>
 </ul>
 
 <h4>Test</h4>

Modified: openjpa/branches/2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.x/pom.xml?rev=987198&r1=987197&r2=987198&view=diff
==============================================================================
--- openjpa/branches/2.0.x/pom.xml (original)
+++ openjpa/branches/2.0.x/pom.xml Thu Aug 19 15:49:33 2010
@@ -508,7 +508,7 @@
             <dependency>
                 <groupId>org.apache.bval</groupId>
                 <artifactId>org.apache.bval.bundle</artifactId>
-                <version>0.1-incubating</version>
+                <version>0.2-incubating</version>
             </dependency>
             <dependency>
                 <groupId>commons-beanutils</groupId>
@@ -669,7 +669,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>