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 2014/03/05 13:45:46 UTC

git commit: updated web scm repo

Repository: curator
Updated Branches:
  refs/heads/master 10e4552df -> 0d9eaed1c


updated web scm repo


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

Branch: refs/heads/master
Commit: 0d9eaed1cba4e5ebd0380185af605012835d8137
Parents: 10e4552
Author: randgalt <ra...@apache.org>
Authored: Wed Mar 5 07:45:39 2014 -0500
Committer: randgalt <ra...@apache.org>
Committed: Wed Mar 5 07:45:39 2014 -0500

----------------------------------------------------------------------
 .../TestCloseableScheduledExecutorService.java    | 18 ++++++++++++++++++
 pom.xml                                           |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/0d9eaed1/curator-client/src/test/java/org/apache/curator/utils/TestCloseableScheduledExecutorService.java
----------------------------------------------------------------------
diff --git a/curator-client/src/test/java/org/apache/curator/utils/TestCloseableScheduledExecutorService.java b/curator-client/src/test/java/org/apache/curator/utils/TestCloseableScheduledExecutorService.java
index 111a96b..c2510ed 100644
--- a/curator-client/src/test/java/org/apache/curator/utils/TestCloseableScheduledExecutorService.java
+++ b/curator-client/src/test/java/org/apache/curator/utils/TestCloseableScheduledExecutorService.java
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.apache.curator.utils;
 
 import java.util.concurrent.CountDownLatch;

http://git-wip-us.apache.org/repos/asf/curator/blob/0d9eaed1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 981e405..a0dbe61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
     </properties>
 
     <scm>
-        <url>https://git-wip-us.apache.org/repos/asf/curator.git</url>
+        <url>https://github.com/apache/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>