aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBharath Balasubramanian <bharathb@research.att.com>2018-04-28 01:39:26 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-28 01:39:26 +0000
commit7839b011d82cfce4f64ff615a98b14fbf8de6271 (patch)
treeb69857f8f852b99e216b87c3c9af9940886c6bee
parent193f937a5df3cbe476428e25601d47496b629820 (diff)
parentdd9526d689dc2a2c492976ec685288ce83f24bf5 (diff)
Merge "Change Version Number of Cassandra"
-rwxr-xr-xpom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7538738d..38d94965 100755
--- a/pom.xml
+++ b/pom.xml
@@ -396,8 +396,8 @@
<build>
<cleanup>true</cleanup>
<tags>
- <tag>3.0-${timestamp}</tag>
- <tag>3.0-latest</tag>
+ <tag>3.0.0-${timestamp}</tag>
+ <tag>3.0.0-latest</tag>
</tags>
<dockerFileDir>${project.basedir}/distribution/cassandra</dockerFileDir>
</build>