Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2016-08-11 11:06:45 +0000
committerMarkus Knauer2016-08-11 12:59:07 +0000
commit19a366f20292b2b9277fe7c778484c37c5aca91c (patch)
tree507775c4e9cb80d27a374a744415fc5f4ca28900 /packages/org.eclipse.epp.package.modeling
parent74b7dcdd0721ff6c3610d23c5594e9c4e4a2f32b (diff)
downloadorg.eclipse.epp.packages-19a366f20292b2b9277fe7c778484c37c5aca91c.tar.gz
org.eclipse.epp.packages-19a366f20292b2b9277fe7c778484c37c5aca91c.tar.xz
org.eclipse.epp.packages-19a366f20292b2b9277fe7c778484c37c5aca91c.zip
Update to Oxygen / EPP 4.7.0
Update all the versions, strings, URLs, etc. to the next Simultaneous Release called 'Eclipse Oxygen'. Change-Id: I296344c98fd324f29497f5bd210c3abcc30a6022 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.modeling')
-rw-r--r--packages/org.eclipse.epp.package.modeling/.forceQualifierUpdate2
-rw-r--r--packages/org.eclipse.epp.package.modeling/META-INF/MANIFEST.MF2
-rw-r--r--packages/org.eclipse.epp.package.modeling/pom.xml6
3 files changed, 5 insertions, 5 deletions
diff --git a/packages/org.eclipse.epp.package.modeling/.forceQualifierUpdate b/packages/org.eclipse.epp.package.modeling/.forceQualifierUpdate
index 20ecd51c..e0c8ca4d 100644
--- a/packages/org.eclipse.epp.package.modeling/.forceQualifierUpdate
+++ b/packages/org.eclipse.epp.package.modeling/.forceQualifierUpdate
@@ -1 +1 @@
-20160613-1800
+20160811-1200
diff --git a/packages/org.eclipse.epp.package.modeling/META-INF/MANIFEST.MF b/packages/org.eclipse.epp.package.modeling/META-INF/MANIFEST.MF
index b76b517c..804220c1 100644
--- a/packages/org.eclipse.epp.package.modeling/META-INF/MANIFEST.MF
+++ b/packages/org.eclipse.epp.package.modeling/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EPP Modeling Bundle
Bundle-SymbolicName: org.eclipse.epp.package.modeling;singleton:=true
-Bundle-Version: 4.6.0.qualifier
+Bundle-Version: 4.7.0.qualifier
Bundle-Vendor: Eclipse Packaging Project
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.platform,
diff --git a/packages/org.eclipse.epp.package.modeling/pom.xml b/packages/org.eclipse.epp.package.modeling/pom.xml
index db772dfc..fa347fd9 100644
--- a/packages/org.eclipse.epp.package.modeling/pom.xml
+++ b/packages/org.eclipse.epp.package.modeling/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2015 Eclipse Foundation and others.
+ Copyright (c) 2012, 2016 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -20,13 +20,13 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-parent</artifactId>
- <version>4.6.0-SNAPSHOT</version>
+ <version>4.7.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.modeling</artifactId>
- <version>4.6.0-SNAPSHOT</version>
+ <version>4.7.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top