diff options
author | Arthur Martella <arthur.martella.1@att.com> | 2019-09-25 09:46:51 -0400 |
---|---|---|
committer | Arthur Martella <arthur.martella.1@att.com> | 2019-09-25 09:46:51 -0400 |
commit | c08d6d9f48ca2c2406ce24b5579800670d86647f (patch) | |
tree | a168b2e27860558e9d5ce9c5db20e5cddc2926d8 | |
parent | 49a72bb944c54f5e2954018a8afb13349a6504eb (diff) |
Change group id to org.onap.optf.fgps
Issue-ID: OPTFRA-578
Signed-off-by: Martella, Arthur <arthur.martella.1@att.com>
Change-Id: I9e0af92f3dfc6dfa38d32e87f22315d7140871aa
-rw-r--r-- | engine/pom.xml | 2 | ||||
-rwxr-xr-x | pom.xml | 2 | ||||
-rw-r--r-- | valetapi/pom.xml | 2 |
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> @@ -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>
|