summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--engine/pom.xml2
-rwxr-xr-xpom.xml2
-rw-r--r--valetapi/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/engine/pom.xml b/engine/pom.xml
index df0d03a..0d69e9a 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -49,7 +49,7 @@
<sonar.test.exclusions>**/**.py,setup.py,**/lib/**</sonar.test.exclusions>
</properties>
- <groupId>org.onap.fgps</groupId>
+ <groupId>org.onap.optf.fgps</groupId>
<artifactId>fgps-engine</artifactId>
<name>fgps-engine</name>
diff --git a/pom.xml b/pom.xml
index b8e8d41..3f8428f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>
- <groupId>org.onap.fgps</groupId>
+ <groupId>org.onap.optf.fgps</groupId>
<artifactId>fgps</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
diff --git a/valetapi/pom.xml b/valetapi/pom.xml
index 14760c0..bf7053f 100644
--- a/valetapi/pom.xml
+++ b/valetapi/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>
- <groupId>org.onap.fgps</groupId>
+ <groupId>org.onap.optf.fgps</groupId>
<artifactId>fgps-api</artifactId>
<version>0.0.1-SNAPSHOT</version>