diff options
author | Dan Timoney <dtimoney@att.com> | 2024-08-08 16:11:30 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-09-12 11:00:50 -0400 |
commit | b5f85fe3ebc7734073069c088024f0247c707a9f (patch) | |
tree | e832942322ef3c3c3e1e9aa4dcf06739d3326f53 /pom.xml | |
parent | 70c429d4d3fda6b7f0671221c743fd6ae91fa7c0 (diff) |
Updates for OpenDaylight Potassium release
Update parent pom versions to versions for OpenDaylight Potassium
Issue-ID: CCSDK-4043
Change-Id: I78b5712265bf29774f6e9cd26f160ec035ba1c21
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,13 +20,14 @@ ~ ============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> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.6.1</version> + <version>2.8.0-SNAPSHOT</version> <relativePath/> </parent> |