Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2016-02-03 17:52:25 +0000
committerMarkus Knauer2016-02-03 18:02:16 +0000
commitde0e4a6071c2eb16581ea8b54b869cb368e75c31 (patch)
treee2304ae9f9ffa9d0e9847049c6c8d3cef28caf16 /releng/org.eclipse.epp.config/parent
parentb817faa741c6353f4ffe3c2db907642807289247 (diff)
downloadorg.eclipse.epp.packages-de0e4a6071c2eb16581ea8b54b869cb368e75c31.tar.gz
org.eclipse.epp.packages-de0e4a6071c2eb16581ea8b54b869cb368e75c31.tar.xz
org.eclipse.epp.packages-de0e4a6071c2eb16581ea8b54b869cb368e75c31.zip
Update versions and strings for Neon Milestone 4 (4.6.0M5)
Change-Id: I2c677e63e02609be71648e3b70a3cfc379343ef6 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng/org.eclipse.epp.config/parent')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index dc5657bd..b665f1d1 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, 2015 EclipseSource and others.
+ Copyright (C) 2013, 2016 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
@@ -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>neon-M4</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>neon-M5</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>Neon Milestone 4 (4.6.0M4)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Neon Milestone 4 (4.6.0M5)</eclipse.simultaneous.release.name>
<!-- Upstream p2 repository, used as a source for pre-compiled build artifacts -->
<eclipse.simultaneous.release.repository>http://download.eclipse.org/releases/staging/</eclipse.simultaneous.release.repository>
</properties>

Back to the top