diff options
author | MichaelMorris <michael.morris@est.tech> | 2023-09-20 10:08:49 +0100 |
---|---|---|
committer | MichaelMorris <michael.morris@est.tech> | 2023-09-22 14:03:12 +0100 |
commit | 84d1ddc355acf519c165551d759bc00af12084c9 (patch) | |
tree | 00303db4982ba2ea3a5ed7d0f50ef1bf0c7b072e /openecomp-be/tools | |
parent | db333a620e4b8dec6c58009162561b32c83d6bd9 (diff) |
Update version to 1.13.5
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4631
Change-Id: Ib1c16010517843e5b46cb96a0a77631b615952b5
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 d979a8d821..f85005361b 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.13.4-SNAPSHOT</version> + <version>1.13.5-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 5b082f56bd..d04dfc755a 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.13.4-SNAPSHOT</version> + <version>1.13.5-SNAPSHOT</version> </parent> <properties> |