Skip to content

Prepare 4.41 development#159

Merged
akurtakov merged 2 commits into
masterfrom
prepare-R4.41
May 29, 2026
Merged

Prepare 4.41 development#159
akurtakov merged 2 commits into
masterfrom
prepare-R4.41

Conversation

@eclipse-releng-bot
Copy link
Copy Markdown
Contributor

Prepare development of Eclipse 4.41.
This complements:

@eclipse-jdt-bot
Copy link
Copy Markdown
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 4359b916e7e156e7d4489646de6a248c7730f0aa Mon Sep 17 00:00:00 2001
From: Eclipse JDT Bot <jdt-bot@eclipse.org>
Date: Fri, 29 May 2026 18:36:08 +0000
Subject: [PATCH] Version bump(s) for 4.41 stream


diff --git a/org.eclipse.jdt-feature/feature.xml b/org.eclipse.jdt-feature/feature.xml
index a8ff7ef..22095f3 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.600.qualifier"
+      version="3.20.700.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 59bd3d5..b114d01 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.600-SNAPSHOT</version>
+  <version>3.20.700-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 d8adc4c..6568e56 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.1300.qualifier
+Bundle-Version: 3.19.1400.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 79579f0..b501c62 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.1300-SNAPSHOT</version>
+  <version>3.19.1400-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
   <name>org eclipse jdt</name>
 
-- 
2.54.0

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

Copy link
Copy Markdown
Contributor

@HannesWell HannesWell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, but a JDT committer must submit this.

@akurtakov akurtakov merged commit 7d0af56 into master May 29, 2026
5 checks passed
@akurtakov akurtakov deleted the prepare-R4.41 branch May 29, 2026 18:51
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