You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2013/06/10 17:01:19 UTC

[34/50] [abbrv] git commit: updated repos

updated repos


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

Branch: refs/heads/zk3.3.x
Commit: c07f7e3ee032b6c322e07ff006d48e66f451b72d
Parents: 931dbfa
Author: Jordan Zimmerman <jo...@jordanzimmerman.com>
Authored: Tue Sep 4 13:15:48 2012 -0700
Committer: Jordan Zimmerman <jo...@jordanzimmerman.com>
Committed: Tue Sep 4 13:15:48 2012 -0700

----------------------------------------------------------------------
 build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/c07f7e3e/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 94b2a77..8389478 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,6 +9,7 @@ allprojects {
     repositories {
 	maven {
             url "http://repo1.maven.org/maven2"
+            artifactUrls "https://maven.java.net/content/repositories/public/"
             artifactUrls "https://repository.jboss.org/nexus/content/groups/public"
         }
     }