aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2022-10-04 16:07:19 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2022-10-04 16:07:19 -0400
commit4805631816cbb73192603bb5a1d0ffe5d71c8e30 (patch)
tree400d28e02b2898f11769f7c9a7cd39e046c5665f /pom.xml
parent517ea8e21d95167c85262b40c1e7d90c93310356 (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 07132f7cb..103e1bcc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>