diff options
author | MichaelMorris <michael.morris@est.tech> | 2021-09-13 22:08:04 +0100 |
---|---|---|
committer | MichaelMorris <michael.morris@est.tech> | 2021-09-13 22:09:36 +0100 |
commit | fb2953a03936099f4a9c4a6c14020393f4559b6a (patch) | |
tree | 12c3b1cfc67b308a29ee3a206897003c537584a6 /utils/webseal-simulator | |
parent | a6fd5e3c0145b6d7fe3d9e77dd2a3d8ba98774b4 (diff) |
Update SDC version to 1.9.1-SNAPSHOT1.9.1
Update version for M4 for I release
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-3694
Change-Id: Ib7ea2917e57496ebd89a27693de60d4ea1aedc70
Diffstat (limited to 'utils/webseal-simulator')
-rw-r--r-- | utils/webseal-simulator/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index 5e35074224..bf34350793 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>sdc-main</artifactId> - <version>1.9.0-SNAPSHOT</version> + <version>1.9.1-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> |