Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2017-08-14 05:48:57 +0000
committerMarkus Knauer2017-08-14 05:48:57 +0000
commitb440dcbfe726a2b2fc96ad26f90cef05dd3978aa (patch)
treef9b87efe1987706866df38a9f3bf43633a6789ee /packages/org.eclipse.epp.package.modeling.product/pom.xml
parentca4f68cd7f352553197de7d78bc1f2d8888a5b99 (diff)
downloadorg.eclipse.epp.packages-b440dcbfe726a2b2fc96ad26f90cef05dd3978aa.tar.gz
org.eclipse.epp.packages-b440dcbfe726a2b2fc96ad26f90cef05dd3978aa.tar.xz
org.eclipse.epp.packages-b440dcbfe726a2b2fc96ad26f90cef05dd3978aa.zip
Update for Eclipse Photon (4.8.0) Release
Update all pom.xml, feature.xml, epp.product, MANIFEST.MF, p2.inf files to the new version 4.8.0 and to the new Simultaneous Release name of Photon. Change-Id: I081a54ddac2ee61592bac9a61eae83906728d2e1 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.modeling.product/pom.xml')
-rw-r--r--packages/org.eclipse.epp.package.modeling.product/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/org.eclipse.epp.package.modeling.product/pom.xml b/packages/org.eclipse.epp.package.modeling.product/pom.xml
index c010b46f..17ff24f5 100644
--- a/packages/org.eclipse.epp.package.modeling.product/pom.xml
+++ b/packages/org.eclipse.epp.package.modeling.product/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2016 Eclipse Foundation and others.
+ Copyright (c) 2012, 2017 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,7 +20,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-product-parent</artifactId>
- <version>4.7.0-SNAPSHOT</version>
+ <version>4.8.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/product</relativePath>
</parent>

Back to the top