diff options
author | Dan Timoney <dtimoney@att.com> | 2021-09-16 10:58:44 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-09-16 10:58:44 -0400 |
commit | 4921dbf41af1a51b306f2a52b155fa06ae2b9b42 (patch) | |
tree | 6021ac81fba54ca85a212d966246870adf347355 /ms/command-executor | |
parent | e1ede78a57a197020a342387a53a04050e287534 (diff) |
Release version 1.2.0 maven artifacts
Release version 1.2.0 maven artifacts for CDS and roll version
Issue-ID: CCSDK-3444
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I3e5beebd0e2aedb7d6f69ad854af879c20308c17
Diffstat (limited to 'ms/command-executor')
-rwxr-xr-x | ms/command-executor/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/command-executor/pom.xml b/ms/command-executor/pom.xml index 82998aa39..872aae641 100755 --- a/ms/command-executor/pom.xml +++ b/ms/command-executor/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-ms</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |