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 /ansible-server | |
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 'ansible-server')
-rw-r--r-- | ansible-server/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 2def3872..fcc4ceda 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>ansible-server</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: ${project.artifactId}</name> |