Author: joakime Date: Tue Dec 12 13:42:33 2006 New Revision: 486334 URL: http://svn.apache.org/viewvc?view=rev&rev=486334 Log: [maven-release-plugin] prepare release maven-remote-resources-plugin-1.0-alpha-1
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?view=diff&rev=486334&r1=486333&r2=486334 ============================================================================== --- maven/plugins/trunk/maven-remote-resources-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Tue Dec 12 13:42:33 2006 @@ -17,8 +17,7 @@ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> @@ -27,7 +26,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>maven-remote-resources-plugin</artifactId> <packaging>maven-plugin</packaging> - <version>1.0-SNAPSHOT</version> + <version>1.0-alpha-1</version> <prerequisites> <maven>2.0</maven> </prerequisites> @@ -113,4 +112,10 @@ </plugin> </plugins> </build> + + <scm> + <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-remote-resources-plugin-1.0-alpha-1</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-remote-resources-plugin-1.0-alpha-1</developerConnection> + <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-remote-resources-plugin-1.0-alpha-1</url> + </scm> </project>