Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-03-12 18:16:03 +0000
committerRyan D. Brooks2014-03-12 18:16:03 +0000
commita5545cba5844b292021004f75c781d6c42854dff (patch)
treea8e457486e3be286846b157c110fbca206edc08a /plugins/org.eclipse.osee.authorization.admin.test
parent8c9400ce51843d286a72521e0629f5c8151093d5 (diff)
downloadorg.eclipse.osee-a5545cba5844b292021004f75c781d6c42854dff.tar.gz
org.eclipse.osee-a5545cba5844b292021004f75c781d6c42854dff.tar.xz
org.eclipse.osee-a5545cba5844b292021004f75c781d6c42854dff.zip
refactor: Update maven parent reference
Diffstat (limited to 'plugins/org.eclipse.osee.authorization.admin.test')
-rw-r--r--plugins/org.eclipse.osee.authorization.admin.test/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.authorization.admin.test/pom.xml b/plugins/org.eclipse.osee.authorization.admin.test/pom.xml
index 8e4b6200db5..77ffbbf4072 100644
--- a/plugins/org.eclipse.osee.authorization.admin.test/pom.xml
+++ b/plugins/org.eclipse.osee.authorization.admin.test/pom.xml
@@ -5,9 +5,9 @@
<parent>
<groupId>org.eclipse.osee</groupId>
- <artifactId>org.eclipse.osee.orcs.parent</artifactId>
+ <artifactId>org.eclipse.osee.x.core.parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
- <relativePath>../../plugins/org.eclipse.osee.orcs.parent</relativePath>
+ <relativePath>../../plugins/org.eclipse.osee.x.core.parent</relativePath>
</parent>
<artifactId>org.eclipse.osee.authorization.admin.test</artifactId>

Back to the top