From a9efc16e26cd57d69bb2dc691cec01ec842930cc Mon Sep 17 00:00:00 2001 From: "Thomas Nelson Jr (arthurdent3) tn1381@att.com" Date: Mon, 17 Sep 2018 22:35:25 -0400 Subject: Update distribution files to support helm charts Helm Charts require new Docker images. Refined Cassandra and Cassandra cql loader. Change-Id: Ie7726025afd63e256a43aef9f39d53c32c90c77b Issue-ID: MUSIC-99 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com --- pom.xml | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 5f686d21..d370856d 100755 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - + ============LICENSE_END============================================= ==================================================================== --> @@ -25,12 +25,12 @@ org.onap.music MUSIC war - 3.0.15-SNAPSHOT + 3.0.19-SNAPSHOT This is the MUSIC REST interface, packaged as a war file. - + org.onap.oparent oparent 1.2.0 @@ -42,7 +42,7 @@ 1.19 2.25.1 2.0.1 - 3.4.0 + 3.6.0 3.4.11 UTF-8 @@ -219,7 +219,6 @@ 1.0.1-oss - com.datastax.cassandra @@ -227,7 +226,6 @@ ${cassandra.version} - org.apache.zookeeper @@ -241,7 +239,6 @@ - com.sun.jersey @@ -335,7 +332,6 @@ com.google.guava guava - org.mindrot @@ -402,17 +398,30 @@ - onap/music/cassandra_music - docker_cassandra + onap/music/cassandra_3_11 + docker_cassandra_sec true - 3.0-${timestamp} - 3.0-latest + ${docker.tag} + ${docker.latest.tag} ${project.basedir}/distribution/cassandra + + + onap/music/cassandra_job + docker_cassandra_job + + true + + ${docker.tag} + ${docker.latest.tag} + + ${project.basedir}/distribution/cassandra_job + +