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 2016/11/08 03:14:15 UTC

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

Author: olamy
Date: Tue Nov  8 03:14:15 2016
New Revision: 1768625

URL: http://svn.apache.org/viewvc?rev=1768625&view=rev
Log:
use plexus-interpolation 1.24-SNAPSHOT

Signed-off-by: olivier lamy <ol...@apache.org>

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=1768625&r1=1768624&r2=1768625&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Tue Nov  8 03:14:15 2016
@@ -126,7 +126,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.21</version>
+      <version>1.24-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -353,6 +353,19 @@ under the License.
     </pluginManagement>
   </build>
 
+  <repositories>
+    <repository>
+      <id>plexus-snapshots</id>
+      <url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+
   <profiles>
     <profile>
       <id>run-its</id>