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 2014/04/12 20:46:18 UTC

git commit: [HELIX-429] Upgrade restlet to 2.2.0

Repository: helix
Updated Branches:
  refs/heads/helix-0.6.x 05c1da3d5 -> 4b100800c


[HELIX-429] Upgrade restlet to 2.2.0


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

Branch: refs/heads/helix-0.6.x
Commit: 4b100800c61309aa1d70defe0357ddde5dcfaf3d
Parents: 05c1da3
Author: Kanak Biscuitwala <ka...@apache.org>
Authored: Sat Apr 12 11:34:44 2014 -0700
Committer: Kanak Biscuitwala <ka...@apache.org>
Committed: Sat Apr 12 11:46:09 2014 -0700

----------------------------------------------------------------------
 helix-core/pom.xml | 4 ++--
 pom.xml            | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/4b100800/helix-core/pom.xml
----------------------------------------------------------------------
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index 6a35187..b9a4675 100644
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -45,7 +45,7 @@ under the License.
       org.apache.zookeeper.txn*;resolution:=optional,
       org.apache.zookeeper*;version="[3.3,4)",
       org.codehaus.jackson*;version="[1.8,2)",
-      org.restlet;version="[2.1.4,3]",
+      org.restlet;version="[2.2.0,3]",
       *
     </osgi.import>
     <osgi.ignore>
@@ -133,7 +133,7 @@ under the License.
     <dependency>
       <groupId>org.restlet.jse</groupId>
       <artifactId>org.restlet</artifactId>
-      <version>2.1.4</version>
+      <version>2.2.0</version>
     </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>

http://git-wip-us.apache.org/repos/asf/helix/blob/4b100800/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d6897b8..7c64d46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,7 +255,7 @@ under the License.
       <dependency>
         <groupId>org.restlet.jse</groupId>
         <artifactId>org.restlet</artifactId>
-        <version>2.1.4</version>
+        <version>2.2.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.helix</groupId>