diff options
author | Lusheng Ji <lji@research.att.com> | 2017-10-15 19:39:30 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-10-15 19:39:36 -0400 |
commit | 7fda9009c2b5ce3bf2fed18d91aef84ddfddee53 (patch) | |
tree | e9ca2f73f78416ed8437f3b75ace64f5e9991115 /pom.xml | |
parent | 6ca8167d142706460889976d5cac17b45dbfa010 (diff) |
Use dcaegen2-1.1.0 pom as parent
Issue-Id: DCAEGEN2-128
Change-Id: I56cd564208c65e5aba4b7c77cb7eec7a14bb10ed
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,9 +21,9 @@ limitations under the License. <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> <parent> - <groupId>org.onap.dcaegen2</groupId> - <artifactId>root</artifactId> - <version>1.0.0-SNAPSHOT</version> + <groupId>org.onap</groupId> + <artifactId>dcaegen2</artifactId> + <version>1.1.0</version> </parent> <!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo --> |