You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/12/16 21:14:00 UTC

git commit: updated content

Updated Branches:
  refs/heads/master eb9257e70 -> 3e95b5f1c


updated content

Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/3e95b5f1
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/3e95b5f1
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/3e95b5f1

Branch: refs/heads/master
Commit: 3e95b5f1c775c26f84271d96bda0e726ee9d5169
Parents: eb9257e
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sun Dec 16 21:13:57 2012 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sun Dec 16 21:13:57 2012 +0100

----------------------------------------------------------------------
 apache-maven/NOTICE.txt |    2 +-
 apache-maven/README.txt |   14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/3e95b5f1/apache-maven/NOTICE.txt
----------------------------------------------------------------------
diff --git a/apache-maven/NOTICE.txt b/apache-maven/NOTICE.txt
index 62abffb..e744352 100644
--- a/apache-maven/NOTICE.txt
+++ b/apache-maven/NOTICE.txt
@@ -5,7 +5,7 @@
    =========================================================================
 
 Apache Maven
-Copyright 2001-2011 The Apache Software Foundation
+Copyright 2001-2012 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/maven/blob/3e95b5f1/apache-maven/README.txt
----------------------------------------------------------------------
diff --git a/apache-maven/README.txt b/apache-maven/README.txt
index c337ce8..dc55c01 100644
--- a/apache-maven/README.txt
+++ b/apache-maven/README.txt
@@ -40,18 +40,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-3.0.x.tar.gz
+      tar zxvf apache-maven-3.x.y.tar.gz
     Windows 2000/XP
-      unzip apache-maven-3.0.x.zip
+      unzip apache-maven-3.x.y.zip
 
-  2) A directory called "apache-maven-3.0.x" will be created.
+  2) A directory called "apache-maven-3.x.y" 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-3.0.x/bin:$PATH
+      export PATH=/usr/local/apache-maven-3.x.y/bin:$PATH
     Windows 2000/XP
-      set PATH="c:\program files\apache-maven-3.0.x\bin";%PATH%
+      set PATH="c:\program files\apache-maven-3.x.y\bin";%PATH%
 
   4) Make sure JAVA_HOME is set to the location of your JDK
 
@@ -71,7 +71,7 @@
   Downloads:          http://maven.apache.org/download.html
   Release Notes:      http://maven.apache.org/release-notes.html
   Mailing Lists:      http://maven.apache.org/mail-lists.html
-  Source Code:        http://svn.apache.org/repos/asf/maven/
+  Source Code:        https://git-wip-us.apache.org/repos/asf/maven.git/apache-maven
   Issue Tracking:     http://jira.codehaus.org/browse/MNG
-  Wiki:               http://docs.codehaus.org/display/MAVENUSER/
+  Wiki:               https://cwiki.apache.org/confluence/display/MAVEN/
   Available Plugins:  http://maven.apache.org/plugins/index.html