You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2015/01/11 20:27:45 UTC

karaf-cellar git commit: [KARAF-3301] Upgrade to Aries Proxy API 1.0.1

Repository: karaf-cellar
Updated Branches:
  refs/heads/master 17ddbc51e -> a7a287db4


[KARAF-3301] Upgrade to Aries Proxy API 1.0.1


Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/a7a287db
Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/a7a287db
Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/a7a287db

Branch: refs/heads/master
Commit: a7a287db470cf6444fe5f60485cca6cb1b396f9a
Parents: 17ddbc5
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Sun Jan 11 20:27:19 2015 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Sun Jan 11 20:27:19 2015 +0100

----------------------------------------------------------------------
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/a7a287db/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index d626b93..d1219e3 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>org.apache.aries.proxy</groupId>
             <artifactId>org.apache.aries.proxy.api</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1</version>
             <scope>provided</scope>
         </dependency>