You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2012/12/20 15:15:00 UTC

svn commit: r1424478 - /openejb/trunk/openejb/pom.xml

Author: andygumbrecht
Date: Thu Dec 20 14:14:59 2012
New Revision: 1424478

URL: http://svn.apache.org/viewvc?rev=1424478&view=rev
Log:
Maven versions - Revert if not good on your box.

Modified:
    openejb/trunk/openejb/pom.xml

Modified: openejb/trunk/openejb/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/pom.xml?rev=1424478&r1=1424477&r2=1424478&view=diff
==============================================================================
--- openejb/trunk/openejb/pom.xml (original)
+++ openejb/trunk/openejb/pom.xml Thu Dec 20 14:14:59 2012
@@ -191,22 +191,22 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.3</version>
+          <version>2.6</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-ear-plugin</artifactId>
-          <version>2.4.2</version>
+          <version>2.8</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>1.5</version>
+          <version>1.7</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.4</version>
+          <version>3.0</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -223,7 +223,7 @@
       <plugin> <!-- maven-dependency-plugin:properties doesn't work as well as this one for us -->
         <groupId>org.apache.geronimo.buildsupport</groupId>
         <artifactId>geronimo-property-plugin</artifactId>
-        <version>3.0-M1</version>
+        <version>3.0.0</version>
         <configuration>
           <propertyName>openejb.build.endorsed</propertyName>
           <listFiles>false</listFiles>
@@ -248,6 +248,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.12.4</version>
         <configuration>
           <forkMode>always</forkMode>
         </configuration>
@@ -309,6 +310,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
+        <version>2.4</version>
         <configuration>
           <archive>
             <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>