Author: pottlinger
Date: Fri Apr 10 22:11:33 2015
New Revision: 1672778
URL: http://svn.apache.org/r1672778
Log:
RAT-171: Updating dependency versions
* JUnit
* Compiler- and Release-Plugin
Modified:
creadur/rat/trunk/pom.xml
Modified: creadur/rat/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1672778&r1=1672777&r2=1672778&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Fri Apr 10 22:11:33 2015
@@ -124,7 +124,7 @@ agnostic home for software distribution
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -264,7 +264,7 @@ agnostic home for software distribution
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.1</version>
+ <version>3.2</version>
<configuration>
<source>${javaVersion}</source>
<target>${javaVersion}</target>
@@ -336,7 +336,7 @@ agnostic home for software distribution
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.4.1</version>
+ <version>2.5.1</version>
<configuration>
<!-- Only prompt once for the release version -->
<autoVersionSubmodules>true</autoVersionSubmodules>