From 405d1e2f87f469da2d24e78b7dfeaa72ebc09f8d Mon Sep 17 00:00:00 2001 From: Rahul Mohanan Date: Mon, 4 Sep 2023 17:39:42 +0530 Subject: [PATCH] POM and product version changes for 4.30 release Tracked in https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1289 --- org.eclipse.jdt.annotation/pom.xml | 2 +- org.eclipse.jdt.annotation_v1/pom.xml | 2 +- org.eclipse.jdt.apt.core/pom.xml | 2 +- org.eclipse.jdt.apt.pluggable.core/pom.xml | 2 +- org.eclipse.jdt.apt.pluggable.tests/pom.xml | 2 +- org.eclipse.jdt.apt.tests/pom.xml | 2 +- org.eclipse.jdt.apt.ui/pom.xml | 2 +- org.eclipse.jdt.compiler.apt.tests/pom.xml | 2 +- org.eclipse.jdt.compiler.tool.tests/pom.xml | 2 +- org.eclipse.jdt.core.compiler.batch/pom.xml | 2 +- org.eclipse.jdt.core.formatterapp/pom.xml | 2 +- org.eclipse.jdt.core.tests.builder/pom.xml | 2 +- org.eclipse.jdt.core.tests.compiler/pom.xml | 2 +- org.eclipse.jdt.core.tests.model/pom.xml | 2 +- org.eclipse.jdt.core.tests.performance/pom.xml | 2 +- org.eclipse.jdt.core/pom.xml | 2 +- pom.xml | 2 +- tests-pom/pom.xml | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/org.eclipse.jdt.annotation/pom.xml b/org.eclipse.jdt.annotation/pom.xml index af0457b645c..d9c1ab709fd 100644 --- a/org.eclipse.jdt.annotation/pom.xml +++ b/org.eclipse.jdt.annotation/pom.xml @@ -14,7 +14,7 @@ eclipse.jdt.core org.eclipse.jdt - 4.29.0-SNAPSHOT + 4.30.0-SNAPSHOT org.eclipse.jdt.annotation 2.2.700-SNAPSHOT diff --git a/org.eclipse.jdt.annotation_v1/pom.xml b/org.eclipse.jdt.annotation_v1/pom.xml index a03b0d77503..7a4c49fde5d 100644 --- a/org.eclipse.jdt.annotation_v1/pom.xml +++ b/org.eclipse.jdt.annotation_v1/pom.xml @@ -14,7 +14,7 @@ eclipse.jdt.core org.eclipse.jdt - 4.29.0-SNAPSHOT + 4.30.0-SNAPSHOT org.eclipse.jdt.annotation 1.2.100-SNAPSHOT diff --git a/org.eclipse.jdt.apt.core/pom.xml b/org.eclipse.jdt.apt.core/pom.xml index 5bdaa57a5fb..c0780943199 100644 --- a/org.eclipse.jdt.apt.core/pom.xml +++ b/org.eclipse.jdt.apt.core/pom.xml @@ -14,7 +14,7 @@ eclipse.jdt.core org.eclipse.jdt - 4.29.0-SNAPSHOT + 4.30.0-SNAPSHOT org.eclipse.jdt.apt.core 3.8.100-SNAPSHOT diff --git a/org.eclipse.jdt.apt.pluggable.core/pom.xml b/org.eclipse.jdt.apt.pluggable.core/pom.xml index 7b88a2e9bb7..5d273b8e6a8 100644 --- a/org.eclipse.jdt.apt.pluggable.core/pom.xml +++ b/org.eclipse.jdt.apt.pluggable.core/pom.xml @@ -14,7 +14,7 @@ eclipse.jdt.core org.eclipse.jdt - 4.29.0-SNAPSHOT + 4.30.0-SNAPSHOT org.eclipse.jdt.apt.pluggable.core 1.4.100-SNAPSHOT diff --git a/org.eclipse.jdt.apt.pluggable.tests/pom.xml b/org.eclipse.jdt.apt.pluggable.tests/pom.xml index ffa72ae5751..e1de75ca920 100644 --- a/org.eclipse.jdt.apt.pluggable.tests/pom.xml +++ b/org.eclipse.jdt.apt.pluggable.tests/pom.xml @@ -15,7 +15,7 @@ tests-pom org.eclipse.jdt - 4.29.0-SNAPSHOT + 4.30.0-SNAPSHOT ../tests-pom/ org.eclipse.jdt.apt.pluggable.tests diff --git a/org.eclipse.jdt.apt.tests/pom.xml b/org.eclipse.jdt.apt.tests/pom.xml index d8d6c4741c4..9a32d608da9 100644 --- a/org.eclipse.jdt.apt.tests/pom.xml +++ b/org.eclipse.jdt.apt.tests/pom.xml @@ -15,7 +15,7 @@ tests-pom org.eclipse.jdt - 4.29.0-SNAPSHOT + 4.30.0-SNAPSHOT ../tests-pom/ org.eclipse.jdt.apt.tests diff --git a/org.eclipse.jdt.apt.ui/pom.xml b/org.eclipse.jdt.apt.ui/pom.xml index 3d7fd9d7736..37b85c651b4 100644 --- a/org.eclipse.jdt.apt.ui/pom.xml +++ b/org.eclipse.jdt.apt.ui/pom.xml @@ -14,7 +14,7 @@ eclipse.jdt.core org.eclipse.jdt - 4.29.0-SNAPSHOT + 4.30.0-SNAPSHOT org.eclipse.jdt.apt.ui 3.8.100-SNAPSHOT diff --git a/org.eclipse.jdt.compiler.apt.tests/pom.xml b/org.eclipse.jdt.compiler.apt.tests/pom.xml index a2f7964e523..e40888cbc6e 100644 --- a/org.eclipse.jdt.compiler.apt.tests/pom.xml +++ b/org.eclipse.jdt.compiler.apt.tests/pom.xml @@ -15,7 +15,7 @@ tests-pom org.eclipse.jdt - 4.29.0-SNAPSHOT + 4.30.0-SNAPSHOT ../tests-pom/ org.eclipse.jdt.compiler.apt.tests diff --git a/org.eclipse.jdt.compiler.tool.tests/pom.xml b/org.eclipse.jdt.compiler.tool.tests/pom.xml index 8aa068784d5..599b34d8c29 100644 --- a/org.eclipse.jdt.compiler.tool.tests/pom.xml +++ b/org.eclipse.jdt.compiler.tool.tests/pom.xml @@ -15,7 +15,7 @@ tests-pom org.eclipse.jdt - 4.29.0-SNAPSHOT + 4.30.0-SNAPSHOT ../tests-pom/ org.eclipse.jdt.compiler.tool.tests diff --git a/org.eclipse.jdt.core.compiler.batch/pom.xml b/org.eclipse.jdt.core.compiler.batch/pom.xml index aefdf449898..aab926aaebd 100644 --- a/org.eclipse.jdt.core.compiler.batch/pom.xml +++ b/org.eclipse.jdt.core.compiler.batch/pom.xml @@ -14,7 +14,7 @@ eclipse.jdt.core org.eclipse.jdt - 4.29.0-SNAPSHOT + 4.30.0-SNAPSHOT org.eclipse.jdt.core.compiler.batch 3.35.0-SNAPSHOT diff --git a/org.eclipse.jdt.core.formatterapp/pom.xml b/org.eclipse.jdt.core.formatterapp/pom.xml index e1613855676..5a4bec70657 100644 --- a/org.eclipse.jdt.core.formatterapp/pom.xml +++ b/org.eclipse.jdt.core.formatterapp/pom.xml @@ -15,7 +15,7 @@ eclipse.jdt.core org.eclipse.jdt - 4.29.0-SNAPSHOT + 4.30.0-SNAPSHOT org.eclipse.jdt.core.formatterapp 1.2.0-SNAPSHOT diff --git a/org.eclipse.jdt.core.tests.builder/pom.xml b/org.eclipse.jdt.core.tests.builder/pom.xml index 27a4036fc70..daf53e67f8e 100644 --- a/org.eclipse.jdt.core.tests.builder/pom.xml +++ b/org.eclipse.jdt.core.tests.builder/pom.xml @@ -14,7 +14,7 @@ tests-pom org.eclipse.jdt - 4.29.0-SNAPSHOT + 4.30.0-SNAPSHOT ../tests-pom/ org.eclipse.jdt.core.tests.builder diff --git a/org.eclipse.jdt.core.tests.compiler/pom.xml b/org.eclipse.jdt.core.tests.compiler/pom.xml index c8a2464894f..5755fa2d4a6 100644 --- a/org.eclipse.jdt.core.tests.compiler/pom.xml +++ b/org.eclipse.jdt.core.tests.compiler/pom.xml @@ -15,7 +15,7 @@ tests-pom org.eclipse.jdt - 4.29.0-SNAPSHOT + 4.30.0-SNAPSHOT ../tests-pom/ org.eclipse.jdt.core.tests.compiler diff --git a/org.eclipse.jdt.core.tests.model/pom.xml b/org.eclipse.jdt.core.tests.model/pom.xml index b12086fc2a7..a61685261d0 100644 --- a/org.eclipse.jdt.core.tests.model/pom.xml +++ b/org.eclipse.jdt.core.tests.model/pom.xml @@ -15,7 +15,7 @@ tests-pom org.eclipse.jdt - 4.29.0-SNAPSHOT + 4.30.0-SNAPSHOT ../tests-pom/ org.eclipse.jdt.core.tests.model diff --git a/org.eclipse.jdt.core.tests.performance/pom.xml b/org.eclipse.jdt.core.tests.performance/pom.xml index bb7c9af7cfe..09512dcf4cc 100644 --- a/org.eclipse.jdt.core.tests.performance/pom.xml +++ b/org.eclipse.jdt.core.tests.performance/pom.xml @@ -15,7 +15,7 @@ tests-pom org.eclipse.jdt - 4.29.0-SNAPSHOT + 4.30.0-SNAPSHOT ../tests-pom/ org.eclipse.jdt.core.tests.performance diff --git a/org.eclipse.jdt.core/pom.xml b/org.eclipse.jdt.core/pom.xml index bf8ed8e99c4..0dfa0068119 100644 --- a/org.eclipse.jdt.core/pom.xml +++ b/org.eclipse.jdt.core/pom.xml @@ -14,7 +14,7 @@ eclipse.jdt.core org.eclipse.jdt - 4.29.0-SNAPSHOT + 4.30.0-SNAPSHOT org.eclipse.jdt.core 3.35.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 13dd7c81866..77937bb309b 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ org.eclipse eclipse-platform-parent - 4.29.0-SNAPSHOT + 4.30.0-SNAPSHOT ../eclipse-platform-parent diff --git a/tests-pom/pom.xml b/tests-pom/pom.xml index 12659ee01da..372fd4e7f26 100644 --- a/tests-pom/pom.xml +++ b/tests-pom/pom.xml @@ -14,7 +14,7 @@ org.eclipse.jdt eclipse.jdt.core - 4.29.0-SNAPSHOT + 4.30.0-SNAPSHOT tests-pom pom