You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2012/12/12 16:28:21 UTC

svn commit: r1420764 - /tomcat/sandbox/storeconfig6/trunk/pom.xml

Author: jfclere
Date: Wed Dec 12 15:28:13 2012
New Revision: 1420764

URL: http://svn.apache.org/viewvc?rev=1420764&view=rev
Log:
rollback to r1420730 and fix the tagBase

Modified:
    tomcat/sandbox/storeconfig6/trunk/pom.xml

Modified: tomcat/sandbox/storeconfig6/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/storeconfig6/trunk/pom.xml?rev=1420764&r1=1420763&r2=1420764&view=diff
==============================================================================
--- tomcat/sandbox/storeconfig6/trunk/pom.xml (original)
+++ tomcat/sandbox/storeconfig6/trunk/pom.xml Wed Dec 12 15:28:13 2012
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.tomcat</groupId>
     <artifactId>tomcat-storeconfig</artifactId>
-    <version>0.0.1.Alpha2-SNAPSHOT</version>
+    <version>0.0.1.Alpha1-SNAPSHOT</version>
 
     <name>Store Config</name>
     <description>Configuration storage for Apache Tomcat 6</description>
@@ -80,7 +80,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
                 <configuration>
-                    <tagBase>https://svn.apache.org/repos/asf/tomcat/sandbox/storeconfig6/trunk</tagBase>
+                    <tagBase>https://svn.apache.org/repos/asf/tomcat/sandbox/storeconfig6/tags</tagBase>
                 </configuration>
             </plugin>
             <plugin>



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