From 8b9636fdb7b639f4c8dae9e1f0bcf8db22e51965 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 2 Sep 2024 08:12:32 +0530
Subject: [PATCH] Update for release 4.34 (#1623)
Co-authored-by: eclipse-releng-bot <98035380+eclipse-releng-bot@users.noreply.github.com>
---
org.eclipse.jdt.bcoview/pom.xml | 2 +-
org.eclipse.jdt.junit.runtime/pom.xml | 2 +-
org.eclipse.jdt.junit4.runtime/pom.xml | 2 +-
org.eclipse.jdt.junit5.runtime/pom.xml | 2 +-
org.eclipse.jdt.text.tests/pom.xml | 2 +-
org.eclipse.jdt.ui.examples.projects/pom.xml | 2 +-
org.eclipse.jdt.ui.junit.sampleproject/pom.xml | 2 +-
org.eclipse.jdt.ui.tests.refactoring/pom.xml | 2 +-
org.eclipse.jdt.ui.tests/pom.xml | 2 +-
org.eclipse.jdt.ui.unittest.junit.feature/pom.xml | 2 +-
org.eclipse.jdt.ui.unittest.junit/pom.xml | 2 +-
org.eclipse.jdt.ui/pom.xml | 2 +-
pom.xml | 2 +-
tests-pom/pom.xml | 2 +-
14 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/org.eclipse.jdt.bcoview/pom.xml b/org.eclipse.jdt.bcoview/pom.xml
index b5bfe1044e1..78c47e6a373 100644
--- a/org.eclipse.jdt.bcoview/pom.xml
+++ b/org.eclipse.jdt.bcoview/pom.xml
@@ -14,7 +14,7 @@
eclipse.jdt.ui
eclipse.jdt.ui
- 4.33.0-SNAPSHOT
+ 4.34.0-SNAPSHOT
org.eclipse.jdt
org.eclipse.jdt.bcoview
diff --git a/org.eclipse.jdt.junit.runtime/pom.xml b/org.eclipse.jdt.junit.runtime/pom.xml
index c42cb1c83c1..2ed1065d40a 100644
--- a/org.eclipse.jdt.junit.runtime/pom.xml
+++ b/org.eclipse.jdt.junit.runtime/pom.xml
@@ -14,7 +14,7 @@
eclipse.jdt.ui
eclipse.jdt.ui
- 4.33.0-SNAPSHOT
+ 4.34.0-SNAPSHOT
org.eclipse.jdt
org.eclipse.jdt.junit.runtime
diff --git a/org.eclipse.jdt.junit4.runtime/pom.xml b/org.eclipse.jdt.junit4.runtime/pom.xml
index 2a58fae405e..82b597ed832 100644
--- a/org.eclipse.jdt.junit4.runtime/pom.xml
+++ b/org.eclipse.jdt.junit4.runtime/pom.xml
@@ -14,7 +14,7 @@
eclipse.jdt.ui
eclipse.jdt.ui
- 4.33.0-SNAPSHOT
+ 4.34.0-SNAPSHOT
org.eclipse.jdt
org.eclipse.jdt.junit4.runtime
diff --git a/org.eclipse.jdt.junit5.runtime/pom.xml b/org.eclipse.jdt.junit5.runtime/pom.xml
index f2fc29c1086..9dc9f8a02dc 100644
--- a/org.eclipse.jdt.junit5.runtime/pom.xml
+++ b/org.eclipse.jdt.junit5.runtime/pom.xml
@@ -14,7 +14,7 @@
eclipse.jdt.ui
eclipse.jdt.ui
- 4.33.0-SNAPSHOT
+ 4.34.0-SNAPSHOT
org.eclipse.jdt
org.eclipse.jdt.junit5.runtime
diff --git a/org.eclipse.jdt.text.tests/pom.xml b/org.eclipse.jdt.text.tests/pom.xml
index dce0443406c..9986c27ab8d 100644
--- a/org.eclipse.jdt.text.tests/pom.xml
+++ b/org.eclipse.jdt.text.tests/pom.xml
@@ -15,7 +15,7 @@
tests-pom
eclipse.jdt.ui
- 4.33.0-SNAPSHOT
+ 4.34.0-SNAPSHOT
../tests-pom/
org.eclipse.jdt
diff --git a/org.eclipse.jdt.ui.examples.projects/pom.xml b/org.eclipse.jdt.ui.examples.projects/pom.xml
index f317aff10c2..ee337f075e6 100644
--- a/org.eclipse.jdt.ui.examples.projects/pom.xml
+++ b/org.eclipse.jdt.ui.examples.projects/pom.xml
@@ -11,7 +11,7 @@
eclipse.jdt.ui
eclipse.jdt.ui
- 4.33.0-SNAPSHOT
+ 4.34.0-SNAPSHOT
org.eclipse.jdt
org.eclipse.jdt.ui.examples.projects
diff --git a/org.eclipse.jdt.ui.junit.sampleproject/pom.xml b/org.eclipse.jdt.ui.junit.sampleproject/pom.xml
index 370ffbca262..67a70d1c649 100644
--- a/org.eclipse.jdt.ui.junit.sampleproject/pom.xml
+++ b/org.eclipse.jdt.ui.junit.sampleproject/pom.xml
@@ -19,7 +19,7 @@
eclipse.jdt.ui
eclipse.jdt.ui
- 4.33.0-SNAPSHOT
+ 4.34.0-SNAPSHOT
org.eclipse.jdt.ui
org.eclipse.jdt.ui.junit.sampleproject
diff --git a/org.eclipse.jdt.ui.tests.refactoring/pom.xml b/org.eclipse.jdt.ui.tests.refactoring/pom.xml
index 0f7487ecbc4..bdae304ae6a 100644
--- a/org.eclipse.jdt.ui.tests.refactoring/pom.xml
+++ b/org.eclipse.jdt.ui.tests.refactoring/pom.xml
@@ -14,7 +14,7 @@
tests-pom
eclipse.jdt.ui
- 4.33.0-SNAPSHOT
+ 4.34.0-SNAPSHOT
../tests-pom/
org.eclipse.jdt
diff --git a/org.eclipse.jdt.ui.tests/pom.xml b/org.eclipse.jdt.ui.tests/pom.xml
index 044a12fdcca..e8c07e722d9 100644
--- a/org.eclipse.jdt.ui.tests/pom.xml
+++ b/org.eclipse.jdt.ui.tests/pom.xml
@@ -15,7 +15,7 @@
tests-pom
eclipse.jdt.ui
- 4.33.0-SNAPSHOT
+ 4.34.0-SNAPSHOT
../tests-pom/
org.eclipse.jdt
diff --git a/org.eclipse.jdt.ui.unittest.junit.feature/pom.xml b/org.eclipse.jdt.ui.unittest.junit.feature/pom.xml
index 900fb428f20..a380d8c95eb 100644
--- a/org.eclipse.jdt.ui.unittest.junit.feature/pom.xml
+++ b/org.eclipse.jdt.ui.unittest.junit.feature/pom.xml
@@ -16,7 +16,7 @@
eclipse.jdt.ui
eclipse.jdt.ui
- 4.33.0-SNAPSHOT
+ 4.34.0-SNAPSHOT
org.eclipse.jdt.feature
org.eclipse.jdt.ui.unittest.junit.feature
diff --git a/org.eclipse.jdt.ui.unittest.junit/pom.xml b/org.eclipse.jdt.ui.unittest.junit/pom.xml
index f5b592e1544..cbaa2897164 100644
--- a/org.eclipse.jdt.ui.unittest.junit/pom.xml
+++ b/org.eclipse.jdt.ui.unittest.junit/pom.xml
@@ -14,7 +14,7 @@
eclipse.jdt.ui
eclipse.jdt.ui
- 4.33.0-SNAPSHOT
+ 4.34.0-SNAPSHOT
org.eclipse.jdt
org.eclipse.jdt.ui.unittest.junit
diff --git a/org.eclipse.jdt.ui/pom.xml b/org.eclipse.jdt.ui/pom.xml
index 251ed3163cc..0f29e6c0aa9 100644
--- a/org.eclipse.jdt.ui/pom.xml
+++ b/org.eclipse.jdt.ui/pom.xml
@@ -14,7 +14,7 @@
eclipse.jdt.ui
eclipse.jdt.ui
- 4.33.0-SNAPSHOT
+ 4.34.0-SNAPSHOT
org.eclipse.jdt
org.eclipse.jdt.ui
diff --git a/pom.xml b/pom.xml
index 3431ac987fa..8813f73dabe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
org.eclipse
eclipse-platform-parent
- 4.33.0-SNAPSHOT
+ 4.34.0-SNAPSHOT
../eclipse-platform-parent
diff --git a/tests-pom/pom.xml b/tests-pom/pom.xml
index 454c6e7e85f..3366b4f9eed 100644
--- a/tests-pom/pom.xml
+++ b/tests-pom/pom.xml
@@ -14,7 +14,7 @@
eclipse.jdt.ui
eclipse.jdt.ui
- 4.33.0-SNAPSHOT
+ 4.34.0-SNAPSHOT
tests-pom
pom