diff options
author | Dan Timoney <dtimoney@att.com> | 2024-06-19 09:29:19 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-06-21 13:04:07 -0400 |
commit | edf35cc14cbfed4904ed2d85520eb5144e3c1d4c (patch) | |
tree | cec13dc4390b12d2903190d445ecfc51055469d2 /cadi/core/pom.xml | |
parent | c13e4709c7c8d0ec4f2731f8af2c13fb7e4b982c (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 'cadi/core/pom.xml')
-rw-r--r-- | cadi/core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cadi/core/pom.xml b/cadi/core/pom.xml index 7ee4c223..84c995a7 100644 --- a/cadi/core/pom.xml +++ b/cadi/core/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps-cadi</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> |