You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by gr...@apache.org on 2014/10/22 23:12:02 UTC

[60/82] [abbrv] git commit: Fixes bucket name

Fixes bucket name


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

Branch: refs/heads/two-dot-o-events
Commit: 926ae56f55aa1b7b6c28cea595075733ef371e5f
Parents: 3170b6a
Author: Todd Nine <to...@apache.org>
Authored: Tue Oct 21 10:24:19 2014 -0600
Committer: Todd Nine <to...@apache.org>
Committed: Tue Oct 21 10:24:19 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/926ae56f/stack/awscluster/pom.xml
----------------------------------------------------------------------
diff --git a/stack/awscluster/pom.xml b/stack/awscluster/pom.xml
index 2971e3c..049415d 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>
         <stack.war>../rest/target/ROOT.war</stack.war>
         <portal.dir>../../portal/dist/usergrid-portal</portal.dir>
     </properties>