Skip to content

Commit

Permalink
Update product version number to 4.30 across build scripts (#1316)
Browse files Browse the repository at this point in the history
Tracked in
#1299
  • Loading branch information
MohananRahul authored Sep 6, 2023
1 parent a1c2743 commit 1eb625e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 16 deletions.
9 changes: 3 additions & 6 deletions JenkinsJobs/Builds/I_build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,14 @@ for (STREAM in STREAMS){
# format: Minute Hour Day Month Day of the week (0-7)
# - - - Integration Eclipse SDK builds - - -
# 2023-09 Release Schedule
# 2023-12 Release Schedule
# Normal : 6 PM every day (1/6 - 2/9)
# 0 18 * * *
# Milestone/RC Schedule 5/12 - 5/31
# Milestone/RC Schedule
# Post M1, no nightlies, I-builds only. (Be sure to "turn off" for tests and sign off days)
# 0 6 1-7 7 5-7,1-3
# 0 18 30,1-7 6-7 5-7,1-3
0 6 11-30 8 5-7,1-3
0 18 11-30 8 5-7,1-3
""")
}
}
Expand Down
2 changes: 1 addition & 1 deletion eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
such as Version: Mars (4.5), for main features.
See bug 328139.
-->
<releaseName>2023-09</releaseName>
<releaseName>2023-12</releaseName>
<!--
The releaseNumbers below, for SDK and Platform, might be
thought of as the "marketing number" or "branding number",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
-splitIndex
-windowtitle "Eclipse JDT API Specification"
-doctitle "Eclipse JDT API Specification"
-header "<span style='font-size:small'><b>Eclipse JDT</b><br>2023-09 (4.29)</span>"
-header "<span style='font-size:small'><b>Eclipse JDT</b><br>2023-12 (4.30)</span>"
-bottom "<br><span style='font-size:small;float:right'>Copyright (c) 2000, 2023 Eclipse Contributors and others. All rights reserved.</span><span style='font-size:small'><a href='{@docRoot}/../misc/api-usage-rules.html'>Guidelines for using Eclipse APIs.</a></span>"
-group "Java development tools core packages" "org.eclipse.jdt.core
;org.eclipse.jdt.core.*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

-windowtitle "Eclipse PDE API Specification"
-doctitle "Eclipse PDE API Specification"
-header "<span style='font-size:small'><b>Eclipse PDE</b><br>2023-09 (4.29)</span>"
-header "<span style='font-size:small'><b>Eclipse PDE</b><br>2023-12 (4.30)</span>"
-bottom "<br><span style='font-size:small;float:right'>Copyright (c) 2000, 2023 Eclipse Contributors and others. All rights reserved.</span><span style='font-size:small'><a href='{@docRoot}/../misc/api-usage-rules.html'>Guidelines for using Eclipse APIs.</a></span>"
-link https://docs.oracle.com/en/java/javase/17/docs/api
-link https://docs.osgi.org/javadoc/osgi.core/8.0.0/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
-splitIndex
-windowtitle "Eclipse Platform API Specification"
-doctitle "Eclipse Platform API Specification"
-header "<span style='font-size:small'><b>Eclipse Platform</b><br>2023-09 (4.29)</span>"
-header "<span style='font-size:small'><b>Eclipse Platform</b><br>2023-12 (4.30)</span>"
-bottom "<br><span style='font-size:small;float:right'>Copyright (c) 2000, 2023 Eclipse Contributors and others. All rights reserved.</span><span style='font-size:small'><a href='{@docRoot}/../misc/api-usage-rules.html'>Guidelines for using Eclipse APIs.</a></span>"
-link https://docs.oracle.com/en/java/javase/17/docs/api
-link https://docs.osgi.org/javadoc/osgi.core/8.0.0/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature id="org.eclipse.jdt.java21patch" version="0.0.0" patch="true">
<category name="Eclipse Java 21 support for 2023-09 development stream"/>
<category name="Eclipse Java 21 support for 2023-12 development stream"/>
</feature>
<feature id="org.eclipse.jdt.java21patch.source" version="0.0.0" patch="true">
<category name="Eclipse Java 21 support for 2023-09 development stream"/>
<category name="Eclipse Java 21 support for 2023-12 development stream"/>
</feature>
<category-def name="Eclipse Java 21 support for 2023-09 development stream" label="Eclipse Java 21 support for 2023-09 development stream">
<category-def name="Eclipse Java 21 support for 2023-12 development stream" label="Eclipse Java 21 support for 2023-12 development stream">
<description>
Eclipse Java 21 support for 2023-09 development stream.
Eclipse Java 21 support for 2023-12 development stream.
</description>
</category-def>
</site>
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
# This file should be translated.

# "featureName" property - name of the feature
featureName=Eclipse JDT (Java Development Tools) Source Patch with Java 21 support for 2023-09 development stream
featureName=Eclipse JDT (Java Development Tools) Source Patch with Java 21 support for 2023-12 development stream

# "providerName" property - name of the company that provides the feature
providerName=Eclipse.org

# "description" property - description of the feature
description=Eclipse Java 21 support for 2023-09 development stream.\n
description=Eclipse Java 21 support for 2023-12 development stream.\n

# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Expand Down

0 comments on commit 1eb625e

Please sign in to comment.