You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2015/02/16 23:01:30 UTC

[23/50] incubator-usergrid git commit: Fixes accidental commit

Fixes accidental commit


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/e57e5e57
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/e57e5e57
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/e57e5e57

Branch: refs/heads/USERGRID-365
Commit: e57e5e57489abf0b42aceab79f4d4aac5a83562e
Parents: 6b975aa
Author: Todd Nine <tn...@apigee.com>
Authored: Thu Feb 12 13:32:35 2015 -0700
Committer: Todd Nine <tn...@apigee.com>
Committed: Thu Feb 12 13:32:35 2015 -0700

----------------------------------------------------------------------
 stack/awscluster/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/e57e5e57/stack/awscluster/pom.xml
----------------------------------------------------------------------
diff --git a/stack/awscluster/pom.xml b/stack/awscluster/pom.xml
index 2710019..46157ab 100644
--- a/stack/awscluster/pom.xml
+++ b/stack/awscluster/pom.xml
@@ -30,7 +30,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <aws.s3.release-bucket>ug-cloudformation-todd</aws.s3.release-bucket>
+    <aws.s3.release-bucket>ug-cloudformation</aws.s3.release-bucket>
     <!--  Pulls the file path from maven when using the dependency plugin.  This doesn't work b/c it doesn't name the file properly to ROOT.war.  Solve that to use the latest from the repo-->
     <!--<stack.war>${org.apache.usergrid:usergrid-rest:war}</stack.war>-->
     <stack.war>../rest/target/ROOT.war</stack.war>