Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2021-06-11 00:56:40 +0000
committerJonah Graham2021-06-11 00:56:40 +0000
commit032716e9c0e2e5e1212c59a683ee9c86021f823f (patch)
treee7ed8085cae93613e0bafe01369f5dfd0ebfda2a /releng/org.eclipse.epp.config/parent
parent49b34490825b91ed6b7afa06ad60c25b23cacffa (diff)
downloadorg.eclipse.epp.packages-032716e9c0e2e5e1212c59a683ee9c86021f823f.tar.gz
org.eclipse.epp.packages-032716e9c0e2e5e1212c59a683ee9c86021f823f.tar.xz
org.eclipse.epp.packages-032716e9c0e2e5e1212c59a683ee9c86021f823f.zip
[releng] Name artifacts RC2
Normally we go from RC1 -> R - but because of the respins, to make it easier to identify what is what this is called RC2. This build of EPP is not going to be promoted. Change-Id: I1153e1596856f0afca2d9ab67b5093d188ad47f6
Diffstat (limited to 'releng/org.eclipse.epp.config/parent')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index ae4ca66b..9f905c7c 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -35,11 +35,11 @@
<!-- The location that is used to assemble the single EPP configuration p2 repository -->
<eclipse.epp.targetRepository>${eclipse.epp.archiveDirectory}/repository/</eclipse.epp.targetRepository>
<!-- ID used to generate the filename of the packages -->
- <eclipse.simultaneous.release.id>2021-06-RC1</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>2021-06-RC2</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>2021-06 RC1 (4.20.0 RC1)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>2021-06 RC2 (4.20.0 RC2)</eclipse.simultaneous.release.name>
<!-- Upstream p2 repository, used as a source for pre-compiled build artifacts -->
<eclipse.simultaneous.release.repository>https://download.eclipse.org/staging/2021-06/</eclipse.simultaneous.release.repository>
</properties>

Back to the top