diff options
author | Dan Timoney <dtimoney@att.com> | 2024-12-17 09:37:49 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-12-17 09:37:49 -0500 |
commit | b44fda41e79eb95995ea60c246d7ab7004a2d34c (patch) | |
tree | 990d6c171320f44a212b58d7382c56f81e195677 /plugins/template-node/installer | |
parent | e5219d4807c8d52edcd3c7a323134157826ea2c1 (diff) |
Update versions for Paris release
Issue-ID: CCSDK-4069
Change-Id: I73ce6716e297ddc2bf906b21eabc1a1476659643
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'plugins/template-node/installer')
-rw-r--r-- | plugins/template-node/installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/template-node/installer/pom.xml b/plugins/template-node/installer/pom.xml index 60811a785..e1b8958fa 100644 --- a/plugins/template-node/installer/pom.xml +++ b/plugins/template-node/installer/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>3.0.1</version> + <version>3.1.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>template-node-installer</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-plugins :: ${project.artifactId}</name> |