diff options
author | Dan Timoney <dtimoney@att.com> | 2021-09-16 15:58:50 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-09-16 15:58:55 -0400 |
commit | a3e6a159d3df2ac16295a4bd50935160c0f65264 (patch) | |
tree | b482300fb8a75290b12e967a2780cfca36a7fcd2 /sdnr/wt/devicemanager-core | |
parent | 55919d433b93bde5dc6eeb50333ae06d4d8ae9e1 (diff) |
Release version 1.2.3 maven artifacts
Release version 1.2.3 maven artifacts and roll version
Issue-ID: CCSDK-3444
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I935f2e30a979968f0b057cf819673eb86b4716d9
Diffstat (limited to 'sdnr/wt/devicemanager-core')
-rw-r--r-- | sdnr/wt/devicemanager-core/feature/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/wt/devicemanager-core/installer/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/devicemanager-core/model/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/wt/devicemanager-core/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/devicemanager-core/provider/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sdnr/wt/devicemanager-core/feature/pom.xml b/sdnr/wt/devicemanager-core/feature/pom.xml index 2cb710dd9..400be329b 100644 --- a/sdnr/wt/devicemanager-core/feature/pom.xml +++ b/sdnr/wt/devicemanager-core/feature/pom.xml @@ -34,7 +34,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-devicemanager-core-feature</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.4-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-features :: ${project.artifactId}</name> diff --git a/sdnr/wt/devicemanager-core/installer/pom.xml b/sdnr/wt/devicemanager-core/installer/pom.xml index db7ff7261..a9967ba96 100755 --- a/sdnr/wt/devicemanager-core/installer/pom.xml +++ b/sdnr/wt/devicemanager-core/installer/pom.xml @@ -34,7 +34,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-devicemanager-core-installer</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-features :: ${project.artifactId}</name> diff --git a/sdnr/wt/devicemanager-core/model/pom.xml b/sdnr/wt/devicemanager-core/model/pom.xml index 63e6b52d7..7f1897f46 100644 --- a/sdnr/wt/devicemanager-core/model/pom.xml +++ b/sdnr/wt/devicemanager-core/model/pom.xml @@ -34,7 +34,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-devicemanager-core-model</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.4-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-features :: ${project.artifactId}</name> diff --git a/sdnr/wt/devicemanager-core/pom.xml b/sdnr/wt/devicemanager-core/pom.xml index 5bb2ba9df..3c5537bd5 100755 --- a/sdnr/wt/devicemanager-core/pom.xml +++ b/sdnr/wt/devicemanager-core/pom.xml @@ -34,7 +34,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-devicemanager-core-top</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-features :: ${project.artifactId}</name> diff --git a/sdnr/wt/devicemanager-core/provider/pom.xml b/sdnr/wt/devicemanager-core/provider/pom.xml index be82f4bc7..9dd455181 100644 --- a/sdnr/wt/devicemanager-core/provider/pom.xml +++ b/sdnr/wt/devicemanager-core/provider/pom.xml @@ -34,7 +34,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-devicemanager-core-provider</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.4-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-features :: ${project.artifactId}</name> |