diff options
author | 2021-12-07 16:55:52 -0500 | |
---|---|---|
committer | 2021-12-07 16:55:52 -0500 | |
commit | 4bd26f61d7684fe30f7aa86643c4cff3d241287d (patch) | |
tree | 673f2887fd1560e2cd43d7e1aa14f049f52bcec9 /ansible-server | |
parent | d6260dd2e046b08b8b3e3cf26d08a68cc1f67f27 (diff) |
Release version 1.2.4 istanbul/silicon SR2 maven artifacts
Release version 1.2.4 maven artifacts and roll to next snapshot
Issue-ID: CCSDK-3514
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I87d6cf7e75df5ea617a76d417f89302ecff3f54e
Diffstat (limited to 'ansible-server')
-rw-r--r-- | ansible-server/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index db8f26e0..fee4054f 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.2.4-SNAPSHOT</version> + <version>1.2.5-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>ansible-server</artifactId> - <version>1.2.4-SNAPSHOT</version> + <version>1.2.5-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: ${project.artifactId}</name> |