You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2013/03/12 18:40:36 UTC

svn commit: r1455644 - in /incubator/ambari/trunk: CHANGES.txt ambari-server/pom.xml

Author: swagle
Date: Tue Mar 12 17:40:35 2013
New Revision: 1455644

URL: http://svn.apache.org/r1455644
Log:
AMBARI-1616. Error during upgrading Ambari Server from 1.2.0/1.2.1 to 1.2.2. (Sumit Mohanty via swagle)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-server/pom.xml

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1455644&r1=1455643&r2=1455644&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Tue Mar 12 17:40:35 2013
@@ -458,6 +458,9 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1616. Error during upgrading Ambari Server from 1.2.0/1.2.1 to 
+ 1.2.2. (Sumit Mohanty via swagle)
+
  AMBARI-1603. JCE install on ambari-server fails if /tmp/HDP-artifacts does 
  not exists. (swagle)
 

Modified: incubator/ambari/trunk/ambari-server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/pom.xml?rev=1455644&r1=1455643&r2=1455644&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-server/pom.xml (original)
+++ incubator/ambari/trunk/ambari-server/pom.xml Tue Mar 12 17:40:35 2013
@@ -254,7 +254,11 @@
               <sources>
                 <source>
                   <location>src/main/resources/upgrade/ddl/Ambari-DDL-Postgres-UPGRADE-1.2.2.sql</location>
+                </source>
+                <source>
                   <location>src/main/resources/upgrade/ddl/Ambari-DDL-Postgres-UPGRADE-1.2.2.Fix.sql</location>
+                </source>
+                <source>
                   <location>src/main/resources/upgrade/ddl/Ambari-DDL-Postgres-UPGRADE-1.2.2.Check.sql</location>
                 </source>
               </sources>