summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-10-15 19:39:30 -0400
committerLusheng Ji <lji@research.att.com>2017-10-15 19:39:36 -0400
commit7fda9009c2b5ce3bf2fed18d91aef84ddfddee53 (patch)
treee9ca2f73f78416ed8437f3b75ace64f5e9991115 /pom.xml
parent6ca8167d142706460889976d5cac17b45dbfa010 (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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 5329205..809e91f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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 -->