Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2020-10-12 18:31:37 +0000
committerJonah Graham2020-10-12 18:31:45 +0000
commiteeba140e6a39d8a2517f1c046a542e65cc926714 (patch)
tree23b8fc2d43ca56b72ac288152a5af55fc0f4f0c5 /releng/org.eclipse.epp.config/parent/pom.xml
parent2532053b35885ca8438741263ff339a5240bb43a (diff)
downloadorg.eclipse.epp.packages-eeba140e6a39d8a2517f1c046a542e65cc926714.tar.gz
org.eclipse.epp.packages-eeba140e6a39d8a2517f1c046a542e65cc926714.tar.xz
org.eclipse.epp.packages-eeba140e6a39d8a2517f1c046a542e65cc926714.zip
[releng] Prepare repo for 2020-12 M1 (4.18 M1)
Diffstat (limited to 'releng/org.eclipse.epp.config/parent/pom.xml')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index 49985b3e..8a6daaef 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -19,7 +19,7 @@
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-parent</artifactId>
- <version>4.17.0-SNAPSHOT</version>
+ <version>4.18.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@@ -35,13 +35,13 @@
<!-- 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-09-R</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>2020-12-M1</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-09 (4.17.0)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>2020-12 M1 (4.18.0 M1)</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-09/</eclipse.simultaneous.release.repository>
+ <eclipse.simultaneous.release.repository>https://download.eclipse.org/staging/2020-12/</eclipse.simultaneous.release.repository>
</properties>
<prerequisites>

Back to the top