Prechádzať zdrojové kódy

Updated docs for Ambari 1.2.3 release. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1490152 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 rokov pred
rodič
commit
aac34c3b16

+ 1 - 1
docs/pom.xml

@@ -28,7 +28,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.ambari</groupId>
-    <version>1.2.2-SNAPSHOT</version>
+    <version>1.2.3-SNAPSHOT</version>
     <artifactId>ambari</artifactId>
     <packaging>pom</packaging>
 

+ 1 - 1
docs/src/site/apt/index.apt

@@ -64,7 +64,7 @@ Introduction
 
 Getting Started with Ambari
 
-  Follow the {{{./1.2.2/installing-hadoop-using-ambari/content/index.html} installation guide for Ambari 1.2.2}}.
+  Follow the {{{./1.2.3/installing-hadoop-using-ambari/content/index.html} installation guide for Ambari 1.2.3}}.
 
   Note: Ambari currently supports the 64-bit version of the following Operating Systems:
 

+ 2 - 2
docs/src/site/apt/whats-new.apt

@@ -16,7 +16,7 @@
 
 What's New with Ambari?
 
- * Upcoming 1.2.3 release features the following:
+ * The current 1.2.3 release features the following:
 
    * Improved general stability
 
@@ -54,7 +54,7 @@ What's New with Ambari?
 
    * A wizard to configure and manage a secure cluster via Kerberos
 
-   * Support for configuring and running Ambari Web Server https
+   * Support for configuring and running Ambari Web Server via https
 
    * Run Ambari Server as a non-root user
 

+ 2 - 1
docs/src/site/site.xml

@@ -104,6 +104,7 @@
     </menu>
 
     <menu name="Releases">
+        <item name="1.2.3" href="http://www.apache.org/dist/incubator/ambari/ambari-1.2.3/"/>
         <item name="1.2.2" href="http://www.apache.org/dist/incubator/ambari/ambari-1.2.2/"/>
         <item name="1.2.1" href="http://www.apache.org/dist/incubator/ambari/ambari-1.2.1/"/>
         <item name="1.2.0" href="http://www.apache.org/dist/incubator/ambari/ambari-1.2.0/"/>
@@ -111,7 +112,7 @@
     </menu>
 
     <menu name="Documentation">
-        <item name="Install Guide for 1.2.3 RC" href="1.2.3/installing-hadoop-using-ambari/content/index.html"/>
+        <item name="Install Guide for 1.2.3" href="1.2.3/installing-hadoop-using-ambari/content/index.html"/>
         <item name="Install Guide for 1.2.2" href="1.2.2/installing-hadoop-using-ambari/content/index.html"/>
         <item name="Install Guide for 1.2.1" href="1.2.1/installing-hadoop-using-ambari/content/index.html"/>
         <item name="Install Guide for 1.2.0" href="1.2.0/installing-hadoop-using-ambari/content/index.html"/>