diff options
Diffstat (limited to 'services/activity-spec/activity-spec-web/activity-spec-war/pom.xml')
-rw-r--r-- | services/activity-spec/activity-spec-web/activity-spec-war/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/services/activity-spec/activity-spec-web/activity-spec-war/pom.xml b/services/activity-spec/activity-spec-web/activity-spec-war/pom.xml index 7d9c2c7f0b..fa2092a8c3 100644 --- a/services/activity-spec/activity-spec-web/activity-spec-war/pom.xml +++ b/services/activity-spec/activity-spec-web/activity-spec-war/pom.xml @@ -8,7 +8,7 @@ <packaging>war</packaging> <parent> - <groupId>org.openecomp.activityspec</groupId> + <groupId>org.onap.sdc.activityspec</groupId> <artifactId>activity-spec</artifactId> <version>1.2.0-SNAPSHOT</version> <relativePath>../..</relativePath> @@ -16,7 +16,7 @@ <dependencies> <dependency> - <groupId>org.openecomp.activityspec</groupId> + <groupId>org.onap.sdc.activityspec</groupId> <artifactId>activity-spec-service</artifactId> <version>${project.version}</version> </dependency> @@ -53,7 +53,7 @@ <apiSources> <apiSource> <springmvc>false</springmvc> - <locations>org.openecomp.activityspec</locations> + <locations>org.onap.sdc.activityspec</locations> <schemes>http</schemes> <basePath>/activity-spec-api</basePath> <info> |