diff options
author | Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com> | 2018-04-27 21:25:26 -0400 |
---|---|---|
committer | Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com> | 2018-04-27 21:25:26 -0400 |
commit | dd9526d689dc2a2c492976ec685288ce83f24bf5 (patch) | |
tree | 3942c78468fa6b541c6c1e7fe3e835c20cfaaad9 | |
parent | 6a0328891c81d076885bc328b6c8baefacd44639 (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-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |