Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tests/pom-tests.xml2
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml17
2 files changed, 1 insertions, 18 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom-tests.xml b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom-tests.xml
index d56deffdb..df846bbfe 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom-tests.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom-tests.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.tcf.te</groupId>
- <artifactId>te-tests.maven-master</artifactId>
+ <artifactId>tcf-tests.maven-master</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../../pom-tests.xml</relativePath>
</parent>
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
deleted file mode 100644
index b71389d05..000000000
--- a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-
- <parent>
- <groupId>org.eclipse.tcf.te</groupId>
- <artifactId>te-tests.maven-master</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- <relativePath>../../pom-tests.xml</relativePath>
- </parent>
-
- <version>1.2.0.qualifier</version>
- <artifactId>org.eclipse.tcf.te.tests</artifactId>
- <packaging>eclipse-plugin</packaging>
-</project>

Back to the top