Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2022-03-16 16:45:11 +0000
committerJonah Graham2022-03-16 16:46:58 +0000
commitbad73fcb4ef219208560579e9ceb8313d50763ba (patch)
treec56f940fe1179f24b67155a70802ce7a9ca3d4be /releng/org.eclipse.epp.config/parent/pom.xml
parenta6a0d41fdb8df27bdf7196861f6c09c81fc339e3 (diff)
downloadorg.eclipse.epp.packages-bad73fcb4ef219208560579e9ceb8313d50763ba.tar.gz
org.eclipse.epp.packages-bad73fcb4ef219208560579e9ceb8313d50763ba.tar.xz
org.eclipse.epp.packages-bad73fcb4ef219208560579e9ceb8313d50763ba.zip
[releng] Prepare repo for 2022-06 M1
Diffstat (limited to 'releng/org.eclipse.epp.config/parent/pom.xml')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index 56097f2e..b69d05b4 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -35,21 +35,21 @@
<!-- The location that is used to assemble the single EPP configuration p2 repository -->
<eclipse.epp.targetRepository>${eclipse.epp.archiveDirectory}/repository/</eclipse.epp.targetRepository>
<!-- Name of the release (no milestone) -->
- <RELEASE_NAME>2022-03</RELEASE_NAME>
+ <RELEASE_NAME>2022-06</RELEASE_NAME>
<!-- Name of the milestone -->
- <RELEASE_MILESTONE>R</RELEASE_MILESTONE>
+ <RELEASE_MILESTONE>M1</RELEASE_MILESTONE>
<!-- Version of the release -->
- <RELEASE_VERSION>4.23.0</RELEASE_VERSION>
+ <RELEASE_VERSION>4.24.0</RELEASE_VERSION>
<!-- Name release directory on download.eclipse.org -->
- <RELEASE_DIR>202203101200</RELEASE_DIR>
+ <RELEASE_DIR>202204141200</RELEASE_DIR>
<!-- SimRel Repo to build from -->
- <SIMREL_REPO>https://download.eclipse.org/releases/2022-03/202203161000</SIMREL_REPO>
+ <SIMREL_REPO>https://download.eclipse.org/staging/2022-06</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) -->
<eclipse.simultaneous.release.build>${maven.build.timestamp}</eclipse.simultaneous.release.build>
<!-- Human readable name of the release, e.g. used in the about dialog (see about.mappings) -->
- <eclipse.simultaneous.release.name>${RELEASE_NAME} (${RELEASE_VERSION})</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>${RELEASE_NAME} ${RELEASE_MILESTONE} (${RELEASE_VERSION} ${RELEASE_MILESTONE})</eclipse.simultaneous.release.name>
<!-- Upstream p2 repository, used as a source for pre-compiled build artifacts -->
<eclipse.simultaneous.release.repository>${SIMREL_REPO}</eclipse.simultaneous.release.repository>
</properties>

Back to the top