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/03/27 02:16:29 UTC

git commit: Updated scm tags

Updated Branches:
  refs/heads/master ef8c4580c -> dac9d2576


Updated scm tags


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

Branch: refs/heads/master
Commit: dac9d2576de33143e70c2b653550a0f83af5677c
Parents: ef8c458
Author: randgalt <ra...@apache.org>
Authored: Tue Mar 26 18:16:20 2013 -0700
Committer: randgalt <ra...@apache.org>
Committed: Tue Mar 26 18:16:20 2013 -0700

----------------------------------------------------------------------
 pom.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/dac9d257/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 220c32a..1082740 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,9 +58,9 @@
     </properties>
 
     <scm>
-        <url>https://git-wip-us.apache.org/repos/asf?p=curator.git</url>
-        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/curator.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/curator.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf?p=incubator-curator.git</url>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-curator.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-curator.git</developerConnection>
         <tag>HEAD</tag>
     </scm>
 
@@ -280,7 +280,7 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>11.0.1</version>
+            <version>14.0.1</version>
         </dependency>
 
         <dependency>