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/message-router/consumer/provider/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/message-router/consumer/provider/pom.xml')
-rwxr-xr-x | adaptors/message-router/consumer/provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adaptors/message-router/consumer/provider/pom.xml b/adaptors/message-router/consumer/provider/pom.xml index 616c848d9..4698b12b9 100755 --- a/adaptors/message-router/consumer/provider/pom.xml +++ b/adaptors/message-router/consumer/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>consumer.aggregate</artifactId> - <version>1.9.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <artifactId>consumer.provider</artifactId> |