Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2022-05-05 13:43:27 +0000
committerJonah Graham2022-05-05 13:43:27 +0000
commitc5871aa9e6d9ff1a47242eec83825cce5cdd6e55 (patch)
treeb0dcfd9701104e5226115ca7d9363d6523efdad8 /releng/org.eclipse.epp.config/parent
parentbf43dabf45953fde1e21253b8a819b14da8a986b (diff)
downloadorg.eclipse.epp.packages-c5871aa9e6d9ff1a47242eec83825cce5cdd6e55.tar.gz
org.eclipse.epp.packages-c5871aa9e6d9ff1a47242eec83825cce5cdd6e55.tar.xz
org.eclipse.epp.packages-c5871aa9e6d9ff1a47242eec83825cce5cdd6e55.zip
[releng] Prepare repo for 2022-06 M1
Diffstat (limited to 'releng/org.eclipse.epp.config/parent')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index 1f8dd4da..f09aaaf7 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -37,13 +37,13 @@
<!-- Name of the release (no milestone) -->
<RELEASE_NAME>2022-06</RELEASE_NAME>
<!-- Name of the milestone -->
- <RELEASE_MILESTONE>M1</RELEASE_MILESTONE>
+ <RELEASE_MILESTONE>M2</RELEASE_MILESTONE>
<!-- Version of the release -->
<RELEASE_VERSION>4.24.0</RELEASE_VERSION>
<!-- Name release directory on download.eclipse.org -->
- <RELEASE_DIR>202204141200</RELEASE_DIR>
+ <RELEASE_DIR>202205051200</RELEASE_DIR>
<!-- SimRel Repo to build from -->
- <SIMREL_REPO>https://download.eclipse.org/staging/2022-06</SIMREL_REPO>
+ <SIMREL_REPO>https://download.eclipse.org/releases/2022-06/202205061000/</SIMREL_REPO>
<!-- ID used to generate the filename of the packages -->
<eclipse.simultaneous.release.id>${RELEASE_NAME}-${RELEASE_MILESTONE}</eclipse.simultaneous.release.id>
<!-- Timestamp used in various places, e.g. the about dialog (see about.mappings) -->

Back to the top