diff options
author | Dan Timoney <dtimoney@att.com> | 2024-10-01 12:31:50 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-10-01 12:31:50 -0400 |
commit | f14dd8f6652f6d28b9478289f0010d0f81c7938c (patch) | |
tree | e61068a626047af3ff158d33b6e15988cf89b1cc /ansible-server/pom.xml | |
parent | be4912b4f65a5f701979077d98841e9f4e2bbca3 (diff) |
Update major versions2.0.0
Update major version to reflect breaking change (Biermann API removal)
in release
Issue-ID: CCSDK-4056
Change-Id: Ia25b6dd5249b2aa02db6808cb754874ba5354d86
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ansible-server/pom.xml')
-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 4b2a38b3..97002c25 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.7.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>ansible-server</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: ${project.artifactId}</name> |