diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2022-10-04 16:07:19 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2022-10-04 16:07:19 -0400 |
commit | 4805631816cbb73192603bb5a1d0ffe5d71c8e30 (patch) | |
tree | 400d28e02b2898f11769f7c9a7cd39e046c5665f /pom.xml | |
parent | 517ea8e21d95167c85262b40c1e7d90c93310356 (diff) |
Fix compile error due to expired sli snapshot
Update sli version to released version 1.5.1 to resolve compile
errors due to expired sli snapshot version
Issue-ID: CCSDK-3754
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Change-Id: I3de2eb7d5b087197ae114d19d1cd23ab92e58270
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ limitations under the License. <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> - <ccsdk.sli.version>1.5.0-SNAPSHOT</ccsdk.sli.version> + <ccsdk.sli.version>1.5.1</ccsdk.sli.version> <ccsdk.cds.version>${project.version}</ccsdk.cds.version> </properties> |