Skip to content

Commit

Permalink
Update the EPP JRE for version 17.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Apr 26, 2023
1 parent eef0182 commit 2c46e09
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion epp/plugins/org.eclipse.justj.epp/META-INF/MANIFEST.MF
Expand Up @@ -7,4 +7,4 @@ Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Automatic-Module-Name: org.eclipse.justj.epp
Require-Bundle: org.eclipse.justj.openjdk.hotspot.jre.full;bundle-version="[17.0.6,18.0.0)"
Require-Bundle: org.eclipse.justj.openjdk.hotspot.jre.full;bundle-version="[17.0.7,18.0.0)"
5 changes: 5 additions & 0 deletions epp/releng/org.eclipse.justj.epp.parent/pom.xml
Expand Up @@ -148,6 +148,11 @@ SPDX-License-Identifier: EPL-2.0
<ws>gtk</ws>
<arch>aarch64</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>ppc64le</arch>
</environment>
</environments>
<dependency-resolution>
<extraRequirements>
Expand Down
2 changes: 1 addition & 1 deletion epp/releng/org.eclipse.justj.epp.parent/promotion/pom.xml
Expand Up @@ -28,7 +28,7 @@ SPDX-License-Identifier: EPL-2.0
<packaging>pom</packaging>

<properties>
<eclipse.repo>https://download.eclipse.org/releases/2022-09</eclipse.repo>
<eclipse.repo>https://download.eclipse.org/releases/2023-03</eclipse.repo>
<justj.tools.repo>https://download.eclipse.org/justj/tools/updates/nightly/latest</justj.tools.repo>
<org.eclipse.storage.user>genie.justj</org.eclipse.storage.user>
<org.eclipse.justj.p2.manager.args>-remote ${org.eclipse.storage.user}@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/justj</org.eclipse.justj.p2.manager.args>
Expand Down
2 changes: 1 addition & 1 deletion model/org.eclipse.justj.model/pom.xml
Expand Up @@ -25,7 +25,7 @@ SPDX-License-Identifier: EPL-2.0
<tycho-version>2.7.5</tycho-version>
<jarsigner-version>1.3.2</jarsigner-version>
<justj.tools.repo>https://download.eclipse.org/justj/tools/updates/nightly/latest</justj.tools.repo>
<eclipse.repo>https://download.eclipse.org/releases/2022-09</eclipse.repo>
<eclipse.repo>https://download.eclipse.org/releases/2023-03</eclipse.repo>
<os-jvm-flags/>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.justj.releng/index/pom.xml
Expand Up @@ -25,7 +25,7 @@ SPDX-License-Identifier: EPL-2.0
<tycho-version>2.7.5</tycho-version>
<jarsigner-version>1.3.2</jarsigner-version>
<justj.tools.repo>https://download.eclipse.org/justj/tools/updates/nightly/latest</justj.tools.repo>
<eclipse.repo>https://download.eclipse.org/releases/2022-09</eclipse.repo>
<eclipse.repo>https://download.eclipse.org/releases/2023-03</eclipse.repo>
<justj.manifest.location>justj.manifest</justj.manifest.location>
<justj.manifest.url>justj.manifest</justj.manifest.url>
<os-jvm-flags/>
Expand Down

0 comments on commit 2c46e09

Please sign in to comment.