You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/11/03 19:18:26 UTC

svn commit: r710119 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: dennisl
Date: Mon Nov  3 10:18:26 2008
New Revision: 710119

URL: http://svn.apache.org/viewvc?rev=710119&view=rev
Log:
o Use released version of plexus-interpolation.

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

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=710119&r1=710118&r2=710119&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Mon Nov  3 10:18:26 2008
@@ -60,9 +60,9 @@
       <version>1.1-SNAPSHOT</version>
     </dependency>
     <dependency>
-    	<groupId>org.codehaus.plexus</groupId>
-    	<artifactId>plexus-interpolation</artifactId>
-    	<version>1.6-SNAPSHOT</version>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-interpolation</artifactId>
+      <version>1.6</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -325,7 +325,7 @@
           <plugin>
             <artifactId>maven-invoker-plugin</artifactId>
             <version>${invokerPluginVersion}</version>
-            
+
             <configuration>
               <localRepositoryPath>${localRepositoryPath}</localRepositoryPath>
               <properties>
@@ -373,10 +373,10 @@
                   <streamLogs>${it.streamLogs}</streamLogs>
                   <pomExcludes>
                     <pomExclude>repositories/repo-with-snapshot-parents/pom.xml</pomExclude>
-                    
+
                     <!-- This will be handled by the parent in the bugs/massembly-285 dir. -->
                     <pomExclude>bugs/massembly-285/massembly-285-*/pom.xml</pomExclude>
-                    
+
                     <pomExclude>**/child*/pom.xml</pomExclude>
                     <pomExclude>**/module*/pom.xml</pomExclude>
                     <pomExclude>**/descriptor/pom.xml</pomExclude>