You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2017/09/16 10:25:40 UTC

svn commit: r1808527 - /maven/site/trunk/content/markdown/install.md.vm

Author: khmarbaise
Date: Sat Sep 16 10:25:39 2017
New Revision: 1808527

URL: http://svn.apache.org/viewvc?rev=1808527&view=rev
Log:
[MNGSITE-318] Verson mismatch
 o Fixed version and added a note about the different
   values for git sha1 and date entry.

Modified:
    maven/site/trunk/content/markdown/install.md.vm

Modified: maven/site/trunk/content/markdown/install.md.vm
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/install.md.vm?rev=1808527&r1=1808526&r2=1808527&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/install.md.vm (original)
+++ maven/site/trunk/content/markdown/install.md.vm Sat Sep 16 10:25:39 2017
@@ -24,13 +24,14 @@ the `PATH` environment variable
 * Confirm with `mvn -v` in a new shell. The result should look similar to
 
 
-    Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T04:57:37-07:00)
-    Maven home: /opt/apache-maven-3.3.3
+    Apache Maven ${currentStableVersion} (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T21:39:06+02:00)
+    Maven home: /opt/apache-maven-${currentStableVersion}
     Java version: 1.8.0_45, vendor: Oracle Corporation
     Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre
     Default locale: en_US, platform encoding: UTF-8
     OS name: "mac os x", version: "10.8.5", arch: "x86_64", family: "mac"
 
+Note: The values in the first line within the parentheses differ from maven version to maven version.
 
 Windows Tips
 -----