Author: desruisseaux
Date: Wed Jul 17 15:01:33 2013
New Revision: 1504164
URL: http://svn.apache.org/r1504164
Log:
Upgrade some Maven build plugins.
Modified:
sis/branches/JDK7/pom.xml
Modified: sis/branches/JDK7/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK7/pom.xml?rev=1504164&r1=1504163&r2=1504164&view=diff
==============================================================================
--- sis/branches/JDK7/pom.xml (original)
+++ sis/branches/JDK7/pom.xml Wed Jul 17 15:01:33 2013
@@ -453,7 +453,7 @@ Apache SIS is a free software, Java lang
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>2.3.7</version>
+ <version>2.4.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
@@ -543,7 +543,7 @@ Apache SIS is a free software, Java lang
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
- <version>8.0.0.M2</version>
+ <version>8.0.1.v20110908</version>
</plugin>
</plugins>
</pluginManagement>
|