diff options
author | Michael DÜrre <michael.duerre@highstreet-technologies.com> | 2020-12-15 11:41:22 +0100 |
---|---|---|
committer | Michael DÜrre <michael.duerre@highstreet-technologies.com> | 2020-12-15 11:41:37 +0100 |
commit | 8a8d9a75d855f73214b4e87d4b28b98aa03590ae (patch) | |
tree | cfc364c7809d1de4fc27b2ee79d773c5b9b8d7c4 /platform-logic/setup | |
parent | bc1bd4fa36e505263dcd3cd62c3a8e26dcd60743 (diff) |
fixed property version for platform logic installer
fixed property
Issue-ID: SDNC-1438
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Change-Id: I1806a83fa7e1cb2538d7e39e134cf0aa3f8499e9
Former-commit-id: 447d879a19e10f695245092a5c900123c372525c
Diffstat (limited to 'platform-logic/setup')
-rw-r--r-- | platform-logic/setup/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform-logic/setup/pom.xml b/platform-logic/setup/pom.xml index 43f8ca6e..f6a9929d 100644 --- a/platform-logic/setup/pom.xml +++ b/platform-logic/setup/pom.xml @@ -17,7 +17,7 @@ <description>Copies base ONAP platform-logic</description> <properties> - <ccsdk.distribution.version>1.1.0-SNAPSHOT</ccsdk.distribution.version> + <ccsdk.distribution.version>1.1.1-SNAPSHOT</ccsdk.distribution.version> </properties> <build> |