You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/09/05 08:37:55 UTC

svn commit: r1381024 - in /maven/plugins/trunk/maven-repository-plugin/src/it: bundle-create-alt-pom/alternative-pom.xml bundle-create-no-scm/pom.xml bundle-create/pom.xml

Author: hboutemy
Date: Wed Sep  5 06:37:54 2012
New Revision: 1381024

URL: http://svn.apache.org/viewvc?rev=1381024&view=rev
Log:
try to fix ITs on ASF Jenkins instance: choose a m-resources-p version that is available in repository (not trying to understand why this one is missing and if it should be here)
see https://builds.apache.org/view/M-R/view/Maven/job/maven-plugins-ITs-m2/ws/.repository/org/apache/maven/plugins/maven-resources-plugin/

Modified:
    maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-alt-pom/alternative-pom.xml
    maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-no-scm/pom.xml
    maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create/pom.xml

Modified: maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-alt-pom/alternative-pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-alt-pom/alternative-pom.xml?rev=1381024&r1=1381023&r2=1381024&view=diff
==============================================================================
--- maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-alt-pom/alternative-pom.xml (original)
+++ maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-alt-pom/alternative-pom.xml Wed Sep  5 06:37:54 2012
@@ -76,7 +76,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.5</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Modified: maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-no-scm/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-no-scm/pom.xml?rev=1381024&r1=1381023&r2=1381024&view=diff
==============================================================================
--- maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-no-scm/pom.xml (original)
+++ maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-no-scm/pom.xml Wed Sep  5 06:37:54 2012
@@ -70,7 +70,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.5</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Modified: maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create/pom.xml?rev=1381024&r1=1381023&r2=1381024&view=diff
==============================================================================
--- maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create/pom.xml (original)
+++ maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create/pom.xml Wed Sep  5 06:37:54 2012
@@ -76,7 +76,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.5</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>