Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2019-01-17 19:00:51 +0000
committerMarkus Knauer2019-01-17 19:00:51 +0000
commit2e891c15005ad874f40fe478dba73de64a12e57a (patch)
treed8608f0c2c074c5170d0b01358cf1dfa46f1a0a4 /releng/org.eclipse.epp.config/parent/pom.xml
parent3d1deb67bdaa9dfa86313a07e62145ad56e79ed4 (diff)
downloadorg.eclipse.epp.packages-2e891c15005ad874f40fe478dba73de64a12e57a.tar.gz
org.eclipse.epp.packages-2e891c15005ad874f40fe478dba73de64a12e57a.tar.xz
org.eclipse.epp.packages-2e891c15005ad874f40fe478dba73de64a12e57a.zip
Update strings and versions for 2019-03 M1
Change-Id: If42ae799906bfd04813fb4663222493cb3fe58c3 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.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index 9460d5fe..22c4721b 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2013, 2018 EclipseSource and others.
+ Copyright (C) 2013, 2019 EclipseSource and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -19,7 +19,7 @@
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-parent</artifactId>
- <version>4.10.0-SNAPSHOT</version>
+ <version>4.11.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@@ -36,13 +36,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>2018-12-R</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>2019-03-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>2018-12 (4.10.0)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>2019-03 M1 (4.11.0 M1)</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>
+ <eclipse.simultaneous.release.repository>http://download.eclipse.org/staging/2019-03/</eclipse.simultaneous.release.repository>
</properties>
<prerequisites>

Back to the top