diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2022-04-25 10:33:32 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2022-04-25 17:16:39 +0000 |
commit | 9718823901f4fe65134232905d8663478a8fe7a0 (patch) | |
tree | 0d9dc974aa918c5438753de35bc6fe45eb11d27f /plugins/properties-node | |
parent | 03617d46af4bf9cad5593f75f627ae83822fea1e (diff) |
Release version 1.4.1jakarta
Releasing sli 1.4.1 for jakarta release and moving poms to next snapshot.
Issue-ID: CCSDK-3633
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ia1338a33968c0d29ea7c5eacb4823bdfd1a0821e
Diffstat (limited to 'plugins/properties-node')
-rwxr-xr-x | plugins/properties-node/installer/pom.xml | 2 | ||||
-rwxr-xr-x | plugins/properties-node/pom.xml | 2 | ||||
-rwxr-xr-x | plugins/properties-node/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/properties-node/installer/pom.xml b/plugins/properties-node/installer/pom.xml index d5cdc835b..48c0b37dc 100755 --- a/plugins/properties-node/installer/pom.xml +++ b/plugins/properties-node/installer/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>properties-node-installer</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-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 0502ddfb6..162de1f85 100755 --- a/plugins/properties-node/pom.xml +++ b/plugins/properties-node/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>properties-node</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-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 f2ad6449d..6044398d8 100755 --- a/plugins/properties-node/provider/pom.xml +++ b/plugins/properties-node/provider/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>properties-node-provider</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-plugins :: ${project.artifactId}</name> |