Author: dkulp
Date: Thu Nov 29 07:19:38 2007
New Revision: 599480
URL: http://svn.apache.org/viewvc?rev=599480&view=rev
Log:
Revert back to 1.0-beta-1-SNAPSHOT as I need to redo it
Lock maven-source-plugin to version that will pick up the remote resources
(LICENSE/NOTICE) until parent is next updated
Modified:
maven/plugins/trunk/maven-remote-resources-plugin/pom.xml
Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-remote-resources-plugin/pom.xml?rev=599480&r1=599479&r2=599480&view=diff
==============================================================================
--- maven/plugins/trunk/maven-remote-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Thu Nov 29
07:19:38 2007
@@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-remote-resources-plugin</artifactId>
- <version>1.0-beta-2-SNAPSHOT</version>
+ <version>1.0-beta-1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Remote Resources Plugin</name>
@@ -172,6 +172,11 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-7</version>
</plugin>
- </plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.0.4</version>
+ </plugin>
+ </plugins>
</build>
-</project>
\ No newline at end of file
+</project>