Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/features/org.eclipse.tcf.te.tcf.feature/pom.xml')
-rw-r--r--target_explorer/features/org.eclipse.tcf.te.tcf.feature/pom.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/target_explorer/features/org.eclipse.tcf.te.tcf.feature/pom.xml b/target_explorer/features/org.eclipse.tcf.te.tcf.feature/pom.xml
index 6f4b3fe49..4a04ec178 100644
--- a/target_explorer/features/org.eclipse.tcf.te.tcf.feature/pom.xml
+++ b/target_explorer/features/org.eclipse.tcf.te.tcf.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>
- <version>1.5.0-SNAPSHOT</version>
- <artifactId>org.eclipse.tcf.te.tcf.feature</artifactId>
- <packaging>eclipse-feature</packaging>
-
- <properties>
- <jacoco.skip>true</jacoco.skip>
- </properties>
+ <version>1.5.0-SNAPSHOT</version>
+ <artifactId>org.eclipse.tcf.te.tcf.feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+
+ <properties>
+ <jacoco.skip>true</jacoco.skip>
+ </properties>
</project>

Back to the top