diff options
author | 2024-12-17 09:37:49 -0500 | |
---|---|---|
committer | 2024-12-17 09:37:49 -0500 | |
commit | b44fda41e79eb95995ea60c246d7ab7004a2d34c (patch) | |
tree | 990d6c171320f44a212b58d7382c56f81e195677 /plugins/properties-node | |
parent | e5219d4807c8d52edcd3c7a323134157826ea2c1 (diff) |
Update versions for Paris release
Update versions for Paris release
Issue-ID: CCSDK-4069
Change-Id: I73ce6716e297ddc2bf906b21eabc1a1476659643
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'plugins/properties-node')
-rwxr-xr-x | plugins/properties-node/installer/pom.xml | 4 | ||||
-rwxr-xr-x | plugins/properties-node/pom.xml | 4 | ||||
-rwxr-xr-x | plugins/properties-node/provider/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/plugins/properties-node/installer/pom.xml b/plugins/properties-node/installer/pom.xml index 87dab3685..c0fba5c4a 100755 --- a/plugins/properties-node/installer/pom.xml +++ b/plugins/properties-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>properties-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> diff --git a/plugins/properties-node/pom.xml b/plugins/properties-node/pom.xml index 2601dafaa..0409cd7c2 100755 --- a/plugins/properties-node/pom.xml +++ b/plugins/properties-node/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>properties-node</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-plugins :: ${project.artifactId}</name> diff --git a/plugins/properties-node/provider/pom.xml b/plugins/properties-node/provider/pom.xml index 83caec130..c22d57cbb 100755 --- a/plugins/properties-node/provider/pom.xml +++ b/plugins/properties-node/provider/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>3.0.1</version> + <version>3.1.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>properties-node-provider</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-plugins :: ${project.artifactId}</name> |