Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2022-11-23 13:19:22 +0000
committerEd Merks2022-11-23 13:19:22 +0000
commit9c0504ebcc92d9df3bdc9591816441310f52254c (patch)
treead44446511372d6d7a4ed96f2fc4752af05c7952
parent868741a168c78972fd71b963b8b4cab3aac91c18 (diff)
downloadjustj-master.tar.gz
justj-master.tar.xz
justj-master.zip
[Releng] Switch to Tycho 2.7.5 and a new JDK 20 version.HEADmaster
-rw-r--r--epp/releng/org.eclipse.justj.epp.parent/pom.xml2
-rw-r--r--model/org.eclipse.justj.model/pom.xml2
-rw-r--r--releng/org.eclipse.justj.releng/Jenkinsfile10
-rw-r--r--releng/org.eclipse.justj.releng/index/pom.xml2
-rw-r--r--releng/org.eclipse.justj.releng/winsigner/pom.xml2
5 files changed, 9 insertions, 9 deletions
diff --git a/epp/releng/org.eclipse.justj.epp.parent/pom.xml b/epp/releng/org.eclipse.justj.epp.parent/pom.xml
index d0f7034..cbc27b0 100644
--- a/epp/releng/org.eclipse.justj.epp.parent/pom.xml
+++ b/epp/releng/org.eclipse.justj.epp.parent/pom.xml
@@ -23,7 +23,7 @@ SPDX-License-Identifier: EPL-2.0
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho.scmUrl>scm:git:https://git.eclipse.org/r/p/justj/org.eclipse.justj.epp.git</tycho.scmUrl>
- <tycho-version>2.7.4</tycho-version>
+ <tycho-version>2.7.5</tycho-version>
<jarsigner-version>1.3.2</jarsigner-version>
<os-jvm-flags/>
</properties>
diff --git a/model/org.eclipse.justj.model/pom.xml b/model/org.eclipse.justj.model/pom.xml
index d9822b6..2b0f792 100644
--- a/model/org.eclipse.justj.model/pom.xml
+++ b/model/org.eclipse.justj.model/pom.xml
@@ -22,7 +22,7 @@ SPDX-License-Identifier: EPL-2.0
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tycho-version>2.7.4</tycho-version>
+ <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>
diff --git a/releng/org.eclipse.justj.releng/Jenkinsfile b/releng/org.eclipse.justj.releng/Jenkinsfile
index 63cac37..22fd30a 100644
--- a/releng/org.eclipse.justj.releng/Jenkinsfile
+++ b/releng/org.eclipse.justj.releng/Jenkinsfile
@@ -113,19 +113,19 @@ def java20Adoptium = [
PUBLISH_LOCATION_PREFIX: "${defaultPrefix}",
JUSTJ_MANIFEST_URL: "${justjURL}/${defaultPrefix}/20/downloads/latest/justj.manifest",
JDK_URLS_WINDOWS: '''
- https://github.com/adoptium/temurin20-binaries/releases/download/jdk-2022-10-28-05-19-beta/OpenJDK-jdk_x64_windows_hotspot_2022-10-28-03-30.zip
+ https://github.com/adoptium/temurin20-binaries/releases/download/jdk-2022-11-23-11-10-beta/OpenJDK-jdk_x64_windows_hotspot_2022-11-23-03-30.zip
''',
JDK_URLS_MACOS: '''
- https://github.com/adoptium/temurin20-binaries/releases/download/jdk-2022-10-28-05-19-beta/OpenJDK-jdk_x64_mac_hotspot_2022-10-28-03-30.tar.gz
+ https://github.com/adoptium/temurin20-binaries/releases/download/jdk-2022-11-23-11-10-beta/OpenJDK-jdk_x64_mac_hotspot_2022-11-23-03-30.tar.gz
''',
JDK_URLS_MACOS_AARCH64: '''
- https://github.com/adoptium/temurin20-binaries/releases/download/jdk-2022-10-28-05-19-beta/OpenJDK-jdk_aarch64_mac_hotspot_2022-10-28-03-30.tar.gz
+ https://github.com/adoptium/temurin20-binaries/releases/download/jdk-2022-11-23-11-10-beta/OpenJDK-jdk_aarch64_mac_hotspot_2022-11-23-03-30.tar.gz
''',
JDK_URLS_LINUX: '''
- https://github.com/adoptium/temurin20-binaries/releases/download/jdk-2022-10-28-05-19-beta/OpenJDK-jdk_x64_linux_hotspot_2022-10-28-03-30.tar.gz
+ https://github.com/adoptium/temurin20-binaries/releases/download/jdk-2022-11-23-11-10-beta/OpenJDK-jdk_x64_linux_hotspot_2022-11-23-03-30.tar.gz
''',
JDK_URLS_LINUX_AARCH64: '''
- https://github.com/adoptium/temurin20-binaries/releases/download/jdk-2022-10-28-05-19-beta/OpenJDK-jdk_aarch64_linux_hotspot_2022-10-28-03-30.tar.gz
+ https://github.com/adoptium/temurin20-binaries/releases/download/jdk-2022-11-23-11-10-beta/OpenJDK-jdk_aarch64_linux_hotspot_2022-11-23-03-30.tar.gz
''',
BUILD_TYPE: 'nightly',
PROMOTE: 'true'
diff --git a/releng/org.eclipse.justj.releng/index/pom.xml b/releng/org.eclipse.justj.releng/index/pom.xml
index 333be31..36a79d9 100644
--- a/releng/org.eclipse.justj.releng/index/pom.xml
+++ b/releng/org.eclipse.justj.releng/index/pom.xml
@@ -22,7 +22,7 @@ SPDX-License-Identifier: EPL-2.0
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tycho-version>2.7.4</tycho-version>
+ <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>
diff --git a/releng/org.eclipse.justj.releng/winsigner/pom.xml b/releng/org.eclipse.justj.releng/winsigner/pom.xml
index d93c5f8..e2f0167 100644
--- a/releng/org.eclipse.justj.releng/winsigner/pom.xml
+++ b/releng/org.eclipse.justj.releng/winsigner/pom.xml
@@ -22,7 +22,7 @@ SPDX-License-Identifier: EPL-2.0
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tycho-version>2.7.4</tycho-version>
+ <tycho-version>2.7.5</tycho-version>
<jarsigner-version>1.3.2</jarsigner-version>
<cbi.winsigner.signFiles></cbi.winsigner.signFiles>
<os-jvm-flags/>

Back to the top