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/31 05:38:55 UTC

[1/5] git commit: Added license header

Updated Branches:
  refs/heads/master 79a1c6d44 -> daf3518bf


Added license header


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

Branch: refs/heads/master
Commit: cf0181549cab593f28473353367c2364d728a460
Parents: 79a1c6d
Author: randgalt <ra...@apache.org>
Authored: Sat Mar 30 15:22:12 2013 -0700
Committer: randgalt <ra...@apache.org>
Committed: Sat Mar 30 15:22:12 2013 -0700

----------------------------------------------------------------------
 curator-x-discovery-server/README.txt |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/cf018154/curator-x-discovery-server/README.txt
----------------------------------------------------------------------
diff --git a/curator-x-discovery-server/README.txt b/curator-x-discovery-server/README.txt
index 65d05dc..98df35f 100644
--- a/curator-x-discovery-server/README.txt
+++ b/curator-x-discovery-server/README.txt
@@ -1,3 +1,22 @@
+====
+    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.
+====
+
 == Service Discovery Server ==
 A REST server for use with Curator Service Discovery. This server can be used for non-Java applications
 that need to participate in the Curator Service Discovery.


[2/5] git commit: updated scm urls

Posted by ra...@apache.org.
updated scm urls


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

Branch: refs/heads/master
Commit: 0658b3cc608b21e9ad6a2c47af092cd93bc42713
Parents: cf01815
Author: randgalt <ra...@apache.org>
Authored: Sat Mar 30 15:44:21 2013 -0700
Committer: randgalt <ra...@apache.org>
Committed: Sat Mar 30 15:44:21 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/0658b3cc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9bd1e84..e076bd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,8 +60,8 @@
 
     <scm>
         <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>
+        <connection>scm:git://git-wip-us.apache.org/repos/asf/incubator-curator.git</connection>
+        <developerConnection>scm:git://git-wip-us.apache.org/repos/asf/incubator-curator.git</developerConnection>
         <tag>HEAD</tag>
     </scm>
 


[5/5] git commit: wip

Posted by ra...@apache.org.
wip


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

Branch: refs/heads/master
Commit: daf3518bf0dbe336e01cf7c6bcfbd9e423ac729e
Parents: d69b633
Author: randgalt <ra...@apache.org>
Authored: Sat Mar 30 20:38:41 2013 -0700
Committer: randgalt <ra...@apache.org>
Committed: Sat Mar 30 20:38:41 2013 -0700

----------------------------------------------------------------------
 src/site/confluence/committers.confluence |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/daf3518b/src/site/confluence/committers.confluence
----------------------------------------------------------------------
diff --git a/src/site/confluence/committers.confluence b/src/site/confluence/committers.confluence
index b3452fb..ddd57a5 100644
--- a/src/site/confluence/committers.confluence
+++ b/src/site/confluence/committers.confluence
@@ -1,5 +1,10 @@
 h1. Information/Recipes for Curator Committers
 
+* [Maven Settings|#maven-settings]
+* [How to Publish the Curator Website|#publish-website]
+* [Git Setup|#git-setup]
+
+{anchor:maven-settings}
 h2. Maven Settings
 
 Your Maven settings ({{~/.m2/settings.xml}}) file should have the following (note:
@@ -34,6 +39,7 @@ website):
 </settings>
 {noformat}
 
+{anchor:publish-website}
 h2. How to Publish the Curator Website
 
 Assuming you have a clean compile/install of Curator, from the root of the Curator directory:
@@ -48,6 +54,7 @@ Have a look at the staged site and make sure it's good. Then:
 mvn site-deploy
 {noformat}
 
+{anchor:git-setup}
 h2. Git Setup
 
 Apache has a good guide on how to prepare your environment for interacting with the Curator Git repo: [https://git-wip-us.apache.org/].


[4/5] git commit: Add more widgets, etc.

Posted by ra...@apache.org.
Add more widgets, etc.


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

Branch: refs/heads/master
Commit: d69b633693435cedd0a5d2086fd2fbc1f6c95621
Parents: 0090978
Author: randgalt <ra...@apache.org>
Authored: Sat Mar 30 16:51:16 2013 -0700
Committer: randgalt <ra...@apache.org>
Committed: Sat Mar 30 16:51:16 2013 -0700

----------------------------------------------------------------------
 src/site/site.xml |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/d69b6336/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index ff384b1..4d8ef9a 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -28,6 +28,22 @@
         <version>1.3.0</version>
     </skin>
 
+    <custom>
+        <fluidoSkin>
+            <ohloh>
+                <projectId>apache-curator</projectId>
+                <widget>factoids</widget>
+            </ohloh>
+            <facebookLike />
+            <googlePlusOne />
+            <twitter>
+                <user>ApacheCurator</user>
+                <showUser>false</showUser>
+                <showFollowers>false</showFollowers>
+            </twitter>
+        </fluidoSkin>
+    </custom>
+
     <bannerLeft>
         <name>Apache Curator</name>
         <src>/images/curator-logo.png</src>


[3/5] git commit: updated scm urls

Posted by ra...@apache.org.
updated scm urls


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

Branch: refs/heads/master
Commit: 009097800f86708c2cb6d04a1001e1bf06aa7eb0
Parents: 0658b3c
Author: randgalt <ra...@apache.org>
Authored: Sat Mar 30 15:45:35 2013 -0700
Committer: randgalt <ra...@apache.org>
Committed: Sat Mar 30 15:45:35 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/00909780/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e076bd6..4db1d24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,8 +60,8 @@
 
     <scm>
         <url>https://git-wip-us.apache.org/repos/asf?p=incubator-curator.git</url>
-        <connection>scm:git://git-wip-us.apache.org/repos/asf/incubator-curator.git</connection>
-        <developerConnection>scm:git://git-wip-us.apache.org/repos/asf/incubator-curator.git</developerConnection>
+        <connection>scm:https://git-wip-us.apache.org/repos/asf/incubator-curator.git</connection>
+        <developerConnection>scm:https://git-wip-us.apache.org/repos/asf/incubator-curator.git</developerConnection>
         <tag>HEAD</tag>
     </scm>