diff options
Diffstat (limited to 'log4j/pom.xml')
-rw-r--r-- | log4j/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/log4j/pom.xml b/log4j/pom.xml index 0c07f0a..8053a2a 100644 --- a/log4j/pom.xml +++ b/log4j/pom.xml @@ -23,7 +23,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">
<parent>
- <groupId>com.att.inno</groupId>
+ <groupId>org.onap.aaf.inno</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
@@ -61,7 +61,7 @@ </properties>
<dependencies>
<dependency>
- <groupId>com.att.inno</groupId>
+ <groupId>org.onap.aaf.inno</groupId>
<artifactId>env</artifactId>
<version>${project.version}</version>
</dependency>
|