You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by jo...@apache.org on 2005/12/28 13:22:58 UTC

svn commit: r359492 - /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml

Author: jochen
Date: Wed Dec 28 04:22:53 2005
New Revision: 359492

URL: http://svn.apache.org/viewcvs?rev=359492&view=rev
Log:
Added the tagBase definition, which is required by the maven release plugin.

Modified:
    webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml

Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml?rev=359492&r1=359491&r2=359492&view=diff
==============================================================================
--- webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml (original)
+++ webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml Wed Dec 28 04:22:53 2005
@@ -104,6 +104,13 @@
           <attach>true</attach>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <tagBase>scm:svn:https://svn.apache.org/repos/asf/webservices/jaxme/tags/</tagBase>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org