Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2018-07-19 14:38:41 +0000
committerMarkus Knauer2018-07-19 14:38:41 +0000
commitc620f26ac7cb69b5cc60c69f4ce3468623c2db4a (patch)
tree1229a13770ad2bb7bd3851e847047e9368ae590a /packages/org.eclipse.epp.package.modeling.feature
parent2b3358ff8a3ae686795881ac4816e47c950bfcea (diff)
downloadorg.eclipse.epp.packages-c620f26ac7cb69b5cc60c69f4ce3468623c2db4a.tar.gz
org.eclipse.epp.packages-c620f26ac7cb69b5cc60c69f4ce3468623c2db4a.tar.xz
org.eclipse.epp.packages-c620f26ac7cb69b5cc60c69f4ce3468623c2db4a.zip
Update strings and versions for 2018-092018-09_M1
Carefully update occurrences of the old version 4.8 to 4.9, and from photon to 2018-09. There are still some references to photon that should be updated manually by the package maintainers, specifically the p2 repository URLs in some of the packages that are still referencing a photon based URL. Change-Id: Ia29c96a232d2b3b50222ab6b1db3ace0742da3b0 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.modeling.feature')
-rw-r--r--packages/org.eclipse.epp.package.modeling.feature/epp.website.xml4
-rw-r--r--packages/org.eclipse.epp.package.modeling.feature/feature.xml2
-rw-r--r--packages/org.eclipse.epp.package.modeling.feature/pom.xml4
3 files changed, 5 insertions, 5 deletions
diff --git a/packages/org.eclipse.epp.package.modeling.feature/epp.website.xml b/packages/org.eclipse.epp.package.modeling.feature/epp.website.xml
index 037a0ee3..b95b4a92 100644
--- a/packages/org.eclipse.epp.package.modeling.feature/epp.website.xml
+++ b/packages/org.eclipse.epp.package.modeling.feature/epp.website.xml
@@ -36,9 +36,9 @@
<!-- version, the RCP version to build. This is used to determine the file
name of the root file archives -->
- <rcp version="4.8.0" />
+ <rcp version="4.9.0" />
<!-- name, the name of the product, used in naming the created files. -->
- <product name="eclipse-modeling-photon-R" />
+ <product name="eclipse-modeling-2018-09-M1" />
</configuration>
diff --git a/packages/org.eclipse.epp.package.modeling.feature/feature.xml b/packages/org.eclipse.epp.package.modeling.feature/feature.xml
index 4b333e7c..28cb7cb3 100644
--- a/packages/org.eclipse.epp.package.modeling.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.modeling.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.epp.package.modeling.feature"
label="EPP Modeling Feature"
- version="4.8.0.qualifier"
+ version="4.9.0.qualifier"
provider-name="Eclipse Packaging Project"
plugin="org.eclipse.epp.package.modeling"
license-feature="org.eclipse.license"
diff --git a/packages/org.eclipse.epp.package.modeling.feature/pom.xml b/packages/org.eclipse.epp.package.modeling.feature/pom.xml
index 1109a88c..06b73dbc 100644
--- a/packages/org.eclipse.epp.package.modeling.feature/pom.xml
+++ b/packages/org.eclipse.epp.package.modeling.feature/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2017 Eclipse Foundation and others.
+ Copyright (c) 2012, 2018 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
@@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-feature-parent</artifactId>
- <version>4.8.0-SNAPSHOT</version>
+ <version>4.9.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/feature</relativePath>
</parent>

Back to the top