You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by da...@apache.org on 2006/02/24 18:13:01 UTC

svn commit: r380715 - /webservices/commons/modules/XmlSchema/pom.xml

Author: dandiep
Date: Fri Feb 24 09:12:57 2006
New Revision: 380715

URL: http://svn.apache.org/viewcvs?rev=380715&view=rev
Log:
Specify the tag base for a release

Modified:
    webservices/commons/modules/XmlSchema/pom.xml

Modified: webservices/commons/modules/XmlSchema/pom.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/modules/XmlSchema/pom.xml?rev=380715&r1=380714&r2=380715&view=diff
==============================================================================
--- webservices/commons/modules/XmlSchema/pom.xml (original)
+++ webservices/commons/modules/XmlSchema/pom.xml Fri Feb 24 09:12:57 2006
@@ -121,6 +121,12 @@
           <remoteRepositoryUrl>scp://people.apache.org/www/www.apache.org/dist/java-repository</remoteRepositoryUrl>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <tagBase>https://svn.apache.org/repos/asf/webservices/commons/tags</tagBase>
+        </configuration>
+      </plugin>
     </plugins>
     
   </build>