diff options
Diffstat (limited to 'installation/ubuntu/pom.xml')
-rw-r--r-- | installation/ubuntu/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/installation/ubuntu/pom.xml b/installation/ubuntu/pom.xml index 9a7ceefb..c702b474 100644 --- a/installation/ubuntu/pom.xml +++ b/installation/ubuntu/pom.xml @@ -3,22 +3,22 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <groupId>org.openecomp.sdnc.oam</groupId> + <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> - <groupId>org.openecomp.sdnc.oam</groupId> + <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation-ubuntu</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <name>Installation - ubuntu</name> <description>Creates base ubuntu Docker container</description> <properties> - <image.name>openecomp/ubuntu-sdnc-image</image.name> + <image.name>onap/ubuntu-sdnc-image</image.name> <sdnc.project.version>${project.version}</sdnc.project.version> </properties> |