Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.tcf.cdt.sdk.feature')
-rw-r--r--features/org.eclipse.tcf.cdt.sdk.feature/pom.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/features/org.eclipse.tcf.cdt.sdk.feature/pom.xml b/features/org.eclipse.tcf.cdt.sdk.feature/pom.xml
index d90a42068..61ef6284a 100644
--- a/features/org.eclipse.tcf.cdt.sdk.feature/pom.xml
+++ b/features/org.eclipse.tcf.cdt.sdk.feature/pom.xml
@@ -2,20 +2,20 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
+ <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.eclipse.tcf</groupId>
- <artifactId>org.eclipse.tcf.maven-build</artifactId>
- <version>1.5.0-SNAPSHOT</version>
- <relativePath>../../admin/pom-build.xml</relativePath>
- </parent>
+ <parent>
+ <groupId>org.eclipse.tcf</groupId>
+ <artifactId>org.eclipse.tcf.maven-build</artifactId>
+ <version>1.6.0-SNAPSHOT</version>
+ <relativePath>../../admin/pom-build.xml</relativePath>
+ </parent>
- <artifactId>org.eclipse.tcf.cdt.sdk.feature</artifactId>
- <packaging>eclipse-feature</packaging>
- <version>1.5.0-SNAPSHOT</version>
-
- <properties>
- <jacoco.skip>true</jacoco.skip>
- </properties>
+ <artifactId>org.eclipse.tcf.cdt.sdk.feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+ <version>1.5.0-SNAPSHOT</version>
+
+ <properties>
+ <jacoco.skip>true</jacoco.skip>
+ </properties>
</project>

Back to the top