Skip to content

Commit

Permalink
Prepare Release 4.29
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi authored and sravanlakkimsetti committed Jun 7, 2023
1 parent 3b57d3c commit 2932b7b
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
<version>4.28.0-SNAPSHOT</version>
<version>4.29.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-06</releaseName>
<releaseName>2023-09</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.28</releaseNumberSDK>
<releaseNumberPlatform>4.28</releaseNumberPlatform>
<releaseNumberSDK>4.29</releaseNumberSDK>
<releaseNumberPlatform>4.29</releaseNumberPlatform>

<tycho.version>4.0.0-SNAPSHOT</tycho.version>

Expand Down Expand Up @@ -252,7 +252,7 @@
<artifact>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-sdk-prereqs</artifactId>
<version>4.28.0-SNAPSHOT</version>
<version>4.29.0-SNAPSHOT</version>
</artifact>
</target>
<environments>
Expand Down
2 changes: 1 addition & 1 deletion eclipse.platform.releng.prereqs.sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
<version>4.28.0-SNAPSHOT</version>
<version>4.29.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>

Expand Down

0 comments on commit 2932b7b

Please sign in to comment.