You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/09/19 02:45:03 UTC

svn commit: r696888 - /maven/components/branches/maven-2.1.x/apache-maven/README.txt

Author: brett
Date: Thu Sep 18 17:45:03 2008
New Revision: 696888

URL: http://svn.apache.org/viewvc?rev=696888&view=rev
Log:
update version path. Would be better to filter it if possible

Modified:
    maven/components/branches/maven-2.1.x/apache-maven/README.txt

Modified: maven/components/branches/maven-2.1.x/apache-maven/README.txt
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/apache-maven/README.txt?rev=696888&r1=696887&r2=696888&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/apache-maven/README.txt (original)
+++ maven/components/branches/maven-2.1.x/apache-maven/README.txt Thu Sep 18 17:45:03 2008
@@ -42,18 +42,18 @@
   1) Unpack the archive where you would like to store the binaries, eg:
 
     Unix-based Operating Systems (Linux, Solaris and Mac OS X)
-      tar zxvf apache-maven-2.0.x.tar.gz
+      tar zxvf apache-maven-2.1.x.tar.gz
     Windows 2000/XP
-      unzip apache-maven-2.0.x.zip
+      unzip apache-maven-2.1.x.zip
 
-  2) A directory called "apache-maven-2.0.x" will be created.
+  2) A directory called "apache-maven-2.1.x" will be created.
 
   3) Add the bin directory to your PATH, eg:
 
     Unix-based Operating Systems (Linux, Solaris and Mac OS X)
-      export PATH=/usr/local/apache-maven-2.0.x/bin:$PATH
+      export PATH=/usr/local/apache-maven-2.1.x/bin:$PATH
     Windows 2000/XP
-      set PATH="c:\program files\apache-maven-2.0.x\bin";%PATH%
+      set PATH="c:\program files\apache-maven-2.1.x\bin";%PATH%
 
   4) Make sure JAVA_HOME is set to the location of your JDK