Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/pom.xml')
-rw-r--r--cmake/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/cmake/pom.xml b/cmake/pom.xml
index 9ffe003e461..a0df51f2e7b 100644
--- a/cmake/pom.xml
+++ b/cmake/pom.xml
@@ -17,18 +17,19 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>10.4.0-SNAPSHOT</version>
+ <version>10.7.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cmake-parent</artifactId>
- <version>10.4.0-SNAPSHOT</version>
+ <version>10.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.eclipse.cdt.cmake.core</module>
- <module>org.eclipse.cdt.cmake.core.tests</module>
+ <module>org.eclipse.cdt.cmake.core.tests</module>
<module>org.eclipse.cdt.cmake.ui</module>
+ <module>org.eclipse.cdt.cmake.ui.tests</module>
<module>org.eclipse.cdt.cmake-feature</module>
</modules>
</project>

Back to the top