aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>2018-04-27 21:25:26 -0400
committerThomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>2018-04-27 21:25:26 -0400
commitdd9526d689dc2a2c492976ec685288ce83f24bf5 (patch)
tree3942c78468fa6b541c6c1e7fe3e835c20cfaaad9
parent6a0328891c81d076885bc328b6c8baefacd44639 (diff)
Change Version Number of Cassandra
Change-Id: I567086c33d1518bde6847effb069bb149db46c48 Issue-ID: MUSIC-74 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
-rwxr-xr-xpom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 76505ad5..bd8e40f0 100755
--- a/pom.xml
+++ b/pom.xml
@@ -389,8 +389,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>