From cf75e1d871d1165cf93360bf20b8d0374a35be19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Tue, 11 Jun 2024 05:51:19 +0200 Subject: [PATCH] Update to 2024-06 release --- p2-maven-plugin/pom.xml | 38 +++++++++---------- pom.xml | 10 ++--- sisu-osgi/sisu-osgi-connect/pom.xml | 2 +- tycho-api/pom.xml | 4 +- tycho-apitools-plugin/pom.xml | 10 ++--- tycho-build/pom.xml | 12 +++--- tycho-core/pom.xml | 4 +- tycho-eclipse-plugin/pom.xml | 2 +- .../tycho-document-bundle-plugin/pom.xml | 4 +- tycho-gpg-plugin/pom.xml | 2 +- .../pom.xml | 4 +- 11 files changed, 46 insertions(+), 46 deletions(-) diff --git a/p2-maven-plugin/pom.xml b/p2-maven-plugin/pom.xml index fb8d95099b..952ab69d67 100644 --- a/p2-maven-plugin/pom.xml +++ b/p2-maven-plugin/pom.xml @@ -28,7 +28,7 @@ org.eclipse.platform org.eclipse.equinox.p2.core - 2.11.0 + 2.12.0 org.eclipse.platform @@ -37,22 +37,22 @@ org.eclipse.platform org.eclipse.equinox.p2.publisher - 1.9.100 + 1.9.200 org.eclipse.platform org.eclipse.equinox.p2.director - 2.6.300 + 2.6.400 org.eclipse.platform org.eclipse.equinox.p2.engine - 2.10.0 + 2.10.200 org.eclipse.platform org.eclipse.equinox.p2.metadata - 2.9.0 + 2.9.100 org.eclipse.platform @@ -70,12 +70,12 @@ org.eclipse.platform org.eclipse.equinox.frameworkadmin - 2.3.100 + 2.3.200 org.eclipse.platform org.eclipse.equinox.preferences - 3.11.0 + 3.11.100 org.apache.maven @@ -96,12 +96,12 @@ org.eclipse.platform org.eclipse.equinox.p2.metadata.repository - 1.5.300 + 1.5.400 org.eclipse.platform org.eclipse.equinox.p2.updatesite - 1.3.300 + 1.3.400 @@ -123,53 +123,53 @@ org.eclipse.platform org.eclipse.equinox.p2.jarprocessor - 1.3.300 + 1.3.400 org.eclipse.platform org.eclipse.equinox.p2.touchpoint.natives - 1.5.200 + 1.5.300 org.eclipse.platform org.eclipse.equinox.p2.touchpoint.eclipse - 2.4.200 + 2.4.300 org.eclipse.platform org.eclipse.equinox.p2.garbagecollector - 1.3.200 + 1.3.300 org.eclipse.platform org.eclipse.equinox.p2.director.app - 1.3.300 + 1.3.400 org.eclipse.platform org.eclipse.equinox.p2.repository.tools - 2.4.300 + 2.4.400 org.eclipse.platform org.eclipse.equinox.concurrent - 1.3.0 + 1.3.100 org.eclipse.platform org.eclipse.equinox.simpleconfigurator - 1.5.200 + 1.5.300 org.eclipse.platform org.eclipse.equinox.app - 1.7.0 + 1.7.100 org.eclipse.platform org.eclipse.equinox.frameworkadmin.equinox - 1.3.100 + 1.3.200 org.eclipse.platform diff --git a/pom.xml b/pom.xml index 4bdae8fa00..ff4714020b 100644 --- a/pom.xml +++ b/pom.xml @@ -281,12 +281,12 @@ org.eclipse.platform org.eclipse.core.runtime - 3.31.0 + 3.31.100 org.eclipse.platform org.eclipse.ui.workbench - 3.131.100 + 3.132.0 org.osgi @@ -297,17 +297,17 @@ org.eclipse.platform org.eclipse.equinox.p2.repository - 2.8.100 + 2.9.100 org.eclipse.platform org.eclipse.equinox.p2.publisher.eclipse - 1.6.0 + 1.6.100 org.eclipse.platform org.eclipse.equinox.simpleconfigurator.manipulator - 2.3.100 + 2.3.200 org.bouncycastle diff --git a/sisu-osgi/sisu-osgi-connect/pom.xml b/sisu-osgi/sisu-osgi-connect/pom.xml index 01708046a2..7d024f3502 100644 --- a/sisu-osgi/sisu-osgi-connect/pom.xml +++ b/sisu-osgi/sisu-osgi-connect/pom.xml @@ -28,7 +28,7 @@ org.eclipse.platform org.eclipse.equinox.registry - 3.12.0 + 3.12.100 org.eclipse.sisu diff --git a/tycho-api/pom.xml b/tycho-api/pom.xml index 56514fa4df..f8293eb956 100644 --- a/tycho-api/pom.xml +++ b/tycho-api/pom.xml @@ -28,12 +28,12 @@ org.eclipse.platform org.eclipse.equinox.p2.metadata - 2.9.0 + 2.9.100 org.eclipse.platform org.eclipse.equinox.p2.publisher - 1.9.100 + 1.9.200 diff --git a/tycho-apitools-plugin/pom.xml b/tycho-apitools-plugin/pom.xml index e7e544f606..d6b4e2613c 100644 --- a/tycho-apitools-plugin/pom.xml +++ b/tycho-apitools-plugin/pom.xml @@ -38,7 +38,7 @@ org.eclipse.pde org.eclipse.pde.api.tools - 1.3.300 + 1.3.400 jar @@ -50,7 +50,7 @@ org.eclipse.pde org.eclipse.pde.core - 3.18.0 + 3.18.100 jar @@ -62,17 +62,17 @@ org.eclipse.platform org.eclipse.equinox.common - 3.19.0 + 3.19.100 org.eclipse.jdt org.eclipse.jdt.core - 3.37.0 + 3.38.0 org.eclipse.jdt org.eclipse.jdt.launching - 3.21.100 + 3.22.0 diff --git a/tycho-build/pom.xml b/tycho-build/pom.xml index c58a7ed735..9f2a138dae 100644 --- a/tycho-build/pom.xml +++ b/tycho-build/pom.xml @@ -48,7 +48,7 @@ org.eclipse.platform org.eclipse.equinox.p2.core - 2.11.0 + 2.12.0 @@ -59,26 +59,26 @@ org.eclipse.platform org.eclipse.equinox.p2.publisher - 1.9.100 + 1.9.200 org.eclipse.platform org.eclipse.equinox.p2.director - 2.6.300 + 2.6.400 org.eclipse.platform org.eclipse.equinox.p2.engine - 2.10.0 + 2.10.200 org.eclipse.platform org.eclipse.equinox.p2.metadata - 2.9.0 + 2.9.100 org.eclipse.platform @@ -123,7 +123,7 @@ org.eclipse.platform org.eclipse.equinox.p2.metadata.repository - 1.5.300 + 1.5.400 org.eclipse.tycho diff --git a/tycho-core/pom.xml b/tycho-core/pom.xml index 39301ebc3f..0c69461f87 100644 --- a/tycho-core/pom.xml +++ b/tycho-core/pom.xml @@ -314,12 +314,12 @@ org.eclipse.jdt org.eclipse.jdt.core - 3.37.0 + 3.38.0 org.eclipse.pde org.eclipse.pde.core - 3.18.0 + 3.18.100 test diff --git a/tycho-eclipse-plugin/pom.xml b/tycho-eclipse-plugin/pom.xml index e9f2051c73..1b0160aa10 100644 --- a/tycho-eclipse-plugin/pom.xml +++ b/tycho-eclipse-plugin/pom.xml @@ -39,7 +39,7 @@ org.eclipse.pde org.eclipse.pde.core - 3.18.0 + 3.18.100 jar diff --git a/tycho-extras/tycho-document-bundle-plugin/pom.xml b/tycho-extras/tycho-document-bundle-plugin/pom.xml index f6d4a8dce2..b799c18945 100644 --- a/tycho-extras/tycho-document-bundle-plugin/pom.xml +++ b/tycho-extras/tycho-document-bundle-plugin/pom.xml @@ -59,12 +59,12 @@ org.eclipse.platform org.eclipse.help.base - 4.4.300 + 4.4.400 org.eclipse.pde org.eclipse.pde.core - 3.18.0 + 3.18.100 diff --git a/tycho-gpg-plugin/pom.xml b/tycho-gpg-plugin/pom.xml index 97daf94316..6ed43672d1 100644 --- a/tycho-gpg-plugin/pom.xml +++ b/tycho-gpg-plugin/pom.xml @@ -49,7 +49,7 @@ org.eclipse.platform org.eclipse.equinox.p2.artifact.repository - 1.5.300 + 1.5.400 org.eclipse.platform diff --git a/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml index fa4d7b7de0..d706c7154c 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml @@ -29,7 +29,7 @@ org.eclipse.platform org.eclipse.equinox.app - 1.7.0 + 1.7.100 org.eclipse.platform @@ -38,7 +38,7 @@ org.eclipse.platform org.eclipse.e4.ui.workbench3 - 0.17.300 + 0.17.400 *