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 2020/10/15 11:49:42 UTC

[karaf] branch master updated: [KARAF-6881] Upgrade to equinox 3.16.0

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 810c19b  [KARAF-6881] Upgrade to equinox 3.16.0
     new 4bcd0eb  Merge pull request #1224 from jbonofre/KARAF-6881
810c19b is described below

commit 810c19b34434b00a74645a34078ffeaba7bf417e
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Oct 15 08:01:18 2020 +0200

    [KARAF-6881] Upgrade to equinox 3.16.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 39d2959..2f793ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,7 +182,7 @@
         <easymock.version>4.2</easymock.version>
         <equinox.groupId>org.eclipse.platform</equinox.groupId>
         <equinox.artifactId>org.eclipse.osgi</equinox.artifactId>
-        <equinox.version>3.15.300</equinox.version>
+        <equinox.version>3.16.0</equinox.version>
         <bndlib.version>3.5.0</bndlib.version>
         <equinox.region.version>1.2.101.v20150831-1342</equinox.region.version>
         <equinox.coordinator.version>1.1.0.v20120522-1841</equinox.coordinator.version>