You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2007/02/07 14:59:31 UTC

svn commit: r504548 - /maven/site/trunk/src/site/apt/developers/release/releasing.apt

Author: jvanzyl
Date: Wed Feb  7 05:59:30 2007
New Revision: 504548

URL: http://svn.apache.org/viewvc?view=rev&rev=504548
Log:
o adding some notes about releasing directly

Modified:
    maven/site/trunk/src/site/apt/developers/release/releasing.apt

Modified: maven/site/trunk/src/site/apt/developers/release/releasing.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/developers/release/releasing.apt?view=diff&rev=504548&r1=504547&r2=504548
==============================================================================
--- maven/site/trunk/src/site/apt/developers/release/releasing.apt (original)
+++ maven/site/trunk/src/site/apt/developers/release/releasing.apt Wed Feb  7 05:59:30 2007
@@ -75,7 +75,7 @@
  
 Releasing a Project Directly into a Production Repository
 
- If you want to release directly to a production repository then you simply make the staging repository point at 
+ If you want to release directly to a production repository then you simply configure the staging repository point at 
  the production repository by using the following in your <<<$HOME/.m2/settings.xml>>>:
 
 +-----+
@@ -94,5 +94,5 @@
 </settings>
 +-----+  
 
- This will allow you to by pass the staging phase and push the release directly into a production repository. It is assume that
- you have pushed a snapshot somewhere that people have looked at and approve of.
+ This will allow you to bypass the staging phase and push the release directly into a production repository. It is assume that
+ you have pushed a snapshot somewhere that people have looked at and approved of.