From 118bb534d520f717abc5e89fa0787cd0b76cb122 Mon Sep 17 00:00:00 2001 From: Ralph Soika Date: Sun, 6 Nov 2022 01:03:24 +0100 Subject: [PATCH] started version 2.3 added new DataStax Driver Issue #164 --- imixs-archive-api/pom.xml | 2 +- imixs-archive-documents/pom.xml | 2 +- imixs-archive-importer/pom.xml | 2 +- imixs-archive-service/pom.xml | 5 +++-- pom.xml | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/imixs-archive-api/pom.xml b/imixs-archive-api/pom.xml index e488152..3b1dace 100644 --- a/imixs-archive-api/pom.xml +++ b/imixs-archive-api/pom.xml @@ -3,7 +3,7 @@ org.imixs.workflow imixs-archive - 2.2.15-SNAPSHOT + 2.3.0-SNAPSHOT imixs-archive-api Imixs-Archive API diff --git a/imixs-archive-documents/pom.xml b/imixs-archive-documents/pom.xml index 0709b71..60f5048 100644 --- a/imixs-archive-documents/pom.xml +++ b/imixs-archive-documents/pom.xml @@ -3,7 +3,7 @@ org.imixs.workflow imixs-archive - 2.2.15-SNAPSHOT + 2.3.0-SNAPSHOT imixs-archive-documents diff --git a/imixs-archive-importer/pom.xml b/imixs-archive-importer/pom.xml index 4191ad5..14e69f9 100644 --- a/imixs-archive-importer/pom.xml +++ b/imixs-archive-importer/pom.xml @@ -3,7 +3,7 @@ org.imixs.workflow imixs-archive - 2.2.15-SNAPSHOT + 2.3.0-SNAPSHOT imixs-archive-importer diff --git a/imixs-archive-service/pom.xml b/imixs-archive-service/pom.xml index b770876..e5db5b4 100644 --- a/imixs-archive-service/pom.xml +++ b/imixs-archive-service/pom.xml @@ -3,7 +3,7 @@ org.imixs.workflow imixs-archive - 2.2.15-SNAPSHOT + 2.3.0-SNAPSHOT imixs-archive-service Imixs-Archive Service @@ -306,7 +306,8 @@ com.datastax.cassandra cassandra-driver-core - 3.9.0 + + 3.11.3 compile diff --git a/pom.xml b/pom.xml index f461ef9..5b90557 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ imixs-archive pom Imixs-Archive - 2.2.15-SNAPSHOT + 2.3.0-SNAPSHOT imixs-archive-api