Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ats.impl/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.ats.impl/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.osee.ats.impl/pom.xml b/plugins/org.eclipse.osee.ats.impl/pom.xml
index 41deabb7cb4..da626916dcb 100644
--- a/plugins/org.eclipse.osee.ats.impl/pom.xml
+++ b/plugins/org.eclipse.osee.ats.impl/pom.xml
@@ -5,14 +5,14 @@
<parent>
<groupId>org.eclipse.osee</groupId>
- <artifactId>org.eclipse.osee.x.server.parent</artifactId>
+ <artifactId>org.eclipse.osee.x.ats.parent</artifactId>
<version>0.16.0-SNAPSHOT</version>
- <relativePath>../../plugins/org.eclipse.osee.x.server.parent</relativePath>
+ <relativePath>../../plugins/org.eclipse.osee.x.ats.parent</relativePath>
</parent>
<artifactId>org.eclipse.osee.ats.impl</artifactId>
<packaging>eclipse-plugin</packaging>
- <name>OSEE ATS WorkDef Impl (Incubation)</name>
+ <name>OSEE ATS Server Impl (Incubation)</name>
<build>
<!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->

Back to the top