Author: pottlinger
Date: Tue Aug 16 20:50:05 2016
New Revision: 1756546
URL: http://svn.apache.org/viewvc?rev=1756546&view=rev
Log:
RAT-216: Update to new 0.13-SNAPSHOT
* Update dependencies to latest (old) possible release.
Modified:
creadur/rat/trunk/apache-rat-api/pom.xml
creadur/rat/trunk/apache-rat-core/pom.xml
creadur/rat/trunk/apache-rat-plugin/pom.xml
creadur/rat/trunk/apache-rat-tasks/pom.xml
creadur/rat/trunk/apache-rat/pom.xml
creadur/rat/trunk/pom.xml
Modified: creadur/rat/trunk/apache-rat-api/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-api/pom.xml?rev=1756546&r1=1756545&r2=1756546&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-api/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-api/pom.xml Tue Aug 16 20:50:05 2016
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
- <version>0.12-SNAPSHOT</version>
+ <version>0.13-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
Modified: creadur/rat/trunk/apache-rat-core/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-core/pom.xml?rev=1756546&r1=1756545&r2=1756546&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-core/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-core/pom.xml Tue Aug 16 20:50:05 2016
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
- <version>0.12-SNAPSHOT</version>
+ <version>0.13-SNAPSHOT</version>
</parent>
<artifactId>apache-rat-core</artifactId>
<packaging>jar</packaging>
Modified: creadur/rat/trunk/apache-rat-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/pom.xml?rev=1756546&r1=1756545&r2=1756546&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-plugin/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-plugin/pom.xml Tue Aug 16 20:50:05 2016
@@ -20,7 +20,7 @@
<parent>
<artifactId>apache-rat-project</artifactId>
<groupId>org.apache.rat</groupId>
- <version>0.12-SNAPSHOT</version>
+ <version>0.13-SNAPSHOT</version>
</parent>
<artifactId>apache-rat-plugin</artifactId>
<packaging>maven-plugin</packaging>
Modified: creadur/rat/trunk/apache-rat-tasks/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-tasks/pom.xml?rev=1756546&r1=1756545&r2=1756546&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-tasks/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-tasks/pom.xml Tue Aug 16 20:50:05 2016
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
- <version>0.12-SNAPSHOT</version>
+ <version>0.13-SNAPSHOT</version>
</parent>
<artifactId>apache-rat-tasks</artifactId>
<packaging>jar</packaging>
Modified: creadur/rat/trunk/apache-rat/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat/pom.xml?rev=1756546&r1=1756545&r2=1756546&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat/pom.xml (original)
+++ creadur/rat/trunk/apache-rat/pom.xml Tue Aug 16 20:50:05 2016
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
- <version>0.12-SNAPSHOT</version>
+ <version>0.13-SNAPSHOT</version>
</parent>
<artifactId>apache-rat</artifactId>
<packaging>jar</packaging>
Modified: creadur/rat/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1756546&r1=1756545&r2=1756546&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Tue Aug 16 20:50:05 2016
@@ -24,7 +24,7 @@
</parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
- <version>0.12-SNAPSHOT</version>
+ <version>0.13-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Creadur Rat</name>
<url>http://creadur.apache.org/rat/</url>
@@ -52,7 +52,7 @@ agnostic home for software distribution
<maven.compiler.target>${javaVersion}</maven.compiler.target>
<!-- This is the version of Maven required to use the Rat Maven Plugin -->
<mavenVersion>2.2.1</mavenVersion>
- <previousRatVersion>0.11</previousRatVersion>
+ <previousRatVersion>0.12</previousRatVersion>
<!--
Publication to the website is a two phase operation:
@@ -99,11 +99,12 @@ agnostic home for software distribution
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <version>1.2</version>
+ <version>1.3.1</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
+ <!-- Later versions require Java 1.6+ -->
<version>3.2.2</version>
</dependency>
<dependency>
@@ -121,7 +122,8 @@ agnostic home for software distribution
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>1.10</version>
+ <!-- later versions require Java 1.6+ -->
+ <version>1.11</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -144,13 +146,13 @@ agnostic home for software distribution
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
- <version>1.2.1</version>
+ <version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.9.6</version>
+ <version>1.9.7</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -162,7 +164,7 @@ agnostic home for software distribution
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-testutil</artifactId>
- <version>1.9.6</version>
+ <version>1.9.7</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -203,7 +205,7 @@ agnostic home for software distribution
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.10.3</version>
+ <version>2.10.4</version>
<configuration>
<tags>
<tag>
@@ -307,7 +309,7 @@ agnostic home for software distribution
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.10.3</version>
+ <version>2.10.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>