From 2994be7b53cb4adeb91aebae3bde2d61e8edb05b Mon Sep 17 00:00:00 2001 From: Richard Bosch Date: Fri, 28 Jun 2024 13:23:27 +0200 Subject: [PATCH] Release KSML 1.0.0 --- docker-compose.yml | 2 +- examples/run.sh | 2 +- ksml-data-avro/NOTICE.txt | 2 +- ksml-data-avro/pom.xml | 2 +- ksml-data-csv/NOTICE.txt | 2 +- ksml-data-csv/pom.xml | 2 +- ksml-data-soap/NOTICE.txt | 4 ++-- ksml-data-soap/pom.xml | 2 +- ksml-data-xml/NOTICE.txt | 2 +- ksml-data-xml/pom.xml | 2 +- ksml-data/pom.xml | 2 +- ksml-kafka-clients/pom.xml | 2 +- ksml-query/NOTICE.txt | 12 ++++++------ ksml-query/pom.xml | 2 +- ksml-reporting/NOTICE.txt | 18 +++++++++--------- ksml-reporting/pom.xml | 2 +- ksml-runner/NOTICE.txt | 16 ++++++++-------- ksml-runner/pom.xml | 2 +- ksml/NOTICE.txt | 10 +++++----- ksml/pom.xml | 2 +- pom.xml | 2 +- 21 files changed, 46 insertions(+), 46 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f515d9f3..64eac76e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -92,7 +92,7 @@ services: kafka-topics.sh --create --if-not-exists --bootstrap-server broker:9093 --partitions 1 --replication-factor 1 --topic io.ksml.example.processor-ownerCount-changelog'" example-producer: - image: axual/ksml:0.9.1 + image: axual/ksml:latest hostname: kafka-data-generator restart: always networks: diff --git a/examples/run.sh b/examples/run.sh index b09c6dbc..a6f20bde 100755 --- a/examples/run.sh +++ b/examples/run.sh @@ -15,4 +15,4 @@ BASEDIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" # Give kafka-setup some time to create all the topics echo "This script assumes the example docker-compose has started and the local KSML image was created" sleep 2 -docker run --name ksml-example --rm -ti -v "${BASEDIR}":/ksml -w /ksml --network ksml_example axual/ksml:0.9.1 +docker run --name ksml-example --rm -ti -v "${BASEDIR}":/ksml -w /ksml --network ksml_example axual/ksml:latest diff --git a/ksml-data-avro/NOTICE.txt b/ksml-data-avro/NOTICE.txt index 0de8a3f0..5daffb95 100644 --- a/ksml-data-avro/NOTICE.txt +++ b/ksml-data-avro/NOTICE.txt @@ -16,7 +16,7 @@ Lists of 34 third-party dependencies. (Go License) RE2/J (com.google.re2j:re2j:1.6 - http://github.com/google/re2j) (Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/) (Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/) - (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.0 - https://github.com/Axual/ksml/ksml-data) (Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils) (Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer) (Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client) diff --git a/ksml-data-avro/pom.xml b/ksml-data-avro/pom.xml index 4b8e0a55..57adac07 100644 --- a/ksml-data-avro/pom.xml +++ b/ksml-data-avro/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 0.9.2-SNAPSHOT + 1.0.0 4.0.0 diff --git a/ksml-data-csv/NOTICE.txt b/ksml-data-csv/NOTICE.txt index 4389f7ce..122ee83d 100644 --- a/ksml-data-csv/NOTICE.txt +++ b/ksml-data-csv/NOTICE.txt @@ -12,7 +12,7 @@ Lists of 20 third-party dependencies. (Apache License, Version 2.0) Guava: Google Core Libraries for Java (com.google.guava:guava:33.2.0-jre - https://github.com/google/guava) (The Apache Software License, Version 2.0) Guava ListenableFuture only (com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava - https://github.com/google/guava/listenablefuture) (Apache License, Version 2.0) J2ObjC Annotations (com.google.j2objc:j2objc-annotations:3.0.0 - https://github.com/google/j2objc/) - (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.0 - https://github.com/Axual/ksml/ksml-data) (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.6.2 - https://kafka.apache.org) (The MIT License) Checker Qual (org.checkerframework:checker-qual:3.42.0 - https://checkerframework.org/) (The Apache Software License, Version 2.0) LZ4 and xxHash (org.lz4:lz4-java:1.8.0 - https://github.com/lz4/lz4-java) diff --git a/ksml-data-csv/pom.xml b/ksml-data-csv/pom.xml index 06ecf651..d8b3d6d5 100644 --- a/ksml-data-csv/pom.xml +++ b/ksml-data-csv/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 0.9.2-SNAPSHOT + 1.0.0 4.0.0 diff --git a/ksml-data-soap/NOTICE.txt b/ksml-data-soap/NOTICE.txt index 32d36159..980eab17 100644 --- a/ksml-data-soap/NOTICE.txt +++ b/ksml-data-soap/NOTICE.txt @@ -14,8 +14,8 @@ Lists of 30 third-party dependencies. (The Apache Software License, Version 2.0) Guava ListenableFuture only (com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava - https://github.com/google/guava/listenablefuture) (Apache License, Version 2.0) J2ObjC Annotations (com.google.j2objc:j2objc-annotations:3.0.0 - https://github.com/google/j2objc/) (Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:3.0.4 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl) - (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data) - (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.0 - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.0 - https://github.com/Axual/ksml/ksml-data-xml) (EDL 1.0) Jakarta Activation API (jakarta.activation:jakarta.activation-api:2.1.3 - https://github.com/jakartaee/jaf-api) (Eclipse Distribution License - v 1.0) Jakarta SOAP with Attachments API (jakarta.xml.soap:jakarta.xml.soap-api:3.0.2 - https://github.com/jakartaee/saaj-api) (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.6.2 - https://kafka.apache.org) diff --git a/ksml-data-soap/pom.xml b/ksml-data-soap/pom.xml index 13ffa25e..52513aff 100644 --- a/ksml-data-soap/pom.xml +++ b/ksml-data-soap/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 0.9.2-SNAPSHOT + 1.0.0 4.0.0 diff --git a/ksml-data-xml/NOTICE.txt b/ksml-data-xml/NOTICE.txt index 32e970f9..2cadcb9b 100644 --- a/ksml-data-xml/NOTICE.txt +++ b/ksml-data-xml/NOTICE.txt @@ -14,7 +14,7 @@ Lists of 26 third-party dependencies. (The Apache Software License, Version 2.0) Guava ListenableFuture only (com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava - https://github.com/google/guava/listenablefuture) (Apache License, Version 2.0) J2ObjC Annotations (com.google.j2objc:j2objc-annotations:3.0.0 - https://github.com/google/j2objc/) (Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:3.0.4 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl) - (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.0 - https://github.com/Axual/ksml/ksml-data) (Eclipse Distribution License - v 1.0) Jakarta SOAP with Attachments API (jakarta.xml.soap:jakarta.xml.soap-api:3.0.2 - https://github.com/jakartaee/saaj-api) (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.6.2 - https://kafka.apache.org) (The MIT License) Checker Qual (org.checkerframework:checker-qual:3.42.0 - https://checkerframework.org/) diff --git a/ksml-data-xml/pom.xml b/ksml-data-xml/pom.xml index 6c3369a3..4ed9f00b 100644 --- a/ksml-data-xml/pom.xml +++ b/ksml-data-xml/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 0.9.2-SNAPSHOT + 1.0.0 4.0.0 diff --git a/ksml-data/pom.xml b/ksml-data/pom.xml index dc4c41eb..66c840b3 100644 --- a/ksml-data/pom.xml +++ b/ksml-data/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 0.9.2-SNAPSHOT + 1.0.0 4.0.0 diff --git a/ksml-kafka-clients/pom.xml b/ksml-kafka-clients/pom.xml index 0a094563..cb7c1953 100644 --- a/ksml-kafka-clients/pom.xml +++ b/ksml-kafka-clients/pom.xml @@ -7,7 +7,7 @@ io.axual.ksml ksml-parent - 0.9.2-SNAPSHOT + 1.0.0 ksml-kafka-clients diff --git a/ksml-query/NOTICE.txt b/ksml-query/NOTICE.txt index 685d7cda..f8590658 100644 --- a/ksml-query/NOTICE.txt +++ b/ksml-query/NOTICE.txt @@ -22,12 +22,12 @@ Lists of 101 third-party dependencies. (Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:3.0.4 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl) (Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/) (Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/) - (Apache 2.0) KSML (io.axual.ksml:ksml:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml) - (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data) - (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-avro) - (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-csv) - (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-soap) - (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml) + (Apache 2.0) KSML (io.axual.ksml:ksml:1.0.0 - https://github.com/Axual/ksml/ksml) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.0 - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.0 - https://github.com/Axual/ksml/ksml-data-avro) + (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.0 - https://github.com/Axual/ksml/ksml-data-csv) + (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.0 - https://github.com/Axual/ksml/ksml-data-soap) + (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.0 - https://github.com/Axual/ksml/ksml-data-xml) (Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils) (Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer) (Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client) diff --git a/ksml-query/pom.xml b/ksml-query/pom.xml index af16ec35..c5912eb1 100644 --- a/ksml-query/pom.xml +++ b/ksml-query/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 0.9.2-SNAPSHOT + 1.0.0 4.0.0 diff --git a/ksml-reporting/NOTICE.txt b/ksml-reporting/NOTICE.txt index 4186524a..7cc24af8 100644 --- a/ksml-reporting/NOTICE.txt +++ b/ksml-reporting/NOTICE.txt @@ -24,15 +24,15 @@ Lists of 123 third-party dependencies. (Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:3.0.4 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl) (Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/) (Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/) - (Apache 2.0) KSML (io.axual.ksml:ksml:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml) - (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data) - (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-avro) - (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-csv) - (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-soap) - (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml) - (Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-kafka-clients) - (Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-query) - (Apache 2.0) KSML Runner (io.axual.ksml:ksml-runner:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-runner) + (Apache 2.0) KSML (io.axual.ksml:ksml:1.0.0 - https://github.com/Axual/ksml/ksml) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.0 - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.0 - https://github.com/Axual/ksml/ksml-data-avro) + (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.0 - https://github.com/Axual/ksml/ksml-data-csv) + (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.0 - https://github.com/Axual/ksml/ksml-data-soap) + (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.0 - https://github.com/Axual/ksml/ksml-data-xml) + (Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:1.0.0 - https://github.com/Axual/ksml/ksml-kafka-clients) + (Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:1.0.0 - https://github.com/Axual/ksml/ksml-query) + (Apache 2.0) KSML Runner (io.axual.ksml:ksml-runner:1.0.0 - https://github.com/Axual/ksml/ksml-runner) (Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils) (Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer) (Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client) diff --git a/ksml-reporting/pom.xml b/ksml-reporting/pom.xml index e986e6ff..d5ba271e 100644 --- a/ksml-reporting/pom.xml +++ b/ksml-reporting/pom.xml @@ -5,7 +5,7 @@ ksml-parent io.axual.ksml - 0.9.2-SNAPSHOT + 1.0.0 4.0.0 diff --git a/ksml-runner/NOTICE.txt b/ksml-runner/NOTICE.txt index aa92f776..2a5bac4e 100644 --- a/ksml-runner/NOTICE.txt +++ b/ksml-runner/NOTICE.txt @@ -24,14 +24,14 @@ Lists of 123 third-party dependencies. (Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:3.0.4 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl) (Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/) (Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/) - (Apache 2.0) KSML (io.axual.ksml:ksml:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml) - (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data) - (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-avro) - (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-csv) - (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-soap) - (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml) - (Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-kafka-clients) - (Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-query) + (Apache 2.0) KSML (io.axual.ksml:ksml:1.0.0 - https://github.com/Axual/ksml/ksml) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.0 - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.0 - https://github.com/Axual/ksml/ksml-data-avro) + (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.0 - https://github.com/Axual/ksml/ksml-data-csv) + (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.0 - https://github.com/Axual/ksml/ksml-data-soap) + (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.0 - https://github.com/Axual/ksml/ksml-data-xml) + (Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:1.0.0 - https://github.com/Axual/ksml/ksml-kafka-clients) + (Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:1.0.0 - https://github.com/Axual/ksml/ksml-query) (Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils) (Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer) (Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client) diff --git a/ksml-runner/pom.xml b/ksml-runner/pom.xml index f422b807..8a926b42 100644 --- a/ksml-runner/pom.xml +++ b/ksml-runner/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 0.9.2-SNAPSHOT + 1.0.0 4.0.0 diff --git a/ksml/NOTICE.txt b/ksml/NOTICE.txt index b7675010..777b57d2 100644 --- a/ksml/NOTICE.txt +++ b/ksml/NOTICE.txt @@ -19,11 +19,11 @@ Lists of 72 third-party dependencies. (Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:3.0.4 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl) (Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/) (Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/) - (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data) - (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-avro) - (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-csv) - (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-soap) - (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:0.9.2-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.0 - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.0 - https://github.com/Axual/ksml/ksml-data-avro) + (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.0 - https://github.com/Axual/ksml/ksml-data-csv) + (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.0 - https://github.com/Axual/ksml/ksml-data-soap) + (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.0 - https://github.com/Axual/ksml/ksml-data-xml) (Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils) (Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer) (Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client) diff --git a/ksml/pom.xml b/ksml/pom.xml index d61278b1..7a261d0e 100644 --- a/ksml/pom.xml +++ b/ksml/pom.xml @@ -7,7 +7,7 @@ io.axual.ksml ksml-parent - 0.9.2-SNAPSHOT + 1.0.0 ksml diff --git a/pom.xml b/pom.xml index 16e98925..80eb5b47 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.axual.ksml ksml-parent - 0.9.2-SNAPSHOT + 1.0.0 pom