Skip to content

Commit

Permalink
Release KSML 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-axual committed Jun 28, 2024
1 parent f591b5a commit 2994be7
Show file tree
Hide file tree
Showing 21 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion examples/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ksml-data-avro/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ksml-data-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ksml-data-csv/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ksml-data-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions ksml-data-soap/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ksml-data-soap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ksml-data-xml/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion ksml-data-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ksml-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ksml-kafka-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>ksml-kafka-clients</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions ksml-query/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ksml-query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
18 changes: 9 additions & 9 deletions ksml-reporting/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ksml-reporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ksml-parent</artifactId>
<groupId>io.axual.ksml</groupId>
<version>0.9.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
16 changes: 8 additions & 8 deletions ksml-runner/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ksml-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
10 changes: 5 additions & 5 deletions ksml/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ksml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>ksml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<licenses>
Expand Down

0 comments on commit 2994be7

Please sign in to comment.