diff options
author | Michal Kabaj <michal.kabaj@nokia.com> | 2018-06-29 13:09:33 +0200 |
---|---|---|
committer | Michal Kabaj <michal.kabaj@nokia.com> | 2018-06-29 13:09:33 +0200 |
commit | 68e1a2736a8af537c2b2fcaf70fce0c20c16b019 (patch) | |
tree | 9bcbed966c8e6a930817a98ae22949f6b7533a00 /common/pom.xml | |
parent | 35c09da5fd1d9c1a128560b2b2e45ff58a06276b (diff) |
Fix build issue due to missing appc client libs
Changed versions from 1.3.0-SNAPSHOT to 1.3.0 for appc maven artifacts:
client-lib
client-kit
Change-Id: Ie4d98b400c7557655c74c3225b089c2ccc54b0cb
Issue-ID: SO-682
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/pom.xml b/common/pom.xml index aa3b09597a..86b9f36e50 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -123,12 +123,12 @@ <dependency> <groupId>org.onap.appc.client</groupId> <artifactId>client-kit</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </dependency> <dependency> <groupId>org.onap.appc.client</groupId> <artifactId>client-lib</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </dependency> <dependency> <groupId>org.springframework</groupId> |