diff options
author | Lusheng Ji <lji@research.att.com> | 2018-05-11 15:46:35 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-05-12 11:43:35 -0400 |
commit | c3d80047afd700382fead481bae1972e836925e0 (patch) | |
tree | 78176b6eb81b8987e826d1c21f63343566d04447 /bootstrap | |
parent | a27dcb18742f7bae1a31540df9f282b7f7cdae26 (diff) |
Change VES measurement data topic, etc
1. change VES measurement data topic
2. fix bootstrap container image version
Issue-ID: DCAEGEN2-502
Issue-ID: DCAEGEN2-499
Change-Id: I1220b888d3b2ecaf8876868863c2964193ac0301
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index 9f1a043..fe30d92 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/pom.xml @@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>bootstrap</artifactId> <name>dcaegen2-deployments-bootstrap</name> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.3-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |