You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ka...@apache.org on 2013/11/14 22:06:30 UTC

[1/2] git commit: [HELIX-305] Build fails because net.sf.josql cannot be resolved, rb=15541

Updated Branches:
  refs/heads/master 114d7090a -> eac1ec409


[HELIX-305] Build fails because net.sf.josql cannot be resolved, rb=15541


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

Branch: refs/heads/master
Commit: 3f6d64caa8d53d3d9f1fd6498e94f21822ff2a23
Parents: f3dd633
Author: Kanak Biscuitwala <ka...@apache.org>
Authored: Thu Nov 14 12:32:02 2013 -0800
Committer: Kanak Biscuitwala <ka...@apache.org>
Committed: Thu Nov 14 13:05:45 2013 -0800

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/3f6d64ca/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ee013c0..fbf9c63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -251,6 +251,11 @@ under the License.
       <name>SnakeYAML repository</name>
       <url>http://oss.sonatype.org/content/groups/public/</url>
     </repository>
+    <repository>
+      <id>jboss-fs-public</id>
+      <name>JBoss FuseSource repository</name>
+      <url>http://repository.jboss.org/nexus/content/groups/fs-public/</url>
+    </repository>
   </repositories>
 
 


[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-helix

Posted by ka...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-helix


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

Branch: refs/heads/master
Commit: eac1ec409261b3aa7525ccb4fb9d80841031e3e0
Parents: 3f6d64c 114d709
Author: Kanak Biscuitwala <ka...@apache.org>
Authored: Thu Nov 14 13:06:08 2013 -0800
Committer: Kanak Biscuitwala <ka...@apache.org>
Committed: Thu Nov 14 13:06:08 2013 -0800

----------------------------------------------------------------------
 helix-admin-webapp/pom.xml                        |  2 +-
 helix-agent/pom.xml                               |  2 +-
 helix-core/pom.xml                                |  2 +-
 .../helix/monitoring/ZKPathDataDumpTask.java      |  6 +++---
 helix-examples/pom.xml                            |  2 +-
 pom.xml                                           | 18 +++++++++---------
 recipes/distributed-lock-manager/pom.xml          |  2 +-
 recipes/pom.xml                                   |  2 +-
 recipes/rabbitmq-consumer-group/pom.xml           |  2 +-
 recipes/rsync-replicated-file-system/pom.xml      |  2 +-
 recipes/service-discovery/pom.xml                 |  2 +-
 recipes/task-execution/pom.xml                    |  4 ++--
 recipes/user-defined-rebalancer/pom.xml           |  2 +-
 site-releases/0.6.1-incubating/pom.xml            |  2 +-
 site-releases/pom.xml                             |  2 +-
 15 files changed, 26 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/eac1ec40/pom.xml
----------------------------------------------------------------------