Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/p2
diff options
context:
space:
mode:
authorSergey Prigogin2014-01-21 21:52:50 +0000
committerSergey Prigogin2014-01-21 22:35:29 +0000
commit1d166260a8a946e71275598c9b1634ba8575ea32 (patch)
treed7d6cd2535592f76b5bc7d6c9ae54b5dd3360286 /p2
parent3f9626178e50a180964528a6128e2616282c8c65 (diff)
downloadorg.eclipse.cdt-1d166260a8a946e71275598c9b1634ba8575ea32.tar.gz
org.eclipse.cdt-1d166260a8a946e71275598c9b1634ba8575ea32.tar.xz
org.eclipse.cdt-1d166260a8a946e71275598c9b1634ba8575ea32.zip
Bumped up CDT version to 8.4.
Change-Id: I1229344feaaed4a3551ceb7b1ef1410545048b55 Reviewed-on: https://git.eclipse.org/r/20908 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
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
-rw-r--r--p2/org.eclipse.cdt.p2/pom.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/p2/org.eclipse.cdt.p2-feature/feature.xml b/p2/org.eclipse.cdt.p2-feature/feature.xml
index 573c25e4356..3eac90f8806 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.3.0.qualifier"
+ version="8.4.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.p2">
diff --git a/p2/org.eclipse.cdt.p2-feature/pom.xml b/p2/org.eclipse.cdt.p2-feature/pom.xml
index 8ae419b2877..e1a907cfe16 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.3.0-SNAPSHOT</version>
+ <version>8.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.cdt.features</groupId>
- <version>8.3.0-SNAPSHOT</version>
+ <version>8.4.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.p2</artifactId>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/p2/org.eclipse.cdt.p2/pom.xml b/p2/org.eclipse.cdt.p2/pom.xml
index eaf360f7902..0d8bee9ad28 100644
--- a/p2/org.eclipse.cdt.p2/pom.xml
+++ b/p2/org.eclipse.cdt.p2/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.3.0-SNAPSHOT</version>
+ <version>8.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Back to the top