diff options
author | MichaelMorris <michael.morris@est.tech> | 2021-09-29 17:47:36 +0100 |
---|---|---|
committer | Andr� Schmid <andre.schmid@est.tech> | 2021-09-30 08:25:05 +0000 |
commit | bd9d13fd3a39641ebf537b4cc794dd6c92034e79 (patch) | |
tree | 2d4ea3438fa0317b62680c44f0fff27228a99aeb /openecomp-be/tools | |
parent | dca32be1f8b7ce764132fbf320a1bb18a1fefd24 (diff) |
Updated SDC version to 1.9.3-SNAPSHOT1.9.3
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-3694
Change-Id: I1d5b0c39580a3a39092441facf77f9d33f9363f2
Diffstat (limited to 'openecomp-be/tools')
-rw-r--r-- | openecomp-be/tools/swagger-ui/pom.xml | 2 | ||||
-rw-r--r-- | openecomp-be/tools/zusammen-tools/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openecomp-be/tools/swagger-ui/pom.xml b/openecomp-be/tools/swagger-ui/pom.xml index b18c0ca67f..439f9ba491 100644 --- a/openecomp-be/tools/swagger-ui/pom.xml +++ b/openecomp-be/tools/swagger-ui/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <dependencies> diff --git a/openecomp-be/tools/zusammen-tools/pom.xml b/openecomp-be/tools/zusammen-tools/pom.xml index 329e316bfa..0914aa37b4 100644 --- a/openecomp-be/tools/zusammen-tools/pom.xml +++ b/openecomp-be/tools/zusammen-tools/pom.xml @@ -27,7 +27,7 @@ <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-lib</artifactId> <relativePath>../../lib</relativePath> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.3-SNAPSHOT</version> </parent> <properties> |