Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2020-11-05 14:54:56 +0000
committerJonah Graham2020-11-05 14:54:56 +0000
commit300811deffc926fd4f16c8f3e8e6c44380325646 (patch)
tree4bdb34d7a6fa53d9c1ea5950a257aaa3ad72f2af /releng/org.eclipse.epp.config/parent
parente13d20d13fc1d9fc9c664a4d328b1d3809152003 (diff)
downloadorg.eclipse.epp.packages-300811deffc926fd4f16c8f3e8e6c44380325646.tar.gz
org.eclipse.epp.packages-300811deffc926fd4f16c8f3e8e6c44380325646.tar.xz
org.eclipse.epp.packages-300811deffc926fd4f16c8f3e8e6c44380325646.zip
Prepare repo for 2020-12 M2 (4.18 M2)
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 8a6daaef..d00107e8 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>2020-12-M1</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>2020-12-M2</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>2020-12 M1 (4.18.0 M1)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>2020-12 M2 (4.18.0 M2)</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/2020-12/</eclipse.simultaneous.release.repository>
</properties>

Back to the top