diff options
author | Dan Timoney <dtimoney@att.com> | 2020-08-21 14:05:59 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-08-21 14:05:59 -0400 |
commit | 3fb66d237edb2b4ab5a91693ae2a04e0503f3f5a (patch) | |
tree | 38babc9e4ed5cdb7a6b8fe61ea6eb4ae87d35798 /properties-node | |
parent | 5e71bd18e508ebdb4dbe3458ff13bdf26af16627 (diff) |
Roll to next parent snapshot
Update parent to next snapshot version
Change-Id: I09e961f337a208cf7d282c6f65ea8509438a6823
Issue-ID: CCSDK-2635
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'properties-node')
-rwxr-xr-x | properties-node/installer/pom.xml | 2 | ||||
-rwxr-xr-x | properties-node/pom.xml | 2 | ||||
-rwxr-xr-x | properties-node/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/properties-node/installer/pom.xml b/properties-node/installer/pom.xml index 9e017cda..e023d484 100755 --- a/properties-node/installer/pom.xml +++ b/properties-node/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/properties-node/pom.xml b/properties-node/pom.xml index a3518bca..ec15362c 100755 --- a/properties-node/pom.xml +++ b/properties-node/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/properties-node/provider/pom.xml b/properties-node/provider/pom.xml index d19ad687..773a4d55 100755 --- a/properties-node/provider/pom.xml +++ b/properties-node/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |