Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/version-increments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ jobs:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/publishVersionCheckResults.yml@master
with:
botGithubId: eclipse-m2e-bot
stream-version-property: project.version
secrets:
githubBotPAT: ${{ secrets.M2E_BOT_PAT }}
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pipeline {
scp -r org.eclipse.m2e.repository/target/repository/* genie.m2e@projects-storage.eclipse.org:${1}
}
# Read M2E branding version
version=$(xmllint --xpath 'string(/feature/@version)' org.eclipse.m2e.sdk.feature/feature.xml)
version=$(xmllint --xpath 'string(/project/version)' pom.xml)
if [[ $version =~ ([0-9]+\\.[0-9]+\\.[0-9]+)\\.qualifier ]] # backslash itself has to be escaped in Jenkinsfile
then
M2E_VERSION="${BASH_REMATCH[1]}"
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Eclipse m2e - Release notes

## 2.10.1
## 2.11.0

* 📅 Release Date: _expected_ beginning of March 2026

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.m2e.core.ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.m2e</groupId>
<artifactId>m2e-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.11.0</version>
</parent>

<artifactId>org.eclipse.m2e.core.ui.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.m2e.editor.lemminx/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: M2E Maven POM File Editor using Wild Web Developer, LemMinX and Maven LS extension (requires Incubating components)
Bundle-SymbolicName: org.eclipse.m2e.editor.lemminx;singleton:=true
Bundle-Version: 2.0.901.qualifier
Bundle-Version: 2.0.1001.qualifier
Automatic-Module-Name: org.eclipse.m2e.xmlls.extension
Import-Package: javax.inject;version="[1.0.0,2.0.0)",
org.apache.commons.cli;version="1.6.0",
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.m2e.editor.lemminx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<parent>
<groupId>org.eclipse.m2e</groupId>
<artifactId>m2e-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.11.0</version>
</parent>

<artifactId>org.eclipse.m2e.editor.lemminx</artifactId>
<name>M2E Maven POM File Editor (Wild Web Developer, LemMinX, LS)</name>
<packaging>eclipse-plugin</packaging>
<version>2.0.901-SNAPSHOT</version>
<version>2.0.1001-SNAPSHOT</version>

<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.m2e.lemminx.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.m2e.lemminx.feature"
label="%featureName"
version="2.6.101.qualifier"
version="2.6.201.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.m2e.pde.connector.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.m2e</groupId>
<artifactId>m2e-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.11.0</version>
</parent>
<artifactId>org.eclipse.m2e.pde.connector.tests</artifactId>
<name>M2E PDE Connector Tests</name>
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.m2e.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.m2e</groupId>
<artifactId>m2e-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.11.0</version>
</parent>

<artifactId>org.eclipse.m2e.repository</artifactId>
Expand Down Expand Up @@ -86,7 +86,7 @@
<goal>sign-p2-artifacts</goal>
</goals>
<configuration>
<signer>bc</signer>
<signer>bc</signer>
<skipIfJarsigned>true</skipIfJarsigned>
<keyname>011C526F29B2CE79</keyname>
</configuration>
Expand Down
3 changes: 2 additions & 1 deletion org.eclipse.m2e.swtbot.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
<parent>
<groupId>org.eclipse.m2e</groupId>
<artifactId>m2e-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.11.0</version>
</parent>

<artifactId>org.eclipse.m2e.swtbot.tests</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<name>M2E - SWTBot Integration tests</name>

Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
</parent>

<artifactId>m2e-core</artifactId>
<version>2.11.0</version>
<packaging>pom</packaging>

<name>Maven Integration for Eclipse (root)</name>
Expand Down Expand Up @@ -121,7 +122,7 @@
<artifact>
<groupId>org.eclipse.m2e</groupId>
<artifactId>target-platform</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.11.0</version>
</artifact>
</target>
<dependency-resolution>
Expand Down
Loading