aboutsummaryrefslogtreecommitdiffstats
path: root/services/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2024-06-19 09:29:19 -0400
committerDan Timoney <dtimoney@att.com>2024-06-21 13:04:07 -0400
commitedf35cc14cbfed4904ed2d85520eb5144e3c1d4c (patch)
treecec13dc4390b12d2903190d445ecfc51055469d2 /services/pom.xml
parentc13e4709c7c8d0ec4f2731f8af2c13fb7e4b982c (diff)
Resolve build failure
Update dependency to use released version rather than snapshot Issue-ID: CCSDK-4018 Change-Id: Ibaf9d855621069ec0e5db2cdfad21704561317b6 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'services/pom.xml')
-rw-r--r--services/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/pom.xml b/services/pom.xml
index 9665b22f..af1377fe 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.onap.ccsdk.apps</groupId>
<artifactId>ccsdk-apps</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.ccsdk.apps</groupId>
<artifactId>services</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ccsdk-apps :: services :: ${project.artifactId}</name>