Author: kkolinko
Date: Sat Jun 16 10:10:40 2012
New Revision: 1350902

URL: http://svn.apache.org/viewvc?rev=1350902&view=rev
Log:
Correct typos

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/res/maven/README.txt

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1350900

Modified: tomcat/tc7.0.x/trunk/res/maven/README.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/README.txt?rev=1350902&r1=1350901&r2=1350902&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/res/maven/README.txt (original)
+++ tomcat/tc7.0.x/trunk/res/maven/README.txt Sat Jun 16 10:10:40 2012
@@ -17,23 +17,25 @@
 
 $Id$
 
-General preparatations before any publishing
+General preparations before any publishing:
 1 - Download Maven Ant Tasks (version 2.1.0 is known to work) and place it in
     this directory
 2 - Generate a standard Tomcat release (ant release)
 3 - Copy mvn.properties.default to mvn.properties and adjust it as necessary.
     You will need to set asf.ldap.username and you'll probably need to set
     gpg.exec
-    The other properties should be OK. NOte you;ll be prompted for your GPG
-    pass-phrase and LDAP password when the script runs
+    The other properties should be OK. Note: you will be prompted for your
+    GPG pass-phrase and LDAP password when the script runs.
 
-To publish a snaphost do the following:
+To publish a snapshot do the following:
 1 - ant -f mvn-pub.xml deploy-snapshot
-    This populates 
https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/
+    This populates
+    
https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/
 
 To release do the following:
 1 - ant -f mvn-pub.xml deploy-release
-    that step creates a staging area in 
https://repository.apache.org/index.html#stagingRepositories
+    that step creates a staging area in
+    https://repository.apache.org/index.html#stagingRepositories
 2 - check the upload and then close the repository
 3 - include the repository in the VOTE thread
 4 - in https://repository.apache.org/index.html#stagingRepositories release it



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

Reply via email to