Skip to content

Commit

Permalink
Prepare Release 4.31 (#1577)
Browse files Browse the repository at this point in the history
Co-authored-by: eclipse-releng-bot <eclipse-releng-bot@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and eclipse-releng-bot committed Nov 26, 2023
1 parent 9b43862 commit 37774cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions eclipse-platform-parent/pom.xml
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
<version>4.30.0-SNAPSHOT</version>
<version>4.31.0-SNAPSHOT</version>
<packaging>pom</packaging>
<!--
See maven-enforcer-plugin configuration to actually break the build if
Expand Down Expand Up @@ -49,7 +49,7 @@
such as Version: Mars (4.5), for main features.
See bug 328139.
-->
<releaseName>2023-12</releaseName>
<releaseName>2024-03</releaseName>
<!--
The releaseNumbers below, for SDK and Platform, might be
thought of as the "marketing number" or "branding number",
Expand All @@ -64,8 +64,8 @@
but we'd still want the "marketing number" to be increased to reflect
"a new yearly release".
-->
<releaseNumberSDK>4.30</releaseNumberSDK>
<releaseNumberPlatform>4.30</releaseNumberPlatform>
<releaseNumberSDK>4.31</releaseNumberSDK>
<releaseNumberPlatform>4.31</releaseNumberPlatform>

<tycho.version>4.0.4</tycho.version>

Expand Down Expand Up @@ -252,7 +252,7 @@
<artifact>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-sdk-prereqs</artifactId>
<version>4.30.0-SNAPSHOT</version>
<version>4.31.0-SNAPSHOT</version>
</artifact>
</target>
<environments>
Expand Down
2 changes: 1 addition & 1 deletion eclipse.platform.releng.prereqs.sdk/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
<version>4.30.0-SNAPSHOT</version>
<version>4.31.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>

Expand Down

0 comments on commit 37774cb

Please sign in to comment.