Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2018-06-07 17:47:57 +0000
committerRyan T. Baldwin2018-06-07 17:47:57 +0000
commit29703059d4401b256300ade752c1a5d4a3ee5ffd (patch)
tree8a11a49bc06ec1160079f5c8df7aa58119d5dfcf /plugins/org.eclipse.osee.authentication.admin
parent26de3bf2be63ce06e048659d24d6045fdede4d43 (diff)
downloadorg.eclipse.osee-29703059d4401b256300ade752c1a5d4a3ee5ffd.tar.gz
org.eclipse.osee-29703059d4401b256300ade752c1a5d4a3ee5ffd.tar.xz
org.eclipse.osee-29703059d4401b256300ade752c1a5d4a3ee5ffd.zip
feature[ats_TW8369]: Rename osee.x.core bundles to osee.core.server
Diffstat (limited to 'plugins/org.eclipse.osee.authentication.admin')
-rw-r--r--plugins/org.eclipse.osee.authentication.admin/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.authentication.admin/pom.xml b/plugins/org.eclipse.osee.authentication.admin/pom.xml
index 3899759d7a3..3610d1758ce 100644
--- a/plugins/org.eclipse.osee.authentication.admin/pom.xml
+++ b/plugins/org.eclipse.osee.authentication.admin/pom.xml
@@ -5,9 +5,9 @@
<parent>
<groupId>org.eclipse.osee</groupId>
- <artifactId>org.eclipse.osee.x.core.parent</artifactId>
+ <artifactId>org.eclipse.osee.core.server.parent</artifactId>
<version>0.26.0-SNAPSHOT</version>
- <relativePath>../../plugins/org.eclipse.osee.x.core.parent</relativePath>
+ <relativePath>../../plugins/org.eclipse.osee.core.server.parent</relativePath>
</parent>
<artifactId>org.eclipse.osee.authentication.admin</artifactId>

Back to the top