Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Java23 Patch version #2262

Merged
merged 1 commit into from
Aug 28, 2024
Merged
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
16 changes: 8 additions & 8 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -734,9 +734,9 @@
</build>
<profiles>
<profile>
<id>java22patch</id>
<id>java23patch</id>
<properties>
<tycho.buildqualifier.format>'v'yyyyMMdd-HHmm'_BETA_JAVA22'</tycho.buildqualifier.format>
<tycho.buildqualifier.format>'v'yyyyMMdd-HHmm'_BETA_JAVA23'</tycho.buildqualifier.format>

<featureToPatch>org.eclipse.jdt</featureToPatch>

Expand All @@ -751,19 +751,19 @@
bound, in 'versionRangeForPatch'.

Also, when new patch created, should update the wiki at
https://wiki.eclipse.org/Java22
https://wiki.eclipse.org/Java23
-->
<!-- This needs the version of the feature to be patched. -->
<featureToPatchVersion>3.19.400.v20240221-1800</featureToPatchVersion>
<featureToPatchVersion>3.19.600.v20240827-1800</featureToPatchVersion>
<!-- Can specify an exact range here, or something of a loose range, depending on what's needed. -->
<versionRangeForPatch>[3.19.400.v20240221-1800,3.19.449.v20240612-1800)</versionRangeForPatch>
<versionRangeForPatch>[3.19.600.v20240827-1800,3.19.649.v20241205-1800)</versionRangeForPatch>
<!-- Comment this line when a patch is required on top of I-build -->
<comparator.repo>https://download.eclipse.org/eclipse/updates/4.32/R-4.32-202406010610/</comparator.repo>
<comparator.repo>https://download.eclipse.org/eclipse/updates/4.33-I-builds/I20240822-0100/</comparator.repo>
</properties>
<repositories>
<repository>
<id>eclipse-p2-repo-java22patch</id>
<url>https://download.eclipse.org/eclipse/updates/4.32/R-4.32-202406010610/</url>
<id>eclipse-p2-repo-java23patch</id>
<url>https://download.eclipse.org/eclipse/updates/4.33-I-builds/I20240822-0100/</url>
<layout>p2</layout>
</repository>
</repositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.jdt"
label="%featureName"
version="3.19.400.v20240221-1800"
version="3.19.600.v20240827-1800"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.jdt.feature</groupId>
<artifactId>org.eclipse.jdt</artifactId>
<version>3.19.400.v20240221-1800</version>
<version>3.19.600.v20240827-1800</version>
<packaging>eclipse-feature</packaging>

</project>
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) Patch with Java 22 support for 2024-03 development stream
featureName=Eclipse JDT (Java Development Tools) Patch with Java 23 support for 2024-09 development stream

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

# "description" property - description of the feature
description=Eclipse Java 22 support for 2024-03 development stream.\n
description=Eclipse Java 23 support for 2024-09 development stream.\n

# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</license>

<requires>
<import feature="org.eclipse.jdt" version="3.19.400.v20240221-1800" patch="true"/>
<import feature="org.eclipse.jdt" version="3.19.600.v20240827-1800" patch="true"/>
</requires>

<plugin
Expand Down
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 22 support for 2024-03 development stream
featureName=Eclipse JDT (Java Development Tools) Source Patch with Java 23 support for 2024-09 development stream

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

# "description" property - description of the feature
description=Eclipse Java 22 support for 2024-03 development stream.\n
description=Eclipse Java 23 support for 2024-09 development stream.\n

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