diff options
author | david.mcweeney <david.mcweeney@est.tech> | 2022-11-15 10:27:21 +0000 |
---|---|---|
committer | Liam Fallon <liam.fallon@est.tech> | 2022-11-16 21:21:56 +0000 |
commit | 664c0b827ada2cb7eb399a62a1eba39606ddd9db (patch) | |
tree | d9bdfe552b9af9c8d261f885b5888931b70d111a /integration | |
parent | 0659d1742f78a72aeb8bad7849e0a922ef81815e (diff) |
Change version of SDC-distribution-client to 2.0.0
Signed-off-by: david.mcweeney <david.mcweeney@est.tech>
Issue-ID: DMAAP-1790
Change-Id: Icf7ff4c50178506980c06f495082a323b6b4794d
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 2b651ae5..d110aac4 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -687,7 +687,7 @@ <dependency> <groupId>org.onap.sdc.sdc-distribution-client</groupId> <artifactId>sdc-distribution-client</artifactId> - <version>1.4.1</version> + <version>2.0.0</version> </dependency> <dependency> |