Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/p2
diff options
context:
space:
mode:
authorSergey Prigogin2014-07-22 00:07:12 +0000
committerSergey Prigogin2014-07-22 00:07:12 +0000
commita2fbb5c879ca6a0d96f33bd6d407d0ab429b3b52 (patch)
treebc1538d1a4c904682029104b3dfdba109bba76d1 /p2
parent90718216f11bf4b65cbbc5e6838966bbaa023a26 (diff)
downloadorg.eclipse.cdt-a2fbb5c879ca6a0d96f33bd6d407d0ab429b3b52.tar.gz
org.eclipse.cdt-a2fbb5c879ca6a0d96f33bd6d407d0ab429b3b52.tar.xz
org.eclipse.cdt-a2fbb5c879ca6a0d96f33bd6d407d0ab429b3b52.zip
Inremented feature version to 8.5.
Diffstat (limited to 'p2')
-rw-r--r--p2/org.eclipse.cdt.p2-feature/feature.xml2
-rw-r--r--p2/org.eclipse.cdt.p2-feature/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/p2/org.eclipse.cdt.p2-feature/feature.xml b/p2/org.eclipse.cdt.p2-feature/feature.xml
index a5f320653fd..a4b9b1d5ef9 100644
--- a/p2/org.eclipse.cdt.p2-feature/feature.xml
+++ b/p2/org.eclipse.cdt.p2-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.cdt.p2"
label="%featureName"
- version="8.4.0.qualifier"
+ version="8.5.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0"
diff --git a/p2/org.eclipse.cdt.p2-feature/pom.xml b/p2/org.eclipse.cdt.p2-feature/pom.xml
index e1a907cfe16..7ee94f62cf4 100644
--- a/p2/org.eclipse.cdt.p2-feature/pom.xml
+++ b/p2/org.eclipse.cdt.p2-feature/pom.xml
@@ -7,12 +7,12 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.4.0-SNAPSHOT</version>
+ <version>8.5.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.cdt.features</groupId>
- <version>8.4.0-SNAPSHOT</version>
+ <version>8.5.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.p2</artifactId>
<packaging>eclipse-feature</packaging>
</project>

Back to the top