diff options
author | Dan Timoney <dtimoney@att.com> | 2024-08-07 17:10:10 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-08-07 17:10:10 -0400 |
commit | 535251836360e89cc4611b0c96e247d70109f4fb (patch) | |
tree | 1e209c90d966bdadb84928cbfb9dc54528df75eb /pom.xml | |
parent | 168c8a13e0780dcad5eaed720a5700d9e343dacc (diff) |
Update version for Oslo release
Update version in master branch for Oslo release
Issue-ID: CCSDK-4043
Change-Id: I792a395671d4c4d62fc5bda9f99873158a17621f
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>oparent</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution</name> |