Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2015-12-16 18:25:27 +0000
committerMarkus Knauer2015-12-16 18:25:27 +0000
commit0939756130f190a26206f9c6d4fbdbfc1816d1a1 (patch)
treee73de4ddb4d9403475186fc6bc6df61b0d7c6664 /releng/org.eclipse.epp.config/parent/pom.xml
parentb4bc891687c6244dcee2718a8ff94b5e6488227c (diff)
downloadorg.eclipse.epp.packages-0939756130f190a26206f9c6d4fbdbfc1816d1a1.tar.gz
org.eclipse.epp.packages-0939756130f190a26206f9c6d4fbdbfc1816d1a1.tar.xz
org.eclipse.epp.packages-0939756130f190a26206f9c6d4fbdbfc1816d1a1.zip
Upgrade configuration and version numbers for Neon M4
Change-Id: I5e1690f52d8071a5405e415fd07e89df47f754ee 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.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 efbce2ae..dc5657bd 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>neon-M3</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>neon-M4</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 3 (4.6.0M3)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Neon Milestone 4 (4.6.0M4)</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>
@@ -469,7 +469,7 @@
This profile needs to stay disabled for release builds, but may serve as a testing
facility when carrying out tests with various p2 repositories. One possible use case
is to add a p2 repository to the build that provides newer or different artifacts.
- In order to do this one needs to activate this profile explicitely and provide the
+ In order to do this one needs to activate this profile explicitly and provide the
p2 repository URL with a Java property.
Example: -Depp.wormhole.repository=file:///tmp/myown.p2.repo/

Back to the top