Skip to content

Conversation

HannesWell
Copy link
Contributor

Set up for this repository the workflow for automated version increments in pull-requests added via eclipse-platform/eclipse.platform.releng.aggregator#2352

The EF infra team has already added the required PAT of the Platform-bot to this repo as requested via

This completes the work started in

Author checklist

Set up for this repository the workflow for automated version increments
in pull-requests added via
- eclipse-platform/eclipse.platform.releng.aggregator#2352
@mpalat
Copy link
Contributor

mpalat commented Jun 5, 2025

+1 as JDT Lead

And enable the 'checkMergeCommits' Github workflow for this repository.
@HannesWell HannesWell force-pushed the version-increment-workflow branch from 4cb41a9 to 2720881 Compare June 5, 2025 10:45
@eclipse-jdt-bot
Copy link
Contributor

This pull request changes some projects for the first time in this development cycle.
Therefore the following files need a version increment:

org.eclipse.jdt-feature/feature.xml
org.eclipse.jdt-feature/pom.xml
org.eclipse.jdt/META-INF/MANIFEST.MF
org.eclipse.jdt/pom.xml

An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch.

Git patch
From bae7340e68cdc4eb8b013c9b1015d008f28dd3d9 Mon Sep 17 00:00:00 2001
From: Eclipse JDT Bot <[email protected]>
Date: Thu, 5 Jun 2025 10:48:01 +0000
Subject: [PATCH] Version bump(s) for 4.37 stream


diff --git a/org.eclipse.jdt-feature/feature.xml b/org.eclipse.jdt-feature/feature.xml
index ea20192..7906c95 100644
--- a/org.eclipse.jdt-feature/feature.xml
+++ b/org.eclipse.jdt-feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.jdt"
       label="%featureName"
-      version="3.20.200.qualifier"
+      version="3.20.300.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0">
diff --git a/org.eclipse.jdt-feature/pom.xml b/org.eclipse.jdt-feature/pom.xml
index 800db69..91e5806 100644
--- a/org.eclipse.jdt-feature/pom.xml
+++ b/org.eclipse.jdt-feature/pom.xml
@@ -18,7 +18,7 @@
   </parent>
   <groupId>org.eclipse.jdt.feature</groupId>
   <artifactId>org.eclipse.jdt</artifactId>
-  <version>3.20.200-SNAPSHOT</version>
+  <version>3.20.300-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
   <name>org eclipse jdt feature</name>
 
diff --git a/org.eclipse.jdt/META-INF/MANIFEST.MF b/org.eclipse.jdt/META-INF/MANIFEST.MF
index 6bc4e55..1c97764 100644
--- a/org.eclipse.jdt/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.jdt; singleton:=true
-Bundle-Version: 3.19.900.qualifier
+Bundle-Version: 3.19.1000.qualifier
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui.intro;bundle-version="[3.2.0,4.0.0)",
diff --git a/org.eclipse.jdt/pom.xml b/org.eclipse.jdt/pom.xml
index 4ac8298..28fe281 100644
--- a/org.eclipse.jdt/pom.xml
+++ b/org.eclipse.jdt/pom.xml
@@ -18,7 +18,7 @@
   </parent>
   <groupId>org.eclipse.jdt</groupId>
   <artifactId>org.eclipse.jdt</artifactId>
-  <version>3.19.900-SNAPSHOT</version>
+  <version>3.19.1000-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
   <name>org eclipse jdt</name>
 
-- 
2.49.0

Further information are available in Common Build Issues - Missing version increments.

@akurtakov akurtakov merged commit 17e910a into eclipse-jdt:master Jun 5, 2025
5 checks passed
@HannesWell HannesWell deleted the version-increment-workflow branch June 5, 2025 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants