Author: brett Date: Thu Sep 15 23:29:30 2005 New Revision: 289396 URL: http://svn.apache.org/viewcvs?rev=289396&view=rev Log: set release tag base
Modified: maven/components/tags/maven-2.0-beta-1/maven-plugins/pom.xml Modified: maven/components/tags/maven-2.0-beta-1/maven-plugins/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/tags/maven-2.0-beta-1/maven-plugins/pom.xml?rev=289396&r1=289395&r2=289396&view=diff ============================================================================== --- maven/components/tags/maven-2.0-beta-1/maven-plugins/pom.xml (original) +++ maven/components/tags/maven-2.0-beta-1/maven-plugins/pom.xml Thu Sep 15 23:29:30 2005 @@ -179,4 +179,14 @@ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/</developerConnection> <url>http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/</url> </scm> + <build> + <plugins> + <plugin> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> + </configuration> + </plugin> + </plugins> + </build> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]