diff --git a/archetypes/streampipes-archetype-extensions-jvm/pom.xml b/archetypes/streampipes-archetype-extensions-jvm/pom.xml index a9d848d9a6..2936bcd217 100644 --- a/archetypes/streampipes-archetype-extensions-jvm/pom.xml +++ b/archetypes/streampipes-archetype-extensions-jvm/pom.xml @@ -22,7 +22,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT ../../pom.xml streampipes-archetype-extensions-jvm diff --git a/archetypes/streampipes-archetype-extensions-jvm/src/main/resources/archetype-resources/pom.xml b/archetypes/streampipes-archetype-extensions-jvm/src/main/resources/archetype-resources/pom.xml index cef7c42b8d..c3ea7bb65c 100644 --- a/archetypes/streampipes-archetype-extensions-jvm/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/streampipes-archetype-extensions-jvm/src/main/resources/archetype-resources/pom.xml @@ -24,7 +24,7 @@ ${version} - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 5.9.1 diff --git a/archetypes/streampipes-archetype-pe-processors-flink/pom.xml b/archetypes/streampipes-archetype-pe-processors-flink/pom.xml index 2a6196d766..3506ef30fa 100644 --- a/archetypes/streampipes-archetype-pe-processors-flink/pom.xml +++ b/archetypes/streampipes-archetype-pe-processors-flink/pom.xml @@ -22,7 +22,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT ../../pom.xml streampipes-archetype-pe-processors-flink diff --git a/archetypes/streampipes-archetype-pe-processors-flink/src/main/resources/archetype-resources/pom.xml b/archetypes/streampipes-archetype-pe-processors-flink/src/main/resources/archetype-resources/pom.xml index c8e10d5847..0b42b22c77 100644 --- a/archetypes/streampipes-archetype-pe-processors-flink/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/streampipes-archetype-pe-processors-flink/src/main/resources/archetype-resources/pom.xml @@ -25,7 +25,7 @@ ${version} - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml b/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml index 25e9cb76a3..ebf7f306fc 100644 --- a/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml +++ b/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml @@ -22,7 +22,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT ../../pom.xml streampipes-archetype-pe-sinks-flink diff --git a/archetypes/streampipes-archetype-pe-sinks-flink/src/main/resources/archetype-resources/pom.xml b/archetypes/streampipes-archetype-pe-sinks-flink/src/main/resources/archetype-resources/pom.xml index ac04786c70..d8367564ba 100644 --- a/archetypes/streampipes-archetype-pe-sinks-flink/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/streampipes-archetype-pe-sinks-flink/src/main/resources/archetype-resources/pom.xml @@ -25,7 +25,7 @@ ${version} - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/installer/k8s/Chart.yaml b/installer/k8s/Chart.yaml index 4c06044cc1..de28eaf62c 100644 --- a/installer/k8s/Chart.yaml +++ b/installer/k8s/Chart.yaml @@ -14,7 +14,7 @@ # limitations under the License. apiVersion: v1 -appVersion: "0.93.0-SNAPSHOT" +appVersion: "0.95.0-SNAPSHOT" description: Self-Service Data Analytics for the Industrial IoT name: streampipes-helm-chart home: https://streampipes.apache.org diff --git a/installer/k8s/values.yaml b/installer/k8s/values.yaml index 3e005fa784..33885487cd 100644 --- a/installer/k8s/values.yaml +++ b/installer/k8s/values.yaml @@ -27,7 +27,7 @@ failureThreshold: 30 hostPath: "" streampipes: - version: "0.93.0-SNAPSHOT" + version: "0.95.0-SNAPSHOT" registry: "apachestreampipes" auth: secretName: "sp-secrets" diff --git a/pom.xml b/pom.xml index 64023af224..92003d34de 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT pom @@ -1818,7 +1818,7 @@ scm:git:ssh://git@github.com/apache/streampipes.git scm:git:ssh://git@github.com/apache/streampipes.git https://github.com/apache/streampipes - rel/0.91.0 + rel/0.93.0 diff --git a/streampipes-client-api/pom.xml b/streampipes-client-api/pom.xml index d3f9835646..35d7bc75a0 100644 --- a/streampipes-client-api/pom.xml +++ b/streampipes-client-api/pom.xml @@ -17,14 +17,12 @@ ~ --> - + 4.0.0 org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-client-api @@ -33,22 +31,22 @@ org.apache.streampipes streampipes-dataformat - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-service-discovery-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.httpcomponents diff --git a/streampipes-client/pom.xml b/streampipes-client/pom.xml index 3c47a7edc7..1cd53c2c7f 100644 --- a/streampipes-client/pom.xml +++ b/streampipes-client/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,47 +32,47 @@ org.apache.streampipes streampipes-client-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-dataformat-json - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-dataformat-cbor - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-dataformat-fst - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model-client - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-security-jwt - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-serializers-json - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-commons/pom.xml b/streampipes-commons/pom.xml index 0648cf767b..46a5e5bf73 100644 --- a/streampipes-commons/pom.xml +++ b/streampipes-commons/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-commons diff --git a/streampipes-config/pom.xml b/streampipes-config/pom.xml index 562dd79289..de47e28c72 100644 --- a/streampipes-config/pom.xml +++ b/streampipes-config/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,27 +32,27 @@ org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model-client - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-serializers-json - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-vocabulary - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-service-discovery - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-connect-management/pom.xml b/streampipes-connect-management/pom.xml index 23b1bffad5..c9c1dd2836 100644 --- a/streampipes-connect-management/pom.xml +++ b/streampipes-connect-management/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,37 +32,37 @@ org.apache.streampipes streampipes-connect-shared - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-measurement-units - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-service-discovery-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-pipeline-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-storage-couchdb - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-user-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-data-explorer - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-connect-shared/pom.xml b/streampipes-connect-shared/pom.xml index 82d056bbaf..7fee6ebe29 100644 --- a/streampipes-connect-shared/pom.xml +++ b/streampipes-connect-shared/pom.xml @@ -17,14 +17,12 @@ ~ --> - + 4.0.0 org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-connect-shared @@ -33,23 +31,23 @@ org.apache.streampipes streampipes-extensions-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-measurement-units - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sdk - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT junit diff --git a/streampipes-data-explorer-commons/pom.xml b/streampipes-data-explorer-commons/pom.xml index 3035df2733..08226bb01b 100644 --- a/streampipes-data-explorer-commons/pom.xml +++ b/streampipes-data-explorer-commons/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -30,22 +30,22 @@ org.apache.streampipes streampipes-service-discovery-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-client - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-commons - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-data-explorer/pom.xml b/streampipes-data-explorer/pom.xml index 3f86133b50..688cbeca3b 100644 --- a/streampipes-data-explorer/pom.xml +++ b/streampipes-data-explorer/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -31,22 +31,22 @@ org.apache.streampipes streampipes-config - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-data-explorer-commons - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-storage-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-data-export/pom.xml b/streampipes-data-export/pom.xml index 709fe16bed..6c950b5e84 100644 --- a/streampipes-data-export/pom.xml +++ b/streampipes-data-export/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -30,22 +30,22 @@ org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-pipeline-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-resource-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-storage-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-dataformat-cbor/pom.xml b/streampipes-dataformat-cbor/pom.xml index 3ee0a2d657..76fedb2d7e 100644 --- a/streampipes-dataformat-cbor/pom.xml +++ b/streampipes-dataformat-cbor/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-dataformat - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-vocabulary - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-dataformat-fst/pom.xml b/streampipes-dataformat-fst/pom.xml index 3eb0b57014..f3f00e8a86 100644 --- a/streampipes-dataformat-fst/pom.xml +++ b/streampipes-dataformat-fst/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-dataformat - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-vocabulary - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-dataformat-json/pom.xml b/streampipes-dataformat-json/pom.xml index 867337c75f..3ed946cfc3 100644 --- a/streampipes-dataformat-json/pom.xml +++ b/streampipes-dataformat-json/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-dataformat - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-vocabulary - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-dataformat-smile/pom.xml b/streampipes-dataformat-smile/pom.xml index 734742bb05..ce0525e9e2 100644 --- a/streampipes-dataformat-smile/pom.xml +++ b/streampipes-dataformat-smile/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-dataformat - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-vocabulary - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-dataformat/pom.xml b/streampipes-dataformat/pom.xml index 6639ec80e7..03b3be1894 100644 --- a/streampipes-dataformat/pom.xml +++ b/streampipes-dataformat/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions-api/pom.xml b/streampipes-extensions-api/pom.xml index c1c609dd69..377a62d51e 100644 --- a/streampipes-extensions-api/pom.xml +++ b/streampipes-extensions-api/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -31,22 +31,22 @@ org.apache.streampipes streampipes-client-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-service-discovery-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions-management/pom.xml b/streampipes-extensions-management/pom.xml index 7ce180de6c..682d764cbc 100644 --- a/streampipes-extensions-management/pom.xml +++ b/streampipes-extensions-management/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-extensions-management @@ -31,63 +31,63 @@ org.apache.streampipes streampipes-extensions-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-client - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-connect-shared - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-dataformat - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-dataformat-smile - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-measurement-units - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sdk - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-serializers-json - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-service-discovery - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-test-utils - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT test org.apache.streampipes streampipes-vocabulary - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/pom.xml b/streampipes-extensions/pom.xml index 0e89e64f6c..7d7e405559 100644 --- a/streampipes-extensions/pom.xml +++ b/streampipes-extensions/pom.xml @@ -23,7 +23,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT ../pom.xml @@ -128,7 +128,7 @@ org.apache.streampipes streampipes-maven-plugin - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/streampipes-connect-adapters-iiot/pom.xml b/streampipes-extensions/streampipes-connect-adapters-iiot/pom.xml index 8d5bff6371..55d7d0a6ab 100644 --- a/streampipes-extensions/streampipes-connect-adapters-iiot/pom.xml +++ b/streampipes-extensions/streampipes-connect-adapters-iiot/pom.xml @@ -24,7 +24,7 @@ org.apache.streampipes streampipes-extensions - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-connect-adapters-iiot @@ -37,57 +37,57 @@ org.apache.streampipes streampipes-connectors-kafka - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-connectors-mqtt - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-connectors-nats - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-connectors-pulsar - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-connectors-opcua - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-connectors-plc - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-connectors-rocketmq - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-connectors-tubemq - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-pipeline-elements-shared - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-client - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-service-extensions - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/streampipes-connect-adapters/pom.xml b/streampipes-extensions/streampipes-connect-adapters/pom.xml index 4c2e42ee87..73bcb75abf 100644 --- a/streampipes-extensions/streampipes-connect-adapters/pom.xml +++ b/streampipes-extensions/streampipes-connect-adapters/pom.xml @@ -23,7 +23,7 @@ org.apache.streampipes streampipes-extensions - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-connect-adapters @@ -37,17 +37,17 @@ org.apache.streampipes streampipes-connectors-mqtt - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-pipeline-elements-shared - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-service-extensions - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/streampipes-connectors-influx/pom.xml b/streampipes-extensions/streampipes-connectors-influx/pom.xml index eff4895e51..f2cf1d0324 100644 --- a/streampipes-extensions/streampipes-connectors-influx/pom.xml +++ b/streampipes-extensions/streampipes-connectors-influx/pom.xml @@ -22,7 +22,7 @@ org.apache.streampipes streampipes-extensions - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT ../pom.xml @@ -32,17 +32,17 @@ org.apache.streampipes streampipes-data-explorer-commons - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sdk-bundle - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-wrapper-standalone - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/streampipes-connectors-kafka/pom.xml b/streampipes-extensions/streampipes-connectors-kafka/pom.xml index df89e4fb63..038e96b8f9 100644 --- a/streampipes-extensions/streampipes-connectors-kafka/pom.xml +++ b/streampipes-extensions/streampipes-connectors-kafka/pom.xml @@ -17,14 +17,12 @@ ~ --> - + 4.0.0 org.apache.streampipes streampipes-extensions - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-connectors-kafka @@ -33,33 +31,33 @@ org.apache.streampipes streampipes-extensions-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-extensions-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sdk - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT compile org.apache.streampipes streampipes-messaging-kafka - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-wrapper-standalone - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/streampipes-connectors-mqtt/pom.xml b/streampipes-extensions/streampipes-connectors-mqtt/pom.xml index 012df08cd7..984083216b 100644 --- a/streampipes-extensions/streampipes-connectors-mqtt/pom.xml +++ b/streampipes-extensions/streampipes-connectors-mqtt/pom.xml @@ -17,14 +17,12 @@ ~ --> - + 4.0.0 org.apache.streampipes streampipes-extensions - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-connectors-mqtt @@ -33,17 +31,17 @@ org.apache.streampipes streampipes-extensions-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-extensions-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sdk - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/streampipes-connectors-nats/pom.xml b/streampipes-extensions/streampipes-connectors-nats/pom.xml index 02a6c948da..fa1e7338e6 100644 --- a/streampipes-extensions/streampipes-connectors-nats/pom.xml +++ b/streampipes-extensions/streampipes-connectors-nats/pom.xml @@ -17,14 +17,12 @@ ~ --> - + 4.0.0 org.apache.streampipes streampipes-extensions - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-connectors-nats @@ -33,23 +31,23 @@ org.apache.streampipes streampipes-extensions-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-extensions-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sdk - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging-nats - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/streampipes-connectors-opcua/pom.xml b/streampipes-extensions/streampipes-connectors-opcua/pom.xml index b7c34ab0d5..5c2034f42b 100644 --- a/streampipes-extensions/streampipes-connectors-opcua/pom.xml +++ b/streampipes-extensions/streampipes-connectors-opcua/pom.xml @@ -17,14 +17,12 @@ ~ --> - + 4.0.0 org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT ../../pom.xml @@ -34,22 +32,22 @@ org.apache.streampipes streampipes-extensions-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-extensions-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sdk - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/streampipes-connectors-plc/pom.xml b/streampipes-extensions/streampipes-connectors-plc/pom.xml index e41573b065..c522df7494 100644 --- a/streampipes-extensions/streampipes-connectors-plc/pom.xml +++ b/streampipes-extensions/streampipes-connectors-plc/pom.xml @@ -17,14 +17,12 @@ ~ --> - + 4.0.0 org.apache.streampipes streampipes-extensions - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-connectors-plc @@ -33,17 +31,17 @@ org.apache.streampipes streampipes-extensions-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-extensions-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sdk - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/streampipes-connectors-pulsar/pom.xml b/streampipes-extensions/streampipes-connectors-pulsar/pom.xml index d294810454..874f924312 100644 --- a/streampipes-extensions/streampipes-connectors-pulsar/pom.xml +++ b/streampipes-extensions/streampipes-connectors-pulsar/pom.xml @@ -17,14 +17,12 @@ ~ --> - + 4.0.0 org.apache.streampipes streampipes-extensions - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-connectors-pulsar @@ -33,17 +31,17 @@ org.apache.streampipes streampipes-extensions-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-extensions-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sdk - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.pulsar diff --git a/streampipes-extensions/streampipes-connectors-rocketmq/pom.xml b/streampipes-extensions/streampipes-connectors-rocketmq/pom.xml index 06d83db9ad..8c99461203 100644 --- a/streampipes-extensions/streampipes-connectors-rocketmq/pom.xml +++ b/streampipes-extensions/streampipes-connectors-rocketmq/pom.xml @@ -17,14 +17,12 @@ ~ --> - + 4.0.0 org.apache.streampipes streampipes-extensions - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-connectors-rocketmq @@ -33,17 +31,17 @@ org.apache.streampipes streampipes-extensions-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-extensions-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sdk - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.rocketmq diff --git a/streampipes-extensions/streampipes-connectors-tubemq/pom.xml b/streampipes-extensions/streampipes-connectors-tubemq/pom.xml index 7c417dec9a..864220f683 100644 --- a/streampipes-extensions/streampipes-connectors-tubemq/pom.xml +++ b/streampipes-extensions/streampipes-connectors-tubemq/pom.xml @@ -17,14 +17,12 @@ ~ --> - + 4.0.0 org.apache.streampipes streampipes-extensions - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-connectors-tubemq @@ -33,17 +31,17 @@ org.apache.streampipes streampipes-extensions-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-extensions-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sdk - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT @@ -54,7 +52,7 @@ org.apache.streampipes streampipes-wrapper-standalone - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/streampipes-extensions-all-iiot/pom.xml b/streampipes-extensions/streampipes-extensions-all-iiot/pom.xml index b1caa7a5bf..aa2cfc8781 100644 --- a/streampipes-extensions/streampipes-extensions-all-iiot/pom.xml +++ b/streampipes-extensions/streampipes-extensions-all-iiot/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT ../pom.xml 4.0.0 @@ -36,7 +36,7 @@ org.apache.streampipes streampipes-service-extensions - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.graalvm.nativeimage @@ -48,7 +48,7 @@ org.apache.streampipes streampipes-processors-filters-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.graalvm.nativeimage @@ -59,52 +59,52 @@ org.apache.streampipes streampipes-connectors-influx - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging-pulsar - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-processors-filters-siddhi - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-processors-transformation-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sinks-brokers-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sinks-databases-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sinks-internal-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sinks-notifications-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-processors-enricher-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-processors-change-detection-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT @@ -124,7 +124,7 @@ org.apache.streampipes streampipes-connect-adapters-iiot - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT embed diff --git a/streampipes-extensions/streampipes-extensions-all-jvm/pom.xml b/streampipes-extensions/streampipes-extensions-all-jvm/pom.xml index bfaa6dc034..e661606c05 100644 --- a/streampipes-extensions/streampipes-extensions-all-jvm/pom.xml +++ b/streampipes-extensions/streampipes-extensions-all-jvm/pom.xml @@ -20,7 +20,7 @@ streampipes-extensions org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -34,7 +34,7 @@ org.apache.streampipes streampipes-service-extensions - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.graalvm.nativeimage @@ -46,7 +46,7 @@ org.apache.streampipes streampipes-pipeline-elements-all-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT embed @@ -54,25 +54,25 @@ org.apache.streampipes streampipes-connect-adapters - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT embed org.apache.streampipes streampipes-connect-adapters-iiot - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT embed org.apache.streampipes streampipes-messaging-pulsar - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging-nats - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT @@ -86,7 +86,7 @@ org.apache.streampipes streampipes-maven-plugin - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.rocketmq diff --git a/streampipes-extensions/streampipes-pipeline-elements-all-jvm/pom.xml b/streampipes-extensions/streampipes-pipeline-elements-all-jvm/pom.xml index 66f0d7d74a..1456372ad5 100644 --- a/streampipes-extensions/streampipes-pipeline-elements-all-jvm/pom.xml +++ b/streampipes-extensions/streampipes-pipeline-elements-all-jvm/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -35,7 +35,7 @@ org.apache.streampipes streampipes-processors-filters-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.graalvm.nativeimage @@ -46,62 +46,62 @@ org.apache.streampipes streampipes-connectors-influx - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-processors-image-processing-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-processors-filters-siddhi - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-processors-text-mining-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-processors-transformation-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sinks-brokers-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sinks-databases-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sinks-internal-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sinks-notifications-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-processors-enricher-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-processors-geo-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-processors-change-detection-jvm - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/streampipes-pipeline-elements-data-simulator/pom.xml b/streampipes-extensions/streampipes-pipeline-elements-data-simulator/pom.xml index ef4e3d6db6..7333c4d11f 100644 --- a/streampipes-extensions/streampipes-pipeline-elements-data-simulator/pom.xml +++ b/streampipes-extensions/streampipes-pipeline-elements-data-simulator/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 diff --git a/streampipes-extensions/streampipes-pipeline-elements-experimental-flink/pom.xml b/streampipes-extensions/streampipes-pipeline-elements-experimental-flink/pom.xml index 43e8c95f9f..540579af0d 100644 --- a/streampipes-extensions/streampipes-pipeline-elements-experimental-flink/pom.xml +++ b/streampipes-extensions/streampipes-pipeline-elements-experimental-flink/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -35,12 +35,12 @@ org.apache.streampipes streampipes-sdk-bundle - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-wrapper-flink - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.atteo.classindex diff --git a/streampipes-extensions/streampipes-pipeline-elements-shared/pom.xml b/streampipes-extensions/streampipes-pipeline-elements-shared/pom.xml index 6deb2233bf..5be1daa2ee 100644 --- a/streampipes-extensions/streampipes-pipeline-elements-shared/pom.xml +++ b/streampipes-extensions/streampipes-pipeline-elements-shared/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -35,7 +35,7 @@ org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/streampipes-processors-change-detection-jvm/pom.xml b/streampipes-extensions/streampipes-processors-change-detection-jvm/pom.xml index b68156ba72..5de11c546b 100644 --- a/streampipes-extensions/streampipes-processors-change-detection-jvm/pom.xml +++ b/streampipes-extensions/streampipes-processors-change-detection-jvm/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-sdk-bundle - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-wrapper-standalone - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/streampipes-processors-enricher-jvm/pom.xml b/streampipes-extensions/streampipes-processors-enricher-jvm/pom.xml index 40fc564aae..46652611c6 100644 --- a/streampipes-extensions/streampipes-processors-enricher-jvm/pom.xml +++ b/streampipes-extensions/streampipes-processors-enricher-jvm/pom.xml @@ -20,7 +20,7 @@ streampipes-extensions org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -30,12 +30,12 @@ org.apache.streampipes streampipes-wrapper-standalone - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sdk-bundle - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.graalvm.js diff --git a/streampipes-extensions/streampipes-processors-filters-jvm/pom.xml b/streampipes-extensions/streampipes-processors-filters-jvm/pom.xml index 09dc0887bf..92d8bf5341 100644 --- a/streampipes-extensions/streampipes-processors-filters-jvm/pom.xml +++ b/streampipes-extensions/streampipes-processors-filters-jvm/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-sdk-bundle - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-wrapper-standalone - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.quartz-scheduler @@ -46,7 +46,7 @@ org.apache.streampipes streampipes-test-utils - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT test diff --git a/streampipes-extensions/streampipes-processors-filters-siddhi/pom.xml b/streampipes-extensions/streampipes-processors-filters-siddhi/pom.xml index aa2fce447d..171126aad5 100644 --- a/streampipes-extensions/streampipes-processors-filters-siddhi/pom.xml +++ b/streampipes-extensions/streampipes-processors-filters-siddhi/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-sdk-bundle - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-wrapper-siddhi - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.slf4j @@ -66,7 +66,7 @@ org.apache.streampipes streampipes-test-utils - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT test diff --git a/streampipes-extensions/streampipes-processors-geo-jvm/pom.xml b/streampipes-extensions/streampipes-processors-geo-jvm/pom.xml index 4692236cbe..a6ae9c0feb 100644 --- a/streampipes-extensions/streampipes-processors-geo-jvm/pom.xml +++ b/streampipes-extensions/streampipes-processors-geo-jvm/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,17 +32,17 @@ org.apache.streampipes streampipes-config - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sdk-bundle - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-wrapper-standalone - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/streampipes-processors-image-processing-jvm/pom.xml b/streampipes-extensions/streampipes-processors-image-processing-jvm/pom.xml index b80cfcf744..860383b9bb 100644 --- a/streampipes-extensions/streampipes-processors-image-processing-jvm/pom.xml +++ b/streampipes-extensions/streampipes-processors-image-processing-jvm/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-sdk-bundle - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-wrapper-standalone - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/streampipes-processors-text-mining-jvm/pom.xml b/streampipes-extensions/streampipes-processors-text-mining-jvm/pom.xml index 2d5fbc396f..d6bd5d1380 100644 --- a/streampipes-extensions/streampipes-processors-text-mining-jvm/pom.xml +++ b/streampipes-extensions/streampipes-processors-text-mining-jvm/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-sdk-bundle - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-wrapper-standalone - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT @@ -48,7 +48,7 @@ org.apache.streampipes streampipes-messaging-mqtt - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/streampipes-processors-transformation-jvm/pom.xml b/streampipes-extensions/streampipes-processors-transformation-jvm/pom.xml index 9a79d5baeb..1537f7c173 100644 --- a/streampipes-extensions/streampipes-processors-transformation-jvm/pom.xml +++ b/streampipes-extensions/streampipes-processors-transformation-jvm/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -40,17 +40,17 @@ org.apache.streampipes streampipes-sdk-bundle - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-wrapper-standalone - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-test-utils - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT test diff --git a/streampipes-extensions/streampipes-sinks-brokers-jvm/pom.xml b/streampipes-extensions/streampipes-sinks-brokers-jvm/pom.xml index 17ce327654..668e7d3184 100644 --- a/streampipes-extensions/streampipes-sinks-brokers-jvm/pom.xml +++ b/streampipes-extensions/streampipes-sinks-brokers-jvm/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT ../pom.xml 4.0.0 @@ -33,17 +33,17 @@ org.apache.streampipes streampipes-pipeline-elements-shared - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sdk-bundle - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-wrapper-standalone - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/streampipes-sinks-databases-jvm/pom.xml b/streampipes-extensions/streampipes-sinks-databases-jvm/pom.xml index 157333404c..7c2ea91290 100644 --- a/streampipes-extensions/streampipes-sinks-databases-jvm/pom.xml +++ b/streampipes-extensions/streampipes-sinks-databases-jvm/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,17 +32,17 @@ org.apache.streampipes streampipes-connectors-opcua - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sdk-bundle - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-wrapper-standalone - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/streampipes-sinks-internal-jvm/pom.xml b/streampipes-extensions/streampipes-sinks-internal-jvm/pom.xml index dc36ac49b2..bfabadc5b5 100644 --- a/streampipes-extensions/streampipes-sinks-internal-jvm/pom.xml +++ b/streampipes-extensions/streampipes-sinks-internal-jvm/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -36,23 +36,23 @@ org.apache.streampipes streampipes-pipeline-elements-shared - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sdk-bundle - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-wrapper-standalone - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-data-explorer-commons - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-extensions/streampipes-sinks-notifications-jvm/pom.xml b/streampipes-extensions/streampipes-sinks-notifications-jvm/pom.xml index b51a074695..6288b06b6a 100644 --- a/streampipes-extensions/streampipes-sinks-notifications-jvm/pom.xml +++ b/streampipes-extensions/streampipes-sinks-notifications-jvm/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -31,18 +31,18 @@ org.apache.streampipes streampipes-pipeline-elements-shared - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sdk-bundle - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-wrapper-standalone - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-integration-tests/pom.xml b/streampipes-integration-tests/pom.xml index 024207d21e..9d87b0838e 100644 --- a/streampipes-integration-tests/pom.xml +++ b/streampipes-integration-tests/pom.xml @@ -19,12 +19,11 @@ under the License. --> - + streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -42,13 +41,13 @@ org.apache.streampipes streampipes-client - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT test org.apache.streampipes streampipes-extensions-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT test @@ -59,35 +58,35 @@ org.apache.streampipes streampipes-messaging-mqtt - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging-nats - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-connect-adapters-iiot - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT embed test org.apache.streampipes streampipes-pipeline-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT test org.apache.streampipes streampipes-pipeline-elements-shared - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-service-discovery - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.testcontainers diff --git a/streampipes-mail/pom.xml b/streampipes-mail/pom.xml index acef1c4b72..1d35962182 100644 --- a/streampipes-mail/pom.xml +++ b/streampipes-mail/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -30,12 +30,12 @@ org.apache.streampipes streampipes-config - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-user-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.simplejavamail diff --git a/streampipes-maven-plugin/pom.xml b/streampipes-maven-plugin/pom.xml index c9e559e3ab..3ec37c26e1 100644 --- a/streampipes-maven-plugin/pom.xml +++ b/streampipes-maven-plugin/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -129,7 +129,7 @@ org.apache.streampipes streampipes-service-extensions - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-measurement-units/pom.xml b/streampipes-measurement-units/pom.xml index 896bf4cabc..bd9fd45b1d 100644 --- a/streampipes-measurement-units/pom.xml +++ b/streampipes-measurement-units/pom.xml @@ -16,13 +16,12 @@ ~ --> - + 4.0.0 org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-measurement-units @@ -32,7 +31,7 @@ org.apache.streampipes streampipes-commons - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-messaging-jms/pom.xml b/streampipes-messaging-jms/pom.xml index da055722ff..8fe7cb3109 100644 --- a/streampipes-messaging-jms/pom.xml +++ b/streampipes-messaging-jms/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-messaging - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-messaging-kafka/pom.xml b/streampipes-messaging-kafka/pom.xml index fcea109160..9a3ca2e38d 100644 --- a/streampipes-messaging-kafka/pom.xml +++ b/streampipes-messaging-kafka/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-messaging - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-commons - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-messaging-mqtt/pom.xml b/streampipes-messaging-mqtt/pom.xml index 3daa7d8656..dd3532319d 100644 --- a/streampipes-messaging-mqtt/pom.xml +++ b/streampipes-messaging-mqtt/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -31,7 +31,7 @@ org.apache.streampipes streampipes-messaging - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-messaging-nats/pom.xml b/streampipes-messaging-nats/pom.xml index 8de05a1416..a00d9fa514 100644 --- a/streampipes-messaging-nats/pom.xml +++ b/streampipes-messaging-nats/pom.xml @@ -19,7 +19,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -35,7 +35,7 @@ org.apache.streampipes streampipes-messaging - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-messaging-pulsar/pom.xml b/streampipes-messaging-pulsar/pom.xml index 75d4ad0a1b..1a3adf7369 100644 --- a/streampipes-messaging-pulsar/pom.xml +++ b/streampipes-messaging-pulsar/pom.xml @@ -15,12 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -36,7 +35,7 @@ org.apache.streampipes streampipes-messaging - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-messaging/pom.xml b/streampipes-messaging/pom.xml index 12a41b2315..fed982f310 100644 --- a/streampipes-messaging/pom.xml +++ b/streampipes-messaging/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-model-client/pom.xml b/streampipes-model-client/pom.xml index 7a6802c70c..59452446eb 100644 --- a/streampipes-model-client/pom.xml +++ b/streampipes-model-client/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-model-client @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-commons - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model-shared - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-model-shared/pom.xml b/streampipes-model-shared/pom.xml index d6bb2847bd..64d5782206 100644 --- a/streampipes-model-shared/pom.xml +++ b/streampipes-model-shared/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 diff --git a/streampipes-model/pom.xml b/streampipes-model/pom.xml index c4d593d7e3..7a4dae6a6c 100644 --- a/streampipes-model/pom.xml +++ b/streampipes-model/pom.xml @@ -23,24 +23,24 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-commons - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model-shared - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-vocabulary - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-pipeline-management/pom.xml b/streampipes-pipeline-management/pom.xml index 16ac58ec9a..10fcd48fc8 100644 --- a/streampipes-pipeline-management/pom.xml +++ b/streampipes-pipeline-management/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-pipeline-management @@ -30,72 +30,67 @@ org.apache.streampipes streampipes-commons - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT - - - - - org.apache.streampipes streampipes-dataformat-cbor - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-dataformat-fst - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-dataformat-json - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-dataformat-smile - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model-client - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-resource-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sdk - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-serializers-json - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-service-discovery - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-storage-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-user-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT @@ -120,13 +115,13 @@ org.apache.streampipes streampipes-measurement-units - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT test org.apache.streampipes streampipes-test-utils - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT test diff --git a/streampipes-platform-services/pom.xml b/streampipes-platform-services/pom.xml index f2561c0f1c..3c7b59e9af 100644 --- a/streampipes-platform-services/pom.xml +++ b/streampipes-platform-services/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -31,27 +31,27 @@ org.apache.streampipes streampipes-data-explorer - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-rest-shared - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-storage-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-rest - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-resource-management/pom.xml b/streampipes-resource-management/pom.xml index f73485dda4..10a09563dc 100644 --- a/streampipes-resource-management/pom.xml +++ b/streampipes-resource-management/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -30,17 +30,17 @@ org.apache.streampipes streampipes-mail - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-storage-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-user-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-rest-core-base/pom.xml b/streampipes-rest-core-base/pom.xml index c255fa4edc..5a3d590c07 100644 --- a/streampipes-rest-core-base/pom.xml +++ b/streampipes-rest-core-base/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -31,22 +31,22 @@ org.apache.streampipes streampipes-rest-shared - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-user-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-storage-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-pipeline-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-rest-extensions/pom.xml b/streampipes-rest-extensions/pom.xml index 211d2e73cb..4d8192280d 100644 --- a/streampipes-rest-extensions/pom.xml +++ b/streampipes-rest-extensions/pom.xml @@ -22,7 +22,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-rest-extensions @@ -35,17 +35,17 @@ org.apache.streampipes streampipes-rest - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-rest-shared - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-extensions-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-rest-shared/pom.xml b/streampipes-rest-shared/pom.xml index b29cbed3f2..a2f50afb17 100644 --- a/streampipes-rest-shared/pom.xml +++ b/streampipes-rest-shared/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-commons - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.httpcomponents @@ -43,7 +43,7 @@ org.apache.streampipes streampipes-serializers-json - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-rest/pom.xml b/streampipes-rest/pom.xml index 55b28d0ec1..6541d59856 100644 --- a/streampipes-rest/pom.xml +++ b/streampipes-rest/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT StreamPipes REST API streampipes-rest @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-commons - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.httpcomponents @@ -43,67 +43,67 @@ org.apache.streampipes streampipes-config - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-data-explorer - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-data-export - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-measurement-units - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-mail - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model-client - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-pipeline-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-rest-shared - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-serializers-json - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-service-discovery - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-user-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-rest-core-base - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-connect-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-sdk-bundle/pom.xml b/streampipes-sdk-bundle/pom.xml index 885440ad00..a732e4b942 100644 --- a/streampipes-sdk-bundle/pom.xml +++ b/streampipes-sdk-bundle/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -30,52 +30,52 @@ org.apache.streampipes streampipes-sdk - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-service-extensions - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-dataformat-json - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-dataformat-cbor - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-dataformat-smile - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-dataformat-fst - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging-jms - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging-kafka - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging-mqtt - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging-nats - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-sdk/pom.xml b/streampipes-sdk/pom.xml index 5b4671c79d..fd58258af3 100644 --- a/streampipes-sdk/pom.xml +++ b/streampipes-sdk/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,27 +32,27 @@ org.apache.streampipes streampipes-config - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-commons - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-extensions-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-vocabulary - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-security-jwt/pom.xml b/streampipes-security-jwt/pom.xml index 5c92ea0df3..c3d21823fd 100644 --- a/streampipes-security-jwt/pom.xml +++ b/streampipes-security-jwt/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -30,7 +30,7 @@ org.apache.streampipes streampipes-commons - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT io.jsonwebtoken diff --git a/streampipes-serializers-json/pom.xml b/streampipes-serializers-json/pom.xml index 062e20f554..54c2ba3418 100644 --- a/streampipes-serializers-json/pom.xml +++ b/streampipes-serializers-json/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -31,12 +31,12 @@ org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model-client - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT @@ -49,7 +49,7 @@ org.apache.streampipes streampipes-test-utils - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT test diff --git a/streampipes-service-base/pom.xml b/streampipes-service-base/pom.xml index 8e150278ce..a3d93a91a2 100644 --- a/streampipes-service-base/pom.xml +++ b/streampipes-service-base/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-commons - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-service-discovery - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-service-core-nats/pom.xml b/streampipes-service-core-nats/pom.xml index 7eb181727a..cce8b5c613 100644 --- a/streampipes-service-core-nats/pom.xml +++ b/streampipes-service-core-nats/pom.xml @@ -17,14 +17,12 @@ ~ --> - + 4.0.0 org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-service-core-nats @@ -33,7 +31,7 @@ org.apache.streampipes streampipes-service-core - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT embed diff --git a/streampipes-service-core/pom.xml b/streampipes-service-core/pom.xml index a56c43e6af..34c2f6f6ac 100644 --- a/streampipes-service-core/pom.xml +++ b/streampipes-service-core/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-service-core @@ -41,7 +41,7 @@ org.apache.streampipes streampipes-service-base - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.springframework.boot @@ -52,47 +52,47 @@ org.apache.streampipes streampipes-config - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging-jms - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging-mqtt - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging-nats - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging-kafka - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging-pulsar - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-rest - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-connect-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-platform-services - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-service-discovery-api/pom.xml b/streampipes-service-discovery-api/pom.xml index 1284f7c074..9508320217 100644 --- a/streampipes-service-discovery-api/pom.xml +++ b/streampipes-service-discovery-api/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -31,7 +31,7 @@ org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT com.google.code.gson diff --git a/streampipes-service-discovery-consul/pom.xml b/streampipes-service-discovery-consul/pom.xml index 1558218ec1..834c2329eb 100644 --- a/streampipes-service-discovery-consul/pom.xml +++ b/streampipes-service-discovery-consul/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -31,12 +31,12 @@ org.apache.streampipes streampipes-serializers-json - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-service-discovery-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-service-discovery/pom.xml b/streampipes-service-discovery/pom.xml index f7bb3c11f5..30be07a501 100644 --- a/streampipes-service-discovery/pom.xml +++ b/streampipes-service-discovery/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -31,22 +31,22 @@ org.apache.streampipes streampipes-commons - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-service-discovery-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-service-discovery-consul - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-storage-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-service-extensions/pom.xml b/streampipes-service-extensions/pom.xml index 7cdcf6c4f9..1acf490ee2 100644 --- a/streampipes-service-extensions/pom.xml +++ b/streampipes-service-extensions/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,13 +32,13 @@ org.apache.streampipes streampipes-service-base - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-rest-extensions - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-storage-api/pom.xml b/streampipes-storage-api/pom.xml index 15ae3f044a..db02494178 100644 --- a/streampipes-storage-api/pom.xml +++ b/streampipes-storage-api/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-storage-api @@ -32,17 +32,17 @@ org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model-client - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-service-discovery-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-storage-couchdb/pom.xml b/streampipes-storage-couchdb/pom.xml index ab4e99d952..68a2259c5a 100644 --- a/streampipes-storage-couchdb/pom.xml +++ b/streampipes-storage-couchdb/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,22 +32,22 @@ org.apache.streampipes streampipes-service-discovery-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model-client - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-storage-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT @@ -80,7 +80,7 @@ org.apache.streampipes streampipes-test-utils - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT test diff --git a/streampipes-storage-management/pom.xml b/streampipes-storage-management/pom.xml index d5f0dde419..aa57d45a36 100644 --- a/streampipes-storage-management/pom.xml +++ b/streampipes-storage-management/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-storage-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-storage-couchdb - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-test-utils/pom.xml b/streampipes-test-utils/pom.xml index de133e551b..fcf7a86e24 100644 --- a/streampipes-test-utils/pom.xml +++ b/streampipes-test-utils/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-model - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT @@ -44,13 +44,13 @@ org.apache.streampipes streampipes-messaging - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT compile org.apache.streampipes streampipes-extensions-api - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT compile diff --git a/streampipes-user-management/pom.xml b/streampipes-user-management/pom.xml index 8d5592fb73..df5d1b9ed5 100644 --- a/streampipes-user-management/pom.xml +++ b/streampipes-user-management/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,22 +32,22 @@ org.apache.streampipes streampipes-config - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-model-client - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-security-jwt - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-storage-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-vocabulary/pom.xml b/streampipes-vocabulary/pom.xml index 9d740616ba..33aceeee04 100644 --- a/streampipes-vocabulary/pom.xml +++ b/streampipes-vocabulary/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 diff --git a/streampipes-wrapper-distributed/pom.xml b/streampipes-wrapper-distributed/pom.xml index 1f08d7e34e..e90fa4bb95 100644 --- a/streampipes-wrapper-distributed/pom.xml +++ b/streampipes-wrapper-distributed/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,22 +32,22 @@ org.apache.streampipes streampipes-messaging-jms - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging-kafka - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging-mqtt - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-wrapper - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-wrapper-flink/pom.xml b/streampipes-wrapper-flink/pom.xml index e813ead056..179ac3e8ac 100644 --- a/streampipes-wrapper-flink/pom.xml +++ b/streampipes-wrapper-flink/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-wrapper-flink @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-wrapper-distributed - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-wrapper-kafka-streams/pom.xml b/streampipes-wrapper-kafka-streams/pom.xml index e6d42cdbff..02c520aa3e 100644 --- a/streampipes-wrapper-kafka-streams/pom.xml +++ b/streampipes-wrapper-kafka-streams/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-wrapper-distributed - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-wrapper-siddhi/pom.xml b/streampipes-wrapper-siddhi/pom.xml index aea9d9fe71..9f45234f23 100644 --- a/streampipes-wrapper-siddhi/pom.xml +++ b/streampipes-wrapper-siddhi/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT 4.0.0 @@ -33,7 +33,7 @@ org.apache.streampipes streampipes-wrapper-standalone - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-wrapper-standalone/pom.xml b/streampipes-wrapper-standalone/pom.xml index 38a3621945..fe86cf018a 100644 --- a/streampipes-wrapper-standalone/pom.xml +++ b/streampipes-wrapper-standalone/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-wrapper-standalone @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-wrapper - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/streampipes-wrapper/pom.xml b/streampipes-wrapper/pom.xml index 0f95aef5b2..4df02b31f1 100644 --- a/streampipes-wrapper/pom.xml +++ b/streampipes-wrapper/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT streampipes-wrapper @@ -30,32 +30,32 @@ org.apache.streampipes streampipes-extensions-management - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-service-extensions - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-client - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-dataformat - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-messaging - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT org.apache.streampipes streampipes-sdk - 0.93.0-SNAPSHOT + 0.95.0-SNAPSHOT diff --git a/ui/package-lock.json b/ui/package-lock.json index 4fb7b61230..601c11c14c 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "apache-streampipes", - "version": "0.93.0-SNAPSHOT", + "version": "0.95.0-SNAPSHOT", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "apache-streampipes", - "version": "0.93.0-SNAPSHOT", + "version": "0.95.0-SNAPSHOT", "hasInstallScript": true, "dependencies": { "@angular-architects/module-federation": "^15.0.3", diff --git a/ui/package.json b/ui/package.json index fe03e8a3cc..9a1c7d50bf 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "apache-streampipes", - "version": "0.93.0-SNAPSHOT", + "version": "0.95.0-SNAPSHOT", "description": "Apache StreamPipes user interface", "homepage": "http://streampipes.apache.org", "repository": {