You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by fr...@apache.org on 2011/01/21 21:01:53 UTC

svn commit: r1061993 - /incubator/empire-db/trunk/pom.xml

Author: francisdb
Date: Fri Jan 21 20:01:53 2011
New Revision: 1061993

URL: http://svn.apache.org/viewvc?rev=1061993&view=rev
Log:
latest versions of maven plugins

Modified:
    incubator/empire-db/trunk/pom.xml

Modified: incubator/empire-db/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/pom.xml?rev=1061993&r1=1061992&r2=1061993&view=diff
==============================================================================
--- incubator/empire-db/trunk/pom.xml (original)
+++ incubator/empire-db/trunk/pom.xml Fri Jan 21 20:01:53 2011
@@ -411,7 +411,7 @@
 				<plugin>
 		            <groupId>com.mycila.maven-license-plugin</groupId>
 		            <artifactId>maven-license-plugin</artifactId>
-		            <version>1.8.0</version>
+		            <version>1.9.0</version>
 		            <configuration>
 		                <basedir>${basedir}</basedir>
 		                <header>tools/header.txt</header>
@@ -437,7 +437,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-enforcer-plugin</artifactId>
-					<version>1.0-beta-1</version>
+					<version>1.0</version>
 					<configuration>
 						<rules>
 							<requireJavaVersion>
@@ -454,7 +454,7 @@
 				<plugin>
 					<groupId>org.apache.felix</groupId>
 					<artifactId>maven-bundle-plugin</artifactId>
-					<version>2.1.0</version>
+					<version>2.2.0</version>
 					<executions>
 						<execution>
 							<id>bundle-manifest</id>
@@ -485,7 +485,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-site-plugin</artifactId>
-				<version>2.1.1</version>
+				<version>2.2</version>
 			</plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
@@ -529,7 +529,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-javadoc-plugin</artifactId>
-				<version>2.5</version>
+				<version>2.7</version>
 			</plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>