Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2021-11-25 17:21:01 +0000
committerJonah Graham2021-11-25 17:21:01 +0000
commit7aa9bced0a2fc71bafef28a85e3056c0f1583b63 (patch)
tree0735702aef9b1d3a1879b1c57d3c2343cbcc66f5 /releng/org.eclipse.epp.config/parent
parentd1d18a44892d4f144fb4671b0fc13297745a0fcd (diff)
downloadorg.eclipse.epp.packages-7aa9bced0a2fc71bafef28a85e3056c0f1583b63.tar.gz
org.eclipse.epp.packages-7aa9bced0a2fc71bafef28a85e3056c0f1583b63.tar.xz
org.eclipse.epp.packages-7aa9bced0a2fc71bafef28a85e3056c0f1583b63.zip
[releng] Prepare repo for 2021-12 RC1
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 ab4781cf..d1f0e816 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-12-M3</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>2021-12-RC1</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-12 M3 (4.22.0 M3)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>2021-12 RC1 (4.22.0 RC1)</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-12/</eclipse.simultaneous.release.repository>
</properties>

Back to the top