Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2022-02-24 02:23:53 +0000
committerJonah Graham2022-02-24 02:23:53 +0000
commit2035c29aca3bf490eebef48f41c197067416e26a (patch)
tree9024257b3e12ae8c088c5636798ca00fb3b945b5 /releng/org.eclipse.epp.config/parent
parent92a628b3a8b94c2357becb0117b13417d61f3e79 (diff)
downloadorg.eclipse.epp.packages-2035c29aca3bf490eebef48f41c197067416e26a.tar.gz
org.eclipse.epp.packages-2035c29aca3bf490eebef48f41c197067416e26a.tar.xz
org.eclipse.epp.packages-2035c29aca3bf490eebef48f41c197067416e26a.zip
[releng] Prepare repo for 2022-03 M3
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 77a2aa8d..c57a2670 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-03</RELEASE_NAME>
<!-- Name of the milestone -->
- <RELEASE_MILESTONE>M2</RELEASE_MILESTONE>
+ <RELEASE_MILESTONE>M3</RELEASE_MILESTONE>
<!-- Version of the release -->
<RELEASE_VERSION>4.23.0</RELEASE_VERSION>
<!-- Name release directory on download.eclipse.org -->
- <RELEASE_DIR>202202031200</RELEASE_DIR>
+ <RELEASE_DIR>202202241200</RELEASE_DIR>
<!-- SimRel Repo to build from -->
- <SIMREL_REPO>https://download.eclipse.org/staging/2022-03/</SIMREL_REPO>
+ <SIMREL_REPO>https://download.eclipse.org/releases/2022-03/202202251000/</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