diff options
author | Dan Timoney <dtimoney@att.com> | 2024-10-01 12:31:19 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-10-01 12:31:19 -0400 |
commit | 3df9ec3c47637582920fb104ca3f9653f6724d4c (patch) | |
tree | 084f2131cfa5c2e3f1e5d7cf46140ac6b6a1eca7 /adaptors/features/ccsdk-chef-adaptor/pom.xml | |
parent | c41148873b6a85a18ac92de52bf122729516b358 (diff) |
Update major versions
Update major version to reflect breaking change (Biermann API removal)
in release
Issue-ID: CCSDK-4056
Change-Id: I99a005eedfc58227dea6674d530de23b04c17930
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'adaptors/features/ccsdk-chef-adaptor/pom.xml')
-rw-r--r-- | adaptors/features/ccsdk-chef-adaptor/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/adaptors/features/ccsdk-chef-adaptor/pom.xml b/adaptors/features/ccsdk-chef-adaptor/pom.xml index 1d91d4417..d9eb4f75c 100644 --- a/adaptors/features/ccsdk-chef-adaptor/pom.xml +++ b/adaptors/features/ccsdk-chef-adaptor/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.8.0</version> + <version>3.0.0</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>ccsdk-chef-adaptor</artifactId> - <version>1.9.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-adaptors :: features :: ${project.artifactId}</name> |