Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2018-11-08 16:50:11 +0000
committerMarkus Knauer2018-11-08 16:50:11 +0000
commit69232d20f0f0c03fb53a3b9c405c3e6f2c79b115 (patch)
tree9fc7b0e94eb0f4107f3bfcf543c9001b36c17222 /releng/org.eclipse.epp.config/parent/pom.xml
parent8a8e7582ee00d92ec509979ed55d732edcbc193b (diff)
downloadorg.eclipse.epp.packages-69232d20f0f0c03fb53a3b9c405c3e6f2c79b115.tar.gz
org.eclipse.epp.packages-69232d20f0f0c03fb53a3b9c405c3e6f2c79b115.tar.xz
org.eclipse.epp.packages-69232d20f0f0c03fb53a3b9c405c3e6f2c79b115.zip
Update strings and versions for 2018-12 M2
Change-Id: Idb1b479eb3767291cc5800fc3d2579cbf179eb04 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng/org.eclipse.epp.config/parent/pom.xml')
-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 8126745f..cbc5f0cf 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -37,11 +37,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>2018-12</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>2018-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>2018-12 M1 (4.10.0)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>2018-12 M2 (4.10.0M2)</eclipse.simultaneous.release.name>
<!-- Upstream p2 repository, used as a source for pre-compiled build artifacts -->
<eclipse.simultaneous.release.repository>http://download.eclipse.org/staging/2018-12/</eclipse.simultaneous.release.repository>
</properties>

Back to the top