You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2017/04/11 09:06:41 UTC

cxf-dosgi git commit: Upgrade to official equinox 3.11.3

Repository: cxf-dosgi
Updated Branches:
  refs/heads/master 40cfa39de -> 042b8a784


Upgrade to official equinox 3.11.3


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

Branch: refs/heads/master
Commit: 042b8a784de8428f37c5bb19ec3cc1f430f7e559
Parents: 40cfa39
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Tue Apr 11 11:06:35 2017 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Tue Apr 11 11:06:35 2017 +0200

----------------------------------------------------------------------
 itests/multi-bundle/pom.xml | 2 +-
 parent/pom.xml              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/042b8a78/itests/multi-bundle/pom.xml
----------------------------------------------------------------------
diff --git a/itests/multi-bundle/pom.xml b/itests/multi-bundle/pom.xml
index 68d4fda..72af8de 100644
--- a/itests/multi-bundle/pom.xml
+++ b/itests/multi-bundle/pom.xml
@@ -81,7 +81,7 @@
 
 
         <dependency>
-            <groupId>org.eclipse.tycho</groupId>
+            <groupId>org.eclipse.platform</groupId>
             <artifactId>org.eclipse.osgi</artifactId>
         </dependency>
         <!-- 

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/042b8a78/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 6fab8ee..40b92ab 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -134,9 +134,9 @@
             </dependency>
 
             <dependency>
-                <groupId>org.eclipse.tycho</groupId>
+                <groupId>org.eclipse.platform</groupId>
                 <artifactId>org.eclipse.osgi</artifactId>
-                <version>3.10.101.v20150820-1432</version>
+                <version>3.11.3</version>
             </dependency>
 
             <dependency>