diff options
author | ChrisC <christophe.closset@intl.att.com> | 2020-10-30 16:44:46 +0100 |
---|---|---|
committer | S�bastien Determe <sebastien.determe@intl.att.com> | 2020-11-05 08:47:15 +0000 |
commit | e407cea93494a9c894e729cb6ccec036a76d4c3d (patch) | |
tree | eea942c422a913abc2af4770a80f9702323d6b7e /openecomp-be/dist | |
parent | 2d3275af25ff103398d8bfb4dcdb4cdd7bc1fa44 (diff) |
Update master to Honolulu
Update pom to 1.8 so that staging images are created for H release
Issue-ID: SDC-3349
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: Ied353406c6ff40a43e7176f0c5b42408d7f4dd56
Diffstat (limited to 'openecomp-be/dist')
-rw-r--r-- | openecomp-be/dist/pom.xml | 2 | ||||
-rw-r--r-- | openecomp-be/dist/sdc-onboard-backend-docker/pom.xml | 2 | ||||
-rw-r--r-- | openecomp-be/dist/sdc-onboard-db-init-docker/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/openecomp-be/dist/pom.xml b/openecomp-be/dist/pom.xml index ee7362c46f..72c0813726 100644 --- a/openecomp-be/dist/pom.xml +++ b/openecomp-be/dist/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </parent> <modules> diff --git a/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml b/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml index 394460e934..f8625d66db 100644 --- a/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml +++ b/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-docker-dist</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </parent> diff --git a/openecomp-be/dist/sdc-onboard-db-init-docker/pom.xml b/openecomp-be/dist/sdc-onboard-db-init-docker/pom.xml index c1f64782b1..3c59ea70e6 100644 --- a/openecomp-be/dist/sdc-onboard-db-init-docker/pom.xml +++ b/openecomp-be/dist/sdc-onboard-db-init-docker/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-docker-dist</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </parent> |