Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/org.eclipse.cdt.managedbuilder.llvm-feature/pom.xml')
-rw-r--r--llvm/org.eclipse.cdt.managedbuilder.llvm-feature/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/org.eclipse.cdt.managedbuilder.llvm-feature/pom.xml b/llvm/org.eclipse.cdt.managedbuilder.llvm-feature/pom.xml
index b33069d5d89..164a687efa8 100644
--- a/llvm/org.eclipse.cdt.managedbuilder.llvm-feature/pom.xml
+++ b/llvm/org.eclipse.cdt.managedbuilder.llvm-feature/pom.xml
@@ -7,12 +7,12 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.6.0-SNAPSHOT</version>
+ <version>8.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.cdt.features</groupId>
- <version>8.6.0-SNAPSHOT</version>
+ <version>8.7.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.managedbuilder.llvm</artifactId>
<packaging>eclipse-feature</packaging>
</project>

Back to the top