diff options
author | Bharath Balasubramanian <bharathb@research.att.com> | 2018-04-28 01:39:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-28 01:39:26 +0000 |
commit | 7839b011d82cfce4f64ff615a98b14fbf8de6271 (patch) | |
tree | b69857f8f852b99e216b87c3c9af9940886c6bee | |
parent | 193f937a5df3cbe476428e25601d47496b629820 (diff) | |
parent | dd9526d689dc2a2c492976ec685288ce83f24bf5 (diff) |
Merge "Change Version Number of Cassandra"
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |