Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'util/org.eclipse.cdt.util-feature/pom.xml')
-rw-r--r--util/org.eclipse.cdt.util-feature/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/org.eclipse.cdt.util-feature/pom.xml b/util/org.eclipse.cdt.util-feature/pom.xml
index 3d20135a84e..497b300cb14 100644
--- a/util/org.eclipse.cdt.util-feature/pom.xml
+++ b/util/org.eclipse.cdt.util-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.util</artifactId>
<packaging>eclipse-feature</packaging>
</project>

Back to the top