Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-axual committed Nov 22, 2024
1 parent 347a48d commit 8bb27ae
Show file tree
Hide file tree
Showing 22 changed files with 68 additions and 47 deletions.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ services:
restart: on-failure
command: "bash -c 'echo Trying to create topics... && \
kafka-topics.sh --create --if-not-exists --bootstrap-server broker:9093 --partitions 1 --replication-factor 1 --topic ksml_sensordata_avro && \
kafka-topics.sh --create --if-not-exists --bootstrap-server broker:9093 --partitions 1 --replication-factor 1 --topic ksml_sensordata_avro_binary && \
kafka-topics.sh --create --if-not-exists --bootstrap-server broker:9093 --partitions 1 --replication-factor 1 --topic ksml_sensordata_csv && \
kafka-topics.sh --create --if-not-exists --bootstrap-server broker:9093 --partitions 1 --replication-factor 1 --topic ksml_sensordata_json && \
kafka-topics.sh --create --if-not-exists --bootstrap-server broker:9093 --partitions 1 --replication-factor 1 --topic ksml_sensordata_xml && \
Expand All @@ -91,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:latest
image: axual/ksml:1.0-snapshot
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:latest
docker run --name ksml-example --rm -ti -v "${BASEDIR}":/ksml -w /ksml --network ksml_example axual/ksml:1.0-snapshot
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:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.4 - 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>1.1.0-SNAPSHOT</version>
<version>1.0.4</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:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.4 - https://github.com/Axual/ksml/ksml-data)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.8.0 - 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>1.1.0-SNAPSHOT</version>
<version>1.0.4</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:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.4 - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.4 - 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.8.0 - 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>1.1.0-SNAPSHOT</version>
<version>1.0.4</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:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.4 - 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.8.0 - 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>1.1.0-SNAPSHOT</version>
<version>1.0.4</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>1.1.0-SNAPSHOT</version>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
22 changes: 21 additions & 1 deletion ksml-data/src/main/java/io/axual/ksml/data/util/MapUtil.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
package io.axual.ksml.data.util;

/*-
* ========================LICENSE_START=================================
* KSML Data Library
* %%
* Copyright (C) 2021 - 2024 Axual B.V.
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* =========================LICENSE_END==================================
*/

import java.util.HashMap;
import java.util.Map;

Expand All @@ -9,4 +29,4 @@ public static Map<String, Object> stringKeys(Map<?, ?> map) {
map.forEach((key, value) -> result.put(key != null ? key.toString() : null, value));
return result;
}
}
}
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>1.1.0-SNAPSHOT</version>
<version>1.0.4</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:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-avro)
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-csv)
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-soap)
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml)
(Apache 2.0) KSML (io.axual.ksml:ksml:1.0.4 - https://github.com/Axual/ksml/ksml)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.4 - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.4 - https://github.com/Axual/ksml/ksml-data-avro)
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.4 - https://github.com/Axual/ksml/ksml-data-csv)
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.4 - https://github.com/Axual/ksml/ksml-data-soap)
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.4 - 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>1.1.0-SNAPSHOT</version>
<version>1.0.4</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:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-avro)
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-csv)
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-soap)
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml)
(Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-kafka-clients)
(Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-query)
(Apache 2.0) KSML Runner (io.axual.ksml:ksml-runner:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-runner)
(Apache 2.0) KSML (io.axual.ksml:ksml:1.0.4 - https://github.com/Axual/ksml/ksml)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.4 - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.4 - https://github.com/Axual/ksml/ksml-data-avro)
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.4 - https://github.com/Axual/ksml/ksml-data-csv)
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.4 - https://github.com/Axual/ksml/ksml-data-soap)
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.4 - https://github.com/Axual/ksml/ksml-data-xml)
(Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:1.0.4 - https://github.com/Axual/ksml/ksml-kafka-clients)
(Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:1.0.4 - https://github.com/Axual/ksml/ksml-query)
(Apache 2.0) KSML Runner (io.axual.ksml:ksml-runner:1.0.4 - 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>1.1.0-SNAPSHOT</version>
<version>1.0.4</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:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-avro)
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-csv)
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-soap)
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml)
(Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-kafka-clients)
(Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-query)
(Apache 2.0) KSML (io.axual.ksml:ksml:1.0.4 - https://github.com/Axual/ksml/ksml)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.4 - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.4 - https://github.com/Axual/ksml/ksml-data-avro)
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.4 - https://github.com/Axual/ksml/ksml-data-csv)
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.4 - https://github.com/Axual/ksml/ksml-data-soap)
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.4 - https://github.com/Axual/ksml/ksml-data-xml)
(Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:1.0.4 - https://github.com/Axual/ksml/ksml-kafka-clients)
(Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:1.0.4 - 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>1.1.0-SNAPSHOT</version>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit 8bb27ae

Please sign in to comment.