Skip to content

Commit ec08e00

Browse files
committed
bump version to 1.0.5-SNAPSHOT
1 parent 8bb27ae commit ec08e00

File tree

20 files changed

+46
-46
lines changed

20 files changed

+46
-46
lines changed

ksml-data-avro/NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Lists of 34 third-party dependencies.
1616
(Go License) RE2/J (com.google.re2j:re2j:1.6 - http://github.com/google/re2j)
1717
(Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/)
1818
(Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/)
19-
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.4 - https://github.com/Axual/ksml/ksml-data)
19+
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
2020
(Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils)
2121
(Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer)
2222
(Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client)

ksml-data-avro/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.axual.ksml</groupId>
77
<artifactId>ksml-parent</artifactId>
8-
<version>1.0.4</version>
8+
<version>1.0.5-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

ksml-data-csv/NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Lists of 20 third-party dependencies.
1212
(Apache License, Version 2.0) Guava: Google Core Libraries for Java (com.google.guava:guava:33.2.0-jre - https://github.com/google/guava)
1313
(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)
1414
(Apache License, Version 2.0) J2ObjC Annotations (com.google.j2objc:j2objc-annotations:3.0.0 - https://github.com/google/j2objc/)
15-
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.4 - https://github.com/Axual/ksml/ksml-data)
15+
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
1616
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.8.0 - https://kafka.apache.org)
1717
(The MIT License) Checker Qual (org.checkerframework:checker-qual:3.42.0 - https://checkerframework.org/)
1818
(The Apache Software License, Version 2.0) LZ4 and xxHash (org.lz4:lz4-java:1.8.0 - https://github.com/lz4/lz4-java)

ksml-data-csv/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.axual.ksml</groupId>
77
<artifactId>ksml-parent</artifactId>
8-
<version>1.0.4</version>
8+
<version>1.0.5-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

ksml-data-soap/NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Lists of 30 third-party dependencies.
1414
(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)
1515
(Apache License, Version 2.0) J2ObjC Annotations (com.google.j2objc:j2objc-annotations:3.0.0 - https://github.com/google/j2objc/)
1616
(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)
17-
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.4 - https://github.com/Axual/ksml/ksml-data)
18-
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.4 - https://github.com/Axual/ksml/ksml-data-xml)
17+
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
18+
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml)
1919
(EDL 1.0) Jakarta Activation API (jakarta.activation:jakarta.activation-api:2.1.3 - https://github.com/jakartaee/jaf-api)
2020
(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)
2121
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.8.0 - https://kafka.apache.org)

ksml-data-soap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.axual.ksml</groupId>
77
<artifactId>ksml-parent</artifactId>
8-
<version>1.0.4</version>
8+
<version>1.0.5-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

ksml-data-xml/NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Lists of 26 third-party dependencies.
1414
(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)
1515
(Apache License, Version 2.0) J2ObjC Annotations (com.google.j2objc:j2objc-annotations:3.0.0 - https://github.com/google/j2objc/)
1616
(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)
17-
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.4 - https://github.com/Axual/ksml/ksml-data)
17+
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
1818
(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)
1919
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.8.0 - https://kafka.apache.org)
2020
(The MIT License) Checker Qual (org.checkerframework:checker-qual:3.42.0 - https://checkerframework.org/)

ksml-data-xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.axual.ksml</groupId>
77
<artifactId>ksml-parent</artifactId>
8-
<version>1.0.4</version>
8+
<version>1.0.5-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

ksml-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.axual.ksml</groupId>
77
<artifactId>ksml-parent</artifactId>
8-
<version>1.0.4</version>
8+
<version>1.0.5-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

ksml-kafka-clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.axual.ksml</groupId>
99
<artifactId>ksml-parent</artifactId>
10-
<version>1.0.4</version>
10+
<version>1.0.5-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>ksml-kafka-clients</artifactId>

ksml-query/NOTICE.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Lists of 101 third-party dependencies.
2222
(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)
2323
(Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/)
2424
(Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/)
25-
(Apache 2.0) KSML (io.axual.ksml:ksml:1.0.4 - https://github.com/Axual/ksml/ksml)
26-
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.4 - https://github.com/Axual/ksml/ksml-data)
27-
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.4 - https://github.com/Axual/ksml/ksml-data-avro)
28-
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.4 - https://github.com/Axual/ksml/ksml-data-csv)
29-
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.4 - https://github.com/Axual/ksml/ksml-data-soap)
30-
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.4 - https://github.com/Axual/ksml/ksml-data-xml)
25+
(Apache 2.0) KSML (io.axual.ksml:ksml:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml)
26+
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
27+
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-avro)
28+
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-csv)
29+
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-soap)
30+
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml)
3131
(Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils)
3232
(Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer)
3333
(Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client)

ksml-query/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.axual.ksml</groupId>
77
<artifactId>ksml-parent</artifactId>
8-
<version>1.0.4</version>
8+
<version>1.0.5-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

ksml-reporting/NOTICE.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Lists of 123 third-party dependencies.
2424
(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)
2525
(Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/)
2626
(Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/)
27-
(Apache 2.0) KSML (io.axual.ksml:ksml:1.0.4 - https://github.com/Axual/ksml/ksml)
28-
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.4 - https://github.com/Axual/ksml/ksml-data)
29-
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.4 - https://github.com/Axual/ksml/ksml-data-avro)
30-
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.4 - https://github.com/Axual/ksml/ksml-data-csv)
31-
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.4 - https://github.com/Axual/ksml/ksml-data-soap)
32-
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.4 - https://github.com/Axual/ksml/ksml-data-xml)
33-
(Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:1.0.4 - https://github.com/Axual/ksml/ksml-kafka-clients)
34-
(Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:1.0.4 - https://github.com/Axual/ksml/ksml-query)
35-
(Apache 2.0) KSML Runner (io.axual.ksml:ksml-runner:1.0.4 - https://github.com/Axual/ksml/ksml-runner)
27+
(Apache 2.0) KSML (io.axual.ksml:ksml:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml)
28+
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
29+
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-avro)
30+
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-csv)
31+
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-soap)
32+
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml)
33+
(Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-kafka-clients)
34+
(Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-query)
35+
(Apache 2.0) KSML Runner (io.axual.ksml:ksml-runner:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-runner)
3636
(Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils)
3737
(Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer)
3838
(Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client)

ksml-reporting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ksml-parent</artifactId>
77
<groupId>io.axual.ksml</groupId>
8-
<version>1.0.4</version>
8+
<version>1.0.5-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

ksml-runner/NOTICE.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Lists of 123 third-party dependencies.
2424
(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)
2525
(Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/)
2626
(Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/)
27-
(Apache 2.0) KSML (io.axual.ksml:ksml:1.0.4 - https://github.com/Axual/ksml/ksml)
28-
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.4 - https://github.com/Axual/ksml/ksml-data)
29-
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.4 - https://github.com/Axual/ksml/ksml-data-avro)
30-
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.4 - https://github.com/Axual/ksml/ksml-data-csv)
31-
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.4 - https://github.com/Axual/ksml/ksml-data-soap)
32-
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.4 - https://github.com/Axual/ksml/ksml-data-xml)
33-
(Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:1.0.4 - https://github.com/Axual/ksml/ksml-kafka-clients)
34-
(Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:1.0.4 - https://github.com/Axual/ksml/ksml-query)
27+
(Apache 2.0) KSML (io.axual.ksml:ksml:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml)
28+
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
29+
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-avro)
30+
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-csv)
31+
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-soap)
32+
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml)
33+
(Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-kafka-clients)
34+
(Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-query)
3535
(Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils)
3636
(Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer)
3737
(Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client)

ksml-runner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.axual.ksml</groupId>
77
<artifactId>ksml-parent</artifactId>
8-
<version>1.0.4</version>
8+
<version>1.0.5-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

ksml/NOTICE.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Lists of 72 third-party dependencies.
1919
(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)
2020
(Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/)
2121
(Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/)
22-
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.4 - https://github.com/Axual/ksml/ksml-data)
23-
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.4 - https://github.com/Axual/ksml/ksml-data-avro)
24-
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.4 - https://github.com/Axual/ksml/ksml-data-csv)
25-
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.4 - https://github.com/Axual/ksml/ksml-data-soap)
26-
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.4 - https://github.com/Axual/ksml/ksml-data-xml)
22+
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
23+
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-avro)
24+
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-csv)
25+
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-soap)
26+
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.5-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml)
2727
(Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils)
2828
(Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer)
2929
(Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client)

ksml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.axual.ksml</groupId>
99
<artifactId>ksml-parent</artifactId>
10-
<version>1.0.4</version>
10+
<version>1.0.5-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>ksml</artifactId>

packaging/helm-charts/ksml/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: ksml
33
description: "KSML: Kafka Streaming for Low Code Environments"
44
type: application
5-
version: 1.1.0-SNAPSHOT
6-
appVersion: "1.1.0-snapshot"
5+
version: 1.0.5-SNAPSHOT
6+
appVersion: "1.0.5-snapshot"
77
icon: https://avatars.githubusercontent.com/u/26816390?s=48&v=4
88
keywords:
99
- kafka

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.axual.ksml</groupId>
88
<artifactId>ksml-parent</artifactId>
9-
<version>1.0.4</version>
9+
<version>1.0.5-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<licenses>

0 commit comments

Comments
 (0)