Author: jochen Date: Fri Feb 17 13:36:06 2006 New Revision: 378634 URL: http://svn.apache.org/viewcvs?rev=378634&view=rev Log: Preparing 3.0a1
Modified: webservices/xmlrpc/trunk/pom.xml Modified: webservices/xmlrpc/trunk/pom.xml URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/trunk/pom.xml?rev=378634&r1=378633&r2=378634&view=diff ============================================================================== --- webservices/xmlrpc/trunk/pom.xml (original) +++ webservices/xmlrpc/trunk/pom.xml Fri Feb 17 13:36:06 2006 @@ -162,6 +162,13 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <tagBase>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/tags/</tagBase> + </configuration> + </plugin> </plugins> </build> <dependencies>