You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2012/10/20 01:07:24 UTC

svn commit: r1400330 - /tomcat/maven-plugin/trunk/README.txt

Author: olamy
Date: Fri Oct 19 23:07:23 2012
New Revision: 1400330

URL: http://svn.apache.org/viewvc?rev=1400330&view=rev
Log:
fix README to avoid confusion even if it's only samples

Modified:
    tomcat/maven-plugin/trunk/README.txt

Modified: tomcat/maven-plugin/trunk/README.txt
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/README.txt?rev=1400330&r1=1400329&r2=1400330&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/README.txt (original)
+++ tomcat/maven-plugin/trunk/README.txt Fri Oct 19 23:07:23 2012
@@ -56,7 +56,7 @@ To test staging artifacts for a vote pro
 * pass staging repository as parameter: -DtcStagedReleaseUrl=
 * pass tomcat version as parameter: -Dtomcat7Version=
 
-Sample for tomcat7 artifacts: mvn clean install -Prun-its -Ptc-staging -DtcStagedReleaseUrl=https://repository.apache.org/content/repositories/orgapachetomcat-020/ -Dtomcat7Version=7.0.26
+Sample for tomcat7 artifacts: mvn clean install -Prun-its -Ptc-staging -DtcStagedReleaseUrl=stagingrepositoryurl -Dtomcat7Version=7.x
 
-Sample for tomcat6 artifacts: mvn clean install -Prun-its -Ptc-staging -DtcStagedReleaseUrl=https://repository.apache.org/content/repositories/orgapachetomcat-020/ -Dtomcat6Version=7.0.26
+Sample for tomcat6 artifacts: mvn clean install -Prun-its -Ptc-staging -DtcStagedReleaseUrl=stagingrepositoryurl -Dtomcat6Version=6.x
 



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