Author: mahadev
Date: Fri Jan 25 23:43:00 2013
New Revision: 1438770
URL: http://svn.apache.org/viewvc?rev=1438770&view=rev
Log:
AMBARI-1262. Apache Ambari point to dev url, need fix in pom.xml. (mahadev)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-agent/pom.xml
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1438770&r1=1438769&r2=1438770&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Fri Jan 25 23:43:00 2013
@@ -135,6 +135,9 @@ Trunk (unreleased changes):
AMBARI-1205. Cannot persist service configuration when service is started
(Siddharth Wagle via mahadev)
+ AMBARI-1262. Apache Ambari point to dev url, need fix in pom.xml.
+ (mahadev)
+
BUG FIXES
AMBARI-1257. Separator missing in between Oozie and ZooKeeper. (yusaku)
Modified: incubator/ambari/trunk/ambari-agent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-agent/pom.xml?rev=1438770&r1=1438769&r2=1438770&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-agent/pom.xml (original)
+++ incubator/ambari/trunk/ambari-agent/pom.xml Fri Jan 25 23:43:00 2013
@@ -40,20 +40,20 @@
<facter.tar>http://downloads.puppetlabs.com/facter/facter-1.6.10.tar.gz</facter.tar>
<puppet.tar>http://www.puppetlabs.com/downloads/puppet/puppet-2.7.9.tar.gz</puppet.tar>
<install.dir>/usr/lib/python2.6/site-packages/ambari_agent</install.dir>
-
<ruby.tar>http://s3.amazonaws.com/dev.hortonworks.com/HDP-UTILS-1.1.0.15/repos/centos6/ruby-1.8.7-p370.tar.gz</ruby.tar>
+
<ruby.tar>http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.15/repos/centos6/ruby-1.8.7-p370.tar.gz</ruby.tar>
<lib.dir>/usr/lib/ambari-agent/lib</lib.dir>
</properties>
<profiles>
<profile>
<id>suse11</id>
<properties>
-
<ruby.tar>http://s3.amazonaws.com/dev.hortonworks.com/HDP-UTILS-1.1.0.15/repos/suse11/ruby-1.8.7-p370.tar.gz</ruby.tar>
+
<ruby.tar>http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.15/repos/suse11/ruby-1.8.7-p370.tar.gz</ruby.tar>
</properties>
</profile>
<profile>
<id>centos5</id>
<properties>
-
<ruby.tar>http://s3.amazonaws.com/dev.hortonworks.com/HDP-UTILS-1.1.0.15/repos/centos5/ruby-1.8.7-p370.tar.gz</ruby.tar>
+
<ruby.tar>http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.15/repos/centos5/ruby-1.8.7-p370.tar.gz</ruby.tar>
</properties>
</profile>
</profiles>