diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-12 12:44:44 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-12 12:45:13 -0500 |
commit | f86f57f0d5b2a7e73efe8663ce21c02e7240db2e (patch) | |
tree | 950b1331aae939ef842980af3f1803c49ffabd06 /sdnr/wt/data-provider | |
parent | 96454cb7015a683e98839a4182c7d2aa4986f0ae (diff) |
Release version 1.0.3 of ccsdk/features
Release version 1.0.3 of ccsdk/features
Issue-ID: CCSDK-2979
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ibaa0d6dd8608e42ef0fca0f54e895fce207e6e31
Diffstat (limited to 'sdnr/wt/data-provider')
-rw-r--r-- | sdnr/wt/data-provider/feature/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/wt/data-provider/installer/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/data-provider/model/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/wt/data-provider/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/data-provider/provider/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/data-provider/setup/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sdnr/wt/data-provider/feature/pom.xml b/sdnr/wt/data-provider/feature/pom.xml index deca34773..658de6d8f 100644 --- a/sdnr/wt/data-provider/feature/pom.xml +++ b/sdnr/wt/data-provider/feature/pom.xml @@ -35,7 +35,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-data-provider-feature</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-features :: ${project.artifactId}</name> diff --git a/sdnr/wt/data-provider/installer/pom.xml b/sdnr/wt/data-provider/installer/pom.xml index e4aa2610d..9be82441f 100755 --- a/sdnr/wt/data-provider/installer/pom.xml +++ b/sdnr/wt/data-provider/installer/pom.xml @@ -35,7 +35,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-data-provider-installer</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-features :: ${project.artifactId}</name> diff --git a/sdnr/wt/data-provider/model/pom.xml b/sdnr/wt/data-provider/model/pom.xml index d06d95ede..261403616 100644 --- a/sdnr/wt/data-provider/model/pom.xml +++ b/sdnr/wt/data-provider/model/pom.xml @@ -35,7 +35,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-data-provider-model</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-features :: ${project.artifactId}</name> diff --git a/sdnr/wt/data-provider/pom.xml b/sdnr/wt/data-provider/pom.xml index 692a37e3e..d286148bb 100755 --- a/sdnr/wt/data-provider/pom.xml +++ b/sdnr/wt/data-provider/pom.xml @@ -35,7 +35,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-data-provider-top</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-features :: ${project.artifactId}</name> diff --git a/sdnr/wt/data-provider/provider/pom.xml b/sdnr/wt/data-provider/provider/pom.xml index 6790bd5a9..06edae22a 100644 --- a/sdnr/wt/data-provider/provider/pom.xml +++ b/sdnr/wt/data-provider/provider/pom.xml @@ -35,7 +35,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-data-provider-provider</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-features :: ${project.artifactId}</name> diff --git a/sdnr/wt/data-provider/setup/pom.xml b/sdnr/wt/data-provider/setup/pom.xml index 7a2f785ae..c69e7dda0 100644 --- a/sdnr/wt/data-provider/setup/pom.xml +++ b/sdnr/wt/data-provider/setup/pom.xml @@ -35,7 +35,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-data-provider-setup</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <packaging>jar</packaging> <name>ccsdk-features :: ${project.artifactId}</name> |