diff options
author | Dan Timoney <dtimoney@att.com> | 2021-04-06 12:49:39 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-04-06 12:49:39 -0400 |
commit | 8ed4232fe625ec2430d91f35760220310f107a0c (patch) | |
tree | 6d5f5218f1fa4d426d25121ba6b0dff7d18a354e /sdnr/wt/data-provider | |
parent | fc5fda68097d40f809f50e3ec6ec831c97188e57 (diff) |
Release version 1.1.3 and roll version
Release version 1.1.3 (license fix) and roll to next snapshot version
Issue-ID: SDNC-1503
Issue-ID: CCSDK-3216
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I524910a2256a2ec3460dda6c61e86d8852ab883d
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 cae329b27..e8648f663 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.1.3-SNAPSHOT</version> + <version>1.1.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 06a4e25c3..50051d496 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.1.3-SNAPSHOT</version> + <version>1.1.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 da1a2618e..b870ab052 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.1.3-SNAPSHOT</version> + <version>1.1.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 3e83d9547..c2b1b262c 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.1.3-SNAPSHOT</version> + <version>1.1.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 bf67928ff..3bda90d2e 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.1.3-SNAPSHOT</version> + <version>1.1.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 f2fa139ef..1b2f9b9d1 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.1.3-SNAPSHOT</version> + <version>1.1.4-SNAPSHOT</version> <packaging>jar</packaging> <name>ccsdk-features :: ${project.artifactId}</name> |