diff options
author | Filip Krzywka <filip.krzywka@nokia.com> | 2018-11-19 16:17:05 +0100 |
---|---|---|
committer | Filip Krzywka <filip.krzywka@nokia.com> | 2018-11-20 15:10:42 +0100 |
commit | 0573df820926986dd19ac9a82943bd5b5eda450d (patch) | |
tree | 549d860482f9e8ee50991f24418b53493e397e76 /hv-collector-xnf-simulator/pom.xml | |
parent | 344bc193fece33112fc9a323bb4e3e93684bcab4 (diff) |
Fix Casablanca tagging
- latest tag removed from this branch so it doesn't overwrite master
branch images
- Casablanca latest images should be kept as 1.0-SNAPSHOT
Change-Id: I3f556ae86c8b106470426408f198da78a93e40e6
Issue-ID: DCAEGEN2-983
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'hv-collector-xnf-simulator/pom.xml')
-rw-r--r-- | hv-collector-xnf-simulator/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hv-collector-xnf-simulator/pom.xml b/hv-collector-xnf-simulator/pom.xml index b3de6b2d..4bfd5ee7 100644 --- a/hv-collector-xnf-simulator/pom.xml +++ b/hv-collector-xnf-simulator/pom.xml @@ -33,7 +33,7 @@ <parent> <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId> <artifactId>ves-hv-collector</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |