You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/06/25 10:26:07 UTC

svn commit: r1353424 - /incubator/directmemory/trunk/pom.xml

Author: olamy
Date: Mon Jun 25 08:26:07 2012
New Revision: 1353424

URL: http://svn.apache.org/viewvc?rev=1353424&view=rev
Log:
maven-remote-resources-plugin 1.3

Modified:
    incubator/directmemory/trunk/pom.xml

Modified: incubator/directmemory/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1353424&r1=1353423&r2=1353424&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Mon Jun 25 08:26:07 2012
@@ -333,6 +333,12 @@ under the License.
 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-remote-resources-plugin</artifactId>
+          <version>1.3</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <version>${release-plugin.version}</version>
           <configuration>