You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2013/04/16 00:21:44 UTC

svn commit: r1468254 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/app/config.js

Author: jaimin
Date: Mon Apr 15 22:21:44 2013
New Revision: 1468254

URL: http://svn.apache.org/r1468254
Log:
AMBARI-1904. Update default stack version to 1.3.0. (yusaku via jaimin)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/config.js

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1468254&r1=1468253&r2=1468254&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Mon Apr 15 22:21:44 2013
@@ -258,6 +258,8 @@ Trunk (unreleased changes):
 
  IMPROVEMENTS
 
+ AMBARI-1904. Update default stack version to 1.3.0. (yusaku via jaimin)
+
  AMBARI-1921. Change tasks order in popup on deploy page. (jaimin)
 
  AMBARI-1913. Security Wizard - "Kerberos security is disabled on the cluster"

Modified: incubator/ambari/trunk/ambari-web/app/config.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/config.js?rev=1468254&r1=1468253&r2=1468254&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/config.js (original)
+++ incubator/ambari/trunk/ambari-web/app/config.js Mon Apr 15 22:21:44 2013
@@ -27,8 +27,8 @@ App.skipBootstrap = false;
 App.alwaysGoToInstaller = false;
 App.testEnableSecurity = true;                   // By default enable security is tested; turning it false tests disable security
 App.apiPrefix = '/api/v1';
-App.defaultStackVersion = 'HDP-1.2.1';
-App.defaultLocalStackVersion = 'HDPLocal-1.2.1';
+App.defaultStackVersion = 'HDP-1.3.0';
+App.defaultLocalStackVersion = 'HDPLocal-1.3.0';
 App.defaultJavaHome = '/usr/jdk/jdk1.6.0_31';
 App.addServicesEnabled = false;
 // default AJAX timeout