summaryrefslogtreecommitdiffstats
path: root/ansible-server/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-12-07 15:49:58 -0500
committerDan Timoney <dtimoney@att.com>2021-12-07 15:49:58 -0500
commit4aec056abcbae2f2c4612d00b40f1c859a78913e (patch)
tree4adfe07ead5c596f9e3d137cc4efcdd0722ceb17 /ansible-server/pom.xml
parent7ec6b1efaeed1820912aa85d04d58d75c5f96664 (diff)
Fix version numbers1.2.4
Fix version numbers (should be 1.2.4-SNAPSHOT for Istanbul branch) Issue-ID: CCSDK-3514 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iff4020f57c96b12fc60ac5ec52f5bfcfe25b1aca
Diffstat (limited to 'ansible-server/pom.xml')
-rw-r--r--ansible-server/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml
index 8663c1ae..db8f26e0 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.3.1-SNAPSHOT</version>
+ <version>1.2.4-SNAPSHOT</version>
</parent>
<groupId>org.onap.ccsdk.distribution</groupId>
<artifactId>ansible-server</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.2.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ccsdk-distribution :: ${project.artifactId}</name>