Author: desruisseaux
Date: Fri Feb 21 18:56:01 2014
New Revision: 1570662
URL: http://svn.apache.org/r1570662
Log:
Try to upgrade more Maven plugins in case it would help avoid exceptions
reported by the Jenkins server.
Modified:
sis/branches/JDK7/pom.xml
Modified: sis/branches/JDK7/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/pom.xml?rev=1570662&r1=1570661&r2=1570662&view=diff
==============================================================================
--- sis/branches/JDK7/pom.xml (original)
+++ sis/branches/JDK7/pom.xml Fri Feb 21 18:56:01 2014
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>13</version>
+ <version>13</version> <!-- See the "TODO" in this file. -->
</parent>
@@ -431,6 +431,7 @@ Apache SIS is a free software, Java lang
<!-- Compile -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
+ <version>3.1</version> <!-- TODO: Remove after parent pom.xml has
upgraded. -->
<configuration>
<source>${maven.compile.source}</source>
<target>${maven.compile.target}</target>
@@ -442,6 +443,7 @@ Apache SIS is a free software, Java lang
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.16</version> <!-- TODO: Remove after parent pom.xml has
upgraded. -->
<configuration>
<includes>
<include>**/*TestSuite.java</include>
@@ -486,6 +488,7 @@ Apache SIS is a free software, Java lang
<!-- Set "*-source-release.zip" filename prefix to "sis-*" instead of
"parent-*" -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
+ <version>2.4</version> <!-- TODO: Remove after parent pom.xml has
upgraded. -->
<executions>
<execution>
<id>source-release-assembly</id>