Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-11-12 19:48:59 +0000
committerRoberto E. Escobar2012-11-12 19:48:59 +0000
commitc2b5c34f406285f5a67e06aaf5c75a0686425234 (patch)
treeb7ee1996fbd2dbaa644468772c7442d20dc64efe /plugins/org.eclipse.osee.ats.help.ui
parent26cd94656ce1449825f1ac0c103edc485e66d5de (diff)
downloadorg.eclipse.osee-c2b5c34f406285f5a67e06aaf5c75a0686425234.tar.gz
org.eclipse.osee-c2b5c34f406285f5a67e06aaf5c75a0686425234.tar.xz
org.eclipse.osee-c2b5c34f406285f5a67e06aaf5c75a0686425234.zip
refinement[ats_3N6F1]: Create ATS maven module
Diffstat (limited to 'plugins/org.eclipse.osee.ats.help.ui')
-rw-r--r--plugins/org.eclipse.osee.ats.help.ui/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ats.help.ui/pom.xml b/plugins/org.eclipse.osee.ats.help.ui/pom.xml
index d910d526657..af34136cd20 100644
--- a/plugins/org.eclipse.osee.ats.help.ui/pom.xml
+++ b/plugins/org.eclipse.osee.ats.help.ui/pom.xml
@@ -5,9 +5,9 @@
<parent>
<groupId>org.eclipse.osee</groupId>
- <artifactId>org.eclipse.osee.client.parent</artifactId>
+ <artifactId>org.eclipse.osee.ats.parent</artifactId>
<version>0.11.0-SNAPSHOT</version>
- <relativePath>../../plugins/org.eclipse.osee.client.parent</relativePath>
+ <relativePath>../../plugins/org.eclipse.osee.ats.parent</relativePath>
</parent>
<artifactId>org.eclipse.osee.ats.help.ui</artifactId>

Back to the top