Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'packages/org.eclipse.epp.package.cpp.product')
-rw-r--r--packages/org.eclipse.epp.package.cpp.product/epp.product8
-rw-r--r--packages/org.eclipse.epp.package.cpp.product/p2.inf2
-rw-r--r--packages/org.eclipse.epp.package.cpp.product/pom.xml4
3 files changed, 7 insertions, 7 deletions
diff --git a/packages/org.eclipse.epp.package.cpp.product/epp.product b/packages/org.eclipse.epp.package.cpp.product/epp.product
index 37b2a2d7..ecbcdbbc 100644
--- a/packages/org.eclipse.epp.package.cpp.product/epp.product
+++ b/packages/org.eclipse.epp.package.cpp.product/epp.product
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
-<product name="Eclipse IDE for C/C++ Developers" uid="epp.package.cpp" id="org.eclipse.epp.package.cpp.product" application="org.eclipse.ui.ide.workbench" version="4.8.0.qualifier" useFeatures="true" includeLaunchers="true">
+<product name="Eclipse IDE for C/C++ Developers" uid="epp.package.cpp" id="org.eclipse.epp.package.cpp.product" application="org.eclipse.ui.ide.workbench" version="4.9.0.qualifier" useFeatures="true" includeLaunchers="true">
<aboutInfo>
<image path="/org.eclipse.epp.package.cpp/eclipse_lg.png"/>
@@ -191,9 +191,9 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
</plugins>
<features>
- <feature id="org.eclipse.epp.package.cpp.feature" version="4.8.0.qualifier"/>
- <feature id="org.eclipse.epp.package.common.feature" version="4.8.0.qualifier"/>
- <feature id="org.eclipse.platform" version="4.8.0.qualifier"/>
+ <feature id="org.eclipse.epp.package.cpp.feature" version="4.9.0.qualifier"/>
+ <feature id="org.eclipse.epp.package.common.feature" version="4.9.0.qualifier"/>
+ <feature id="org.eclipse.platform" version="4.9.0.qualifier"/>
<feature id="org.eclipse.cdt" installMode="root"/>
<feature id="org.eclipse.cdt.autotools" installMode="root"/>
diff --git a/packages/org.eclipse.epp.package.cpp.product/p2.inf b/packages/org.eclipse.epp.package.cpp.product/p2.inf
index 9d37267a..bd5d99ac 100644
--- a/packages/org.eclipse.epp.package.cpp.product/p2.inf
+++ b/packages/org.eclipse.epp.package.cpp.product/p2.inf
@@ -5,7 +5,7 @@ properties.0.name = org.eclipse.equinox.p2.type.product
properties.0.value = true
properties.1.name = org.eclipse.equinox.p2.description
-properties.1.value = Photon Release of the Eclipse C/C++ Developers Developers package.
+properties.1.value = 2018-09 Release of the Eclipse C/C++ Developers Developers package.
properties.2.name = org.eclipse.equinox.p2.provider
properties.2.value = Eclipse Packaging Project
diff --git a/packages/org.eclipse.epp.package.cpp.product/pom.xml b/packages/org.eclipse.epp.package.cpp.product/pom.xml
index 5929be50..190e371c 100644
--- a/packages/org.eclipse.epp.package.cpp.product/pom.xml
+++ b/packages/org.eclipse.epp.package.cpp.product/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
@@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-product-parent</artifactId>
- <version>4.8.0-SNAPSHOT</version>
+ <version>4.9.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/product</relativePath>
</parent>

Back to the top