diff options
Diffstat (limited to 'appc-config/appc-encryption-tool/features/pom.xml')
-rw-r--r-- | appc-config/appc-encryption-tool/features/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-config/appc-encryption-tool/features/pom.xml b/appc-config/appc-encryption-tool/features/pom.xml index 0c72a4bfc..85b009d07 100644 --- a/appc-config/appc-encryption-tool/features/pom.xml +++ b/appc-config/appc-encryption-tool/features/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <artifactId>appc-config-encryption-tool</artifactId> <version>1.3.0-SNAPSHOT</version> </parent> @@ -12,7 +12,7 @@ <packaging>jar</packaging> <dependencies> <dependency> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <artifactId>appc-config-encryption-tool-provider</artifactId> <version>${project.version}</version> </dependency> |