diff options
author | MichaelMorris <michael.morris@est.tech> | 2022-02-02 13:19:27 +0000 |
---|---|---|
committer | Andr� Schmid <andre.schmid@est.tech> | 2022-02-02 15:05:38 +0000 |
commit | f50b050c7ddc074f5f11ceff075c661c7e58fd0d (patch) | |
tree | 22126892f10652322f80faf0da4a05f6ad6aae74 /openecomp-be/dist | |
parent | c69801e7a744c6b10b0594e87e6be154f4b7da43 (diff) |
Step version to 1.10.1-SNAPSHOT
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-3868
Change-Id: Ie6509f8b0d2fa0e67a78295d3b49689bc2931b8b
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 20d60ed6ad..45e5deba2c 100644 --- a/openecomp-be/dist/pom.xml +++ b/openecomp-be/dist/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc</artifactId> - <version>1.10.0-SNAPSHOT</version> + <version>1.10.1-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 ddf1f9f598..3fbf3a9ac5 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.10.0-SNAPSHOT</version> + <version>1.10.1-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 5f8d4acc4c..a6121db3aa 100644 --- a/openecomp-be/dist/sdc-onboard-db-init-docker/pom.xml +++ b/openecomp-be/dist/sdc-onboard-db-init-docker/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-docker-dist</artifactId> - <version>1.10.0-SNAPSHOT</version> + <version>1.10.1-SNAPSHOT</version> </parent> |