You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/02/21 23:40:53 UTC

svn commit: r912427 - /maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Author: bentmann
Date: Sun Feb 21 22:40:53 2010
New Revision: 912427

URL: http://svn.apache.org/viewvc?rev=912427&view=rev
Log:
o Inherited from maven-plugins:17
o Updated to plexus-resources:1.0-alpha-7

Modified:
    maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=912427&r1=912426&r2=912427&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Sun Feb 21 22:40:53 2010
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>14</version>
+    <version>17</version>
   </parent>
   <artifactId>maven-eclipse-plugin</artifactId>
   <version>2.8-SNAPSHOT</version>
@@ -105,7 +105,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-resources</artifactId>
-      <version>1.0-alpha-6</version>
+      <version>1.0-alpha-7</version>
     </dependency>
     <dependency>
       <groupId>biz.aQute</groupId>
@@ -207,19 +207,19 @@
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.2-beta-4</version>
-        </plugin>
-        <plugin>
-          <!-- lock down to old version as newer version aborts build upon no mojos as required during ITs, see FIXME below -->
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-plugin-plugin</artifactId>
-          <version>2.4.3</version>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>2.3</version>
         </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
       <plugin>
+        <!-- lock down to old version as newer version aborts build upon no mojos as required during ITs, see FIXME below -->
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugin-plugin</artifactId>
+        <version>2.4.3</version>
+      </plugin>
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
@@ -244,10 +244,10 @@
             <version>1.7.1</version>
           </dependency>
           <dependency>
-              <groupId>org.apache.ant</groupId>
-              <artifactId>ant-apache-bsf</artifactId>
-              <version>1.7.1</version>
-          </dependency>           
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant-apache-bsf</artifactId>
+            <version>1.7.1</version>
+          </dependency>
           <dependency>
             <groupId>org.beanshell</groupId>
             <artifactId>bsh</artifactId>