You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by am...@apache.org on 2016/02/21 12:38:02 UTC

[1/3] cxf-dosgi git commit: Upgrade ZooKeeper to 3.4.8

Repository: cxf-dosgi
Updated Branches:
  refs/heads/master 1e102fb85 -> 717ecb084


Upgrade ZooKeeper to 3.4.8


Project: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/commit/c2734382
Tree: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/tree/c2734382
Diff: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/diff/c2734382

Branch: refs/heads/master
Commit: c2734382fee84f18c4e352b679be6974419acb7e
Parents: 1e102fb
Author: Amichai Rothman <am...@apache.org>
Authored: Sun Feb 21 13:31:03 2016 +0200
Committer: Amichai Rothman <am...@apache.org>
Committed: Sun Feb 21 13:35:04 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/c2734382/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index cc143f5..52f5d6d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -45,7 +45,7 @@
         <felix.version>5.4.0</felix.version>
         <spring.version>4.2.4.RELEASE</spring.version>
         <spring.osgi.version>1.2.1</spring.osgi.version>
-        <zookeeper.version>3.4.7</zookeeper.version>
+        <zookeeper.version>3.4.8</zookeeper.version>
 
         <remote.service.admin.interfaces.version>1.0.0</remote.service.admin.interfaces.version>
 


[3/3] cxf-dosgi git commit: Upgrade Karaf to 3.0.6

Posted by am...@apache.org.
Upgrade Karaf to 3.0.6


Project: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/commit/717ecb08
Tree: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/tree/717ecb08
Diff: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/diff/717ecb08

Branch: refs/heads/master
Commit: 717ecb0845f88f15c2a27de1f3ecce83736e90f7
Parents: e96768b
Author: Amichai Rothman <am...@apache.org>
Authored: Sun Feb 21 13:33:23 2016 +0200
Committer: Amichai Rothman <am...@apache.org>
Committed: Sun Feb 21 13:35:07 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/717ecb08/distribution/multi-bundle/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/multi-bundle/pom.xml b/distribution/multi-bundle/pom.xml
index e538589..07d1f2d 100644
--- a/distribution/multi-bundle/pom.xml
+++ b/distribution/multi-bundle/pom.xml
@@ -34,7 +34,7 @@
   <properties>
     <dosgi.version>${project.version}</dosgi.version>
     <topDirectoryLocation>../..</topDirectoryLocation>
-    <karaf.version>3.0.3</karaf.version>
+    <karaf.version>3.0.6</karaf.version>
   </properties>
 
   <build>


[2/3] cxf-dosgi git commit: Extract karaf.version pom property

Posted by am...@apache.org.
Extract karaf.version pom property


Project: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/commit/e96768bc
Tree: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/tree/e96768bc
Diff: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/diff/e96768bc

Branch: refs/heads/master
Commit: e96768bc9dc3f245312add1a7bc6bd9a3ff7ef5e
Parents: c273438
Author: Amichai Rothman <am...@apache.org>
Authored: Sun Feb 21 13:32:55 2016 +0200
Committer: Amichai Rothman <am...@apache.org>
Committed: Sun Feb 21 13:35:07 2016 +0200

----------------------------------------------------------------------
 distribution/multi-bundle/pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e96768bc/distribution/multi-bundle/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/multi-bundle/pom.xml b/distribution/multi-bundle/pom.xml
index 5498f34..e538589 100644
--- a/distribution/multi-bundle/pom.xml
+++ b/distribution/multi-bundle/pom.xml
@@ -34,6 +34,7 @@
   <properties>
     <dosgi.version>${project.version}</dosgi.version>
     <topDirectoryLocation>../..</topDirectoryLocation>
+    <karaf.version>3.0.3</karaf.version>
   </properties>
 
   <build>
@@ -48,7 +49,7 @@
     <plugin>
         <groupId>org.apache.karaf.tooling</groupId>
         <artifactId>karaf-maven-plugin</artifactId>
-        <version>3.0.3</version>
+        <version>${karaf.version}</version>
 
         <executions>
           <execution>
@@ -60,7 +61,7 @@
             </goals>
             <configuration>
               <descriptors>
-                <descriptor>mvn:org.apache.karaf.features/standard/3.0.3/xml/features</descriptor>
+                <descriptor>mvn:org.apache.karaf.features/standard/${karaf.version}/xml/features</descriptor>
                 <descriptor>mvn:org.apache.cxf.dosgi/cxf-dosgi/${project.version}/xml/features</descriptor>
               </descriptors>
               <features>
@@ -72,7 +73,7 @@
               <resolveDefinedRepositoriesRecursively>true</resolveDefinedRepositoriesRecursively>
               <flatRepoLayout>true</flatRepoLayout>
               <mergedFeature>true</mergedFeature>
-              <karafVersion>3.0.3</karafVersion>
+              <karafVersion>${karaf.version}</karafVersion>
             </configuration>
           </execution>
         </executions>