mirror of https://github.com/apache/openjpa.git
OPENJPA-1771 Upgrade to latest Apache BVAL release for testing and apache-rat plugin
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@987198 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6e1906988e
commit
b54c79fb11
|
@ -197,6 +197,7 @@ Improvement
|
||||||
* [OPENJPA-1673] - Update MetaDataRepository docs
|
* [OPENJPA-1673] - Update MetaDataRepository docs
|
||||||
* [OPENJPA-1712] - Upgrade builds to use Apache hosted Nexus repo
|
* [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-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
|
Test
|
||||||
----
|
----
|
||||||
|
|
|
@ -305,6 +305,8 @@ in each release of OpenJPA.</P>
|
||||||
</li>
|
</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>[<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>
|
||||||
|
<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>
|
</ul>
|
||||||
|
|
||||||
<h4>Test</h4>
|
<h4>Test</h4>
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -508,7 +508,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.bval</groupId>
|
<groupId>org.apache.bval</groupId>
|
||||||
<artifactId>org.apache.bval.bundle</artifactId>
|
<artifactId>org.apache.bval.bundle</artifactId>
|
||||||
<version>0.1-incubating</version>
|
<version>0.2-incubating</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-beanutils</groupId>
|
<groupId>commons-beanutils</groupId>
|
||||||
|
@ -669,7 +669,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.rat</groupId>
|
<groupId>org.apache.rat</groupId>
|
||||||
<artifactId>apache-rat-plugin</artifactId>
|
<artifactId>apache-rat-plugin</artifactId>
|
||||||
<version>0.6</version>
|
<version>0.7</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>verify</phase>
|
<phase>verify</phase>
|
||||||
|
|
Loading…
Reference in New Issue