diff options
author | Dan Timoney <dtimoney@att.com> | 2024-10-01 12:37:44 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-10-07 14:29:24 -0400 |
commit | e2583efb02b44664efb7b0f65b2e12f67c650517 (patch) | |
tree | ef1639e1519dbc761c6aa3251ec0ea9aef7f0608 /sdnr/wt-odlux/pom.xml | |
parent | 10bcf61052635256fc88f51d8c37c8545f4012d5 (diff) |
Update major versions
Update major version to reflect breaking change (Biermann API removal)
in release
Issue-ID: CCSDK-4056
Change-Id: I48ed0ab04100d64eed7b8c21be4a0e4845b34a8e
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sdnr/wt-odlux/pom.xml')
-rw-r--r-- | sdnr/wt-odlux/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sdnr/wt-odlux/pom.xml b/sdnr/wt-odlux/pom.xml index 24b556ba0..b0735bf78 100644 --- a/sdnr/wt-odlux/pom.xml +++ b/sdnr/wt-odlux/pom.xml @@ -18,13 +18,12 @@ * limitations under the License. * ============LICENSE_END========================================================= --> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.ccsdk.features.sdnr.odlux</groupId> <artifactId>sdnr-odlux</artifactId> - <version>1.8.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sdnr :: micro-services odlux only</name> |