You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2013/07/09 22:40:37 UTC

svn commit: r1501537 - in /cayenne/main/branches/STABLE-3.0: framework/cayenne-legal-unpublished/pom.xml pom.xml

Author: aadamchik
Date: Tue Jul  9 20:40:37 2013
New Revision: 1501537

URL: http://svn.apache.org/r1501537
Log:
fixing remote-resource-plugin version:

Modified:
    cayenne/main/branches/STABLE-3.0/framework/cayenne-legal-unpublished/pom.xml
    cayenne/main/branches/STABLE-3.0/pom.xml

Modified: cayenne/main/branches/STABLE-3.0/framework/cayenne-legal-unpublished/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.0/framework/cayenne-legal-unpublished/pom.xml?rev=1501537&r1=1501536&r2=1501537&view=diff
==============================================================================
--- cayenne/main/branches/STABLE-3.0/framework/cayenne-legal-unpublished/pom.xml (original)
+++ cayenne/main/branches/STABLE-3.0/framework/cayenne-legal-unpublished/pom.xml Tue Jul  9 20:40:37 2013
@@ -61,7 +61,6 @@
 
 			<plugin>
 				<artifactId>maven-remote-resources-plugin</artifactId>
-				<version>1.0-alpha-1</version>
 				<executions>
 					<execution>
 						<goals>

Modified: cayenne/main/branches/STABLE-3.0/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.0/pom.xml?rev=1501537&r1=1501536&r2=1501537&view=diff
==============================================================================
--- cayenne/main/branches/STABLE-3.0/pom.xml (original)
+++ cayenne/main/branches/STABLE-3.0/pom.xml Tue Jul  9 20:40:37 2013
@@ -564,6 +564,15 @@
 		      <version>1.0-beta-7</version>
 		    </extension>
 		</extensions>
+
+		<pluginManagement>
+			<plugins>
+				<plugin>
+					<artifactId>maven-remote-resources-plugin</artifactId>
+					<version>1.4</version>                             
+				</plugin>
+			</plugins>
+		</pluginManagement>
 		
 		<plugins>
 			<plugin>