You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/03/13 13:37:58 UTC

svn commit: r1300101 - in /maven/plugins/trunk/maven-shade-plugin/src/it: empty-relocation-pattern/pom.xml empty-relocation-shaded-pattern/pom.xml

Author: olamy
Date: Tue Mar 13 12:37:57 2012
New Revision: 1300101

URL: http://svn.apache.org/viewvc?rev=1300101&view=rev
Log:
use SNAPSHOT version for it test poms

Modified:
    maven/plugins/trunk/maven-shade-plugin/src/it/empty-relocation-pattern/pom.xml
    maven/plugins/trunk/maven-shade-plugin/src/it/empty-relocation-shaded-pattern/pom.xml

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/empty-relocation-pattern/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/empty-relocation-pattern/pom.xml?rev=1300101&r1=1300100&r2=1300101&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/empty-relocation-pattern/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/empty-relocation-pattern/pom.xml Tue Mar 13 12:37:57 2012
@@ -27,7 +27,7 @@ under the License.
 
   <groupId>org.apache.maven.its.shade.eant</groupId>
   <artifactId>empty-relocation-pattern</artifactId>
-  <version>0.1</version>
+  <version>0.1-SNAPSHOT</version>
   <packaging>jar</packaging>
   
   <name>MSHADE-94</name>
@@ -48,7 +48,6 @@ under the License.
             <goals>
               <goal>shade</goal>
             </goals>
-  
             <configuration>
               <relocations>
                 <relocation>

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/empty-relocation-shaded-pattern/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/empty-relocation-shaded-pattern/pom.xml?rev=1300101&r1=1300100&r2=1300101&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/empty-relocation-shaded-pattern/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/empty-relocation-shaded-pattern/pom.xml Tue Mar 13 12:37:57 2012
@@ -21,13 +21,12 @@ under the License.
 <project
   xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
->
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.maven.its.shade.eant</groupId>
   <artifactId>empty-relocation-shaded-pattern</artifactId>
-  <version>0.1</version>
+  <version>0.1-SNAPSHOT</version>
   <packaging>jar</packaging>
   
   <name>MSHADE-94</name>