From 03f659b79be3e028c65d0c0c1601a3c827d7916b Mon Sep 17 00:00:00 2001 From: Derek Smart Date: Wed, 12 May 2021 10:46:53 -0400 Subject: [PATCH 1/2] delete travis Signed-off-by: Derek Smart --- .travis.yml.old | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .travis.yml.old diff --git a/.travis.yml.old b/.travis.yml.old deleted file mode 100644 index 9c8e7448..00000000 --- a/.travis.yml.old +++ /dev/null @@ -1,11 +0,0 @@ -language: java -jdk: openjdk8 - -services: - - docker - -before_script: - - docker network create mycassandranetwork - - docker run -p 9042:9042 --rm --name mycassandra --network mycassandranetwork -d cassandra - - sleep 30 - - docker run -it --network mycassandranetwork --rm -v $(pwd):/tmp cassandra cqlsh -f /tmp/test.cql mycassandra \ No newline at end of file From 2abf56e0cb975e0ebe7e7c1f35d65d28ac33a180 Mon Sep 17 00:00:00 2001 From: Derek Smart Date: Wed, 12 May 2021 10:47:55 -0400 Subject: [PATCH 2/2] bump liquibase core Signed-off-by: Derek Smart --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 071c6576..a3b8b74d 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ org.liquibase liquibase-core - 4.3.4 + 4.3.5 junit