You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by df...@apache.org on 2007/12/11 17:04:39 UTC

svn commit: r603283 - in /maven/surefire/trunk: surefire-api/pom.xml surefire-booter/pom.xml

Author: dfabulich
Date: Tue Dec 11 08:04:38 2007
New Revision: 603283

URL: http://svn.apache.org/viewvc?rev=603283&view=rev
Log:
Trying shade alpha-15

Modified:
    maven/surefire/trunk/surefire-api/pom.xml
    maven/surefire/trunk/surefire-booter/pom.xml

Modified: maven/surefire/trunk/surefire-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-api/pom.xml?rev=603283&r1=603282&r2=603283&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-api/pom.xml (original)
+++ maven/surefire/trunk/surefire-api/pom.xml Tue Dec 11 08:04:38 2007
@@ -31,7 +31,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>1.0-alpha-14-SNAPSHOT</version>
+        <version>1.0-alpha-15-SNAPSHOT</version>
         <executions>
           <execution>
             <phase>package</phase>

Modified: maven/surefire/trunk/surefire-booter/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-booter/pom.xml?rev=603283&r1=603282&r2=603283&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-booter/pom.xml (original)
+++ maven/surefire/trunk/surefire-booter/pom.xml Tue Dec 11 08:04:38 2007
@@ -12,7 +12,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>1.0-alpha-14-SNAPSHOT</version>
+        <version>1.0-alpha-15-SNAPSHOT</version>
         <executions>
           <execution>
             <phase>package</phase>