From df44a56810ac91fb09a82994728059642e987c7d Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 7 Sep 2022 18:03:47 +0200 Subject: [PATCH] [maven-release-plugin] prepare release release/0.70.0 --- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- pom.xml | 4 +- streampipes-backend/pom.xml | 14 +++---- streampipes-client/pom.xml | 18 ++++----- streampipes-commons/pom.xml | 2 +- streampipes-config/pom.xml | 8 ++-- streampipes-connect-api/pom.xml | 4 +- streampipes-connect-container-master/pom.xml | 14 +++---- streampipes-connect-container-worker/pom.xml | 16 ++++---- streampipes-connect/pom.xml | 30 +++++++------- streampipes-container-extensions/pom.xml | 8 ++-- streampipes-container-standalone/pom.xml | 6 +-- streampipes-container/pom.xml | 16 ++++---- streampipes-data-explorer-commons/pom.xml | 10 ++--- streampipes-data-explorer/pom.xml | 8 ++-- streampipes-data-export/pom.xml | 10 ++--- streampipes-dataformat-cbor/pom.xml | 6 +-- streampipes-dataformat-fst/pom.xml | 6 +-- streampipes-dataformat-json/pom.xml | 6 +-- streampipes-dataformat-smile/pom.xml | 6 +-- streampipes-dataformat/pom.xml | 4 +- streampipes-extensions/pom.xml | 4 +- .../streampipes-connect-adapters-iiot/pom.xml | 14 ++++--- .../streampipes-connect-adapters/pom.xml | 12 ++++-- .../streampipes-extensions-all-iiot/pom.xml | 28 +++++++------ .../streampipes-extensions-all-jvm/pom.xml | 14 ++++--- .../pom.xml | 22 +++++----- .../pom.xml | 30 ++++++++------ .../pom.xml | 6 ++- .../pom.xml | 14 ++++--- .../pom.xml | 12 ++++-- .../pom.xml | 10 +++-- .../pom.xml | 10 +++-- .../pom.xml | 10 +++-- .../pom.xml | 10 +++-- .../pom.xml | 12 ++++-- .../streampipes-processors-geo-flink/pom.xml | 10 +++-- .../streampipes-processors-geo-jvm/pom.xml | 12 ++++-- .../pom.xml | 10 +++-- .../pom.xml | 12 ++++-- .../pom.xml | 10 +++-- .../pom.xml | 12 ++++-- .../pom.xml | 12 ++++-- .../pom.xml | 14 ++++--- .../pom.xml | 10 +++-- .../streampipes-sinks-brokers-jvm/pom.xml | 12 ++++-- .../streampipes-sinks-databases-flink/pom.xml | 10 +++-- .../streampipes-sinks-databases-jvm/pom.xml | 10 +++-- .../streampipes-sinks-internal-jvm/pom.xml | 14 ++++--- .../pom.xml | 12 ++++-- .../pom.xml | 14 ++++--- .../pom.xml | 14 ++++--- streampipes-logging/pom.xml | 2 +- streampipes-mail/pom.xml | 6 +-- streampipes-maven-plugin/pom.xml | 2 +- streampipes-measurement-units/pom.xml | 4 +- streampipes-messaging-jms/pom.xml | 4 +- streampipes-messaging-kafka/pom.xml | 6 +-- streampipes-messaging-mqtt/pom.xml | 4 +- streampipes-messaging/pom.xml | 4 +- streampipes-model-client/pom.xml | 6 +-- streampipes-model-shared/pom.xml | 2 +- streampipes-model/pom.xml | 10 ++--- streampipes-performance-tests/pom.xml | 10 ++--- streampipes-pipeline-management/pom.xml | 40 +++++++++---------- streampipes-platform-services/pom.xml | 12 +++--- streampipes-resource-management/pom.xml | 8 ++-- streampipes-rest-core-base/pom.xml | 10 ++--- streampipes-rest-shared/pom.xml | 6 +-- streampipes-rest/pom.xml | 32 +++++++-------- streampipes-sdk-bundle/pom.xml | 20 +++++----- streampipes-sdk/pom.xml | 8 ++-- streampipes-security-jwt/pom.xml | 4 +- streampipes-serializers-json/pom.xml | 8 ++-- streampipes-service-base/pom.xml | 6 +-- streampipes-service-discovery-api/pom.xml | 2 +- streampipes-service-discovery-consul/pom.xml | 8 ++-- streampipes-service-discovery/pom.xml | 6 +-- streampipes-service-extensions-base/pom.xml | 8 ++-- streampipes-sources/pom.xml | 4 +- streampipes-storage-api/pom.xml | 6 +-- streampipes-storage-couchdb/pom.xml | 12 +++--- streampipes-storage-management/pom.xml | 6 +-- streampipes-test-utils/pom.xml | 4 +- streampipes-user-management/pom.xml | 10 ++--- streampipes-vocabulary/pom.xml | 2 +- streampipes-wrapper-distributed/pom.xml | 10 ++--- streampipes-wrapper-flink/pom.xml | 4 +- streampipes-wrapper-kafka-streams/pom.xml | 4 +- streampipes-wrapper-python/pom.xml | 2 +- streampipes-wrapper-siddhi/pom.xml | 4 +- streampipes-wrapper-standalone/pom.xml | 4 +- streampipes-wrapper/pom.xml | 14 +++---- 95 files changed, 521 insertions(+), 401 deletions(-) diff --git a/archetypes/streampipes-archetype-extensions-jvm/pom.xml b/archetypes/streampipes-archetype-extensions-jvm/pom.xml index 0bcfc76605..1f2d0b6299 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.70.0-SNAPSHOT + 0.70.0 ../../pom.xml streampipes-archetype-extensions-jvm diff --git a/archetypes/streampipes-archetype-pe-processors-flink/pom.xml b/archetypes/streampipes-archetype-pe-processors-flink/pom.xml index 5ea6babfa9..563abb6591 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.70.0-SNAPSHOT + 0.70.0 ../../pom.xml streampipes-archetype-pe-processors-flink diff --git a/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml b/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml index 6d0837ee6e..dd025810f3 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.70.0-SNAPSHOT + 0.70.0 ../../pom.xml streampipes-archetype-pe-sinks-flink diff --git a/pom.xml b/pom.xml index a6d01e7bca..3173ca6564 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.apache.streampipes streampipes-parent -0.70.0-SNAPSHOT +0.70.0 pom @@ -1385,7 +1385,7 @@ IoT data streams. scm:git:ssh://git@github.com/apache/incubator-streampipes.git scm:git:ssh://git@github.com/apache/incubator-streampipes.git https://github.com/apache/incubator-streampipes - rel/0.70.0 + release/0.70.0 diff --git a/streampipes-backend/pom.xml b/streampipes-backend/pom.xml index 30797b6e78..c3ffb7497b 100644 --- a/streampipes-backend/pom.xml +++ b/streampipes-backend/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 streampipes-backend @@ -33,7 +33,7 @@ org.apache.streampipes streampipes-service-base - 0.70.0-SNAPSHOT + 0.70.0 org.springframework.boot @@ -44,27 +44,27 @@ org.apache.streampipes streampipes-config - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-messaging-kafka - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-rest - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-connect-container-master - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-platform-services - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-client/pom.xml b/streampipes-client/pom.xml index be30324dca..42b68668d6 100644 --- a/streampipes-client/pom.xml +++ b/streampipes-client/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,42 +32,42 @@ org.apache.streampipes streampipes-dataformat-json - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-dataformat-cbor - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-dataformat-fst - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-messaging-kafka - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-model - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-model-client - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-security-jwt - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-serializers-json - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-commons/pom.xml b/streampipes-commons/pom.xml index ab46b5fa52..bcd99c7518 100644 --- a/streampipes-commons/pom.xml +++ b/streampipes-commons/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 streampipes-commons diff --git a/streampipes-config/pom.xml b/streampipes-config/pom.xml index 48c4a4f953..1804b4fdfb 100644 --- a/streampipes-config/pom.xml +++ b/streampipes-config/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,17 +32,17 @@ org.apache.streampipes streampipes-serializers-json - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-vocabulary - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-service-discovery - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-connect-api/pom.xml b/streampipes-connect-api/pom.xml index 3f9844a4a4..b45b31c656 100644 --- a/streampipes-connect-api/pom.xml +++ b/streampipes-connect-api/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -31,7 +31,7 @@ org.apache.streampipes streampipes-model - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-connect-container-master/pom.xml b/streampipes-connect-container-master/pom.xml index 3d4207cc5d..00d7daf2cf 100644 --- a/streampipes-connect-container-master/pom.xml +++ b/streampipes-connect-container-master/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,32 +32,32 @@ org.apache.streampipes streampipes-connect - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-measurement-units - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-pipeline-management - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-storage-couchdb - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-user-management - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-data-explorer - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-connect-container-worker/pom.xml b/streampipes-connect-container-worker/pom.xml index dc1e74b886..9c40ba842e 100644 --- a/streampipes-connect-container-worker/pom.xml +++ b/streampipes-connect-container-worker/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,37 +32,37 @@ org.apache.streampipes streampipes-config - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-connect - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-container - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-client - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-service-extensions-base - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-rest-shared - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-serializers-json - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-connect/pom.xml b/streampipes-connect/pom.xml index 2f36435cff..812c120a98 100755 --- a/streampipes-connect/pom.xml +++ b/streampipes-connect/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,72 +32,72 @@ org.apache.streampipes streampipes-config - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-connect-api - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-dataformat-json - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-dataformat-smile - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-dataformat-cbor - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-dataformat-fst - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-measurement-units - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-messaging-kafka - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-messaging-jms - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-messaging-mqtt - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-model - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-sdk - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-rest-shared - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-serializers-json - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-container-extensions/pom.xml b/streampipes-container-extensions/pom.xml index 5e05ee2d4d..8c6ab61238 100644 --- a/streampipes-container-extensions/pom.xml +++ b/streampipes-container-extensions/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,17 +32,17 @@ org.apache.streampipes streampipes-connect-container-worker - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-container-standalone - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-service-extensions-base - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-container-standalone/pom.xml b/streampipes-container-standalone/pom.xml index b3ac21dee7..cdf0aba699 100644 --- a/streampipes-container-standalone/pom.xml +++ b/streampipes-container-standalone/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-container - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-service-extensions-base - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-container/pom.xml b/streampipes-container/pom.xml index 6921b3d31d..60e35da06d 100644 --- a/streampipes-container/pom.xml +++ b/streampipes-container/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 streampipes-container @@ -33,37 +33,37 @@ org.apache.streampipes streampipes-connect-api - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-dataformat - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-messaging - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-sdk - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-serializers-json - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-service-discovery - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-rest-shared - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-data-explorer-commons/pom.xml b/streampipes-data-explorer-commons/pom.xml index 4a11a03c6a..11bb2abf4c 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -30,22 +30,22 @@ org.apache.streampipes streampipes-service-discovery-api - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-model - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-client - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-commons - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-data-explorer/pom.xml b/streampipes-data-explorer/pom.xml index 4079bfe69e..e64820d5b6 100644 --- a/streampipes-data-explorer/pom.xml +++ b/streampipes-data-explorer/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -31,17 +31,17 @@ org.apache.streampipes streampipes-config - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-model - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-storage-management - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-data-export/pom.xml b/streampipes-data-export/pom.xml index b126b408d6..79084b6f05 100644 --- a/streampipes-data-export/pom.xml +++ b/streampipes-data-export/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -30,22 +30,22 @@ org.apache.streampipes streampipes-model - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-pipeline-management - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-resource-management - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-storage-management - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-dataformat-cbor/pom.xml b/streampipes-dataformat-cbor/pom.xml index 604a3afb6c..25e027cfcc 100644 --- a/streampipes-dataformat-cbor/pom.xml +++ b/streampipes-dataformat-cbor/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-dataformat - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-vocabulary - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-dataformat-fst/pom.xml b/streampipes-dataformat-fst/pom.xml index e6f74b0f77..99cc08f0d9 100644 --- a/streampipes-dataformat-fst/pom.xml +++ b/streampipes-dataformat-fst/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-dataformat - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-vocabulary - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-dataformat-json/pom.xml b/streampipes-dataformat-json/pom.xml index 88357bd296..c4b0271f03 100644 --- a/streampipes-dataformat-json/pom.xml +++ b/streampipes-dataformat-json/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-dataformat - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-vocabulary - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-dataformat-smile/pom.xml b/streampipes-dataformat-smile/pom.xml index ac774c8e40..9781d42e29 100644 --- a/streampipes-dataformat-smile/pom.xml +++ b/streampipes-dataformat-smile/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-dataformat - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-vocabulary - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-dataformat/pom.xml b/streampipes-dataformat/pom.xml index b573e5459e..58217ade73 100644 --- a/streampipes-dataformat/pom.xml +++ b/streampipes-dataformat/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-model - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-extensions/pom.xml b/streampipes-extensions/pom.xml index 3e61b41ba8..e9cb8bb953 100644 --- a/streampipes-extensions/pom.xml +++ b/streampipes-extensions/pom.xml @@ -23,7 +23,7 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 streampipes-extensions @@ -621,7 +621,7 @@ org.apache.streampipes streampipes-maven-plugin - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-extensions/streampipes-connect-adapters-iiot/pom.xml b/streampipes-extensions/streampipes-connect-adapters-iiot/pom.xml index 06ba391661..f47185610f 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.70.0-SNAPSHOT + 0.70.0 streampipes-connect-adapters-iiot @@ -37,7 +37,7 @@ org.apache.streampipes streampipes-connect-container-worker - 0.70.0-SNAPSHOT + 0.70.0 org.graalvm.nativeimage @@ -48,17 +48,17 @@ org.apache.streampipes streampipes-pipeline-elements-shared - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-client - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-container-extensions - 0.70.0-SNAPSHOT + 0.70.0 @@ -262,4 +262,8 @@ streampipes-connect-adapters-iiot + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-connect-adapters/pom.xml b/streampipes-extensions/streampipes-connect-adapters/pom.xml index 269bf33e05..17e5a18994 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.70.0-SNAPSHOT + 0.70.0 streampipes-connect-adapters @@ -37,7 +37,7 @@ org.apache.streampipes streampipes-connect-container-worker - 0.70.0-SNAPSHOT + 0.70.0 org.graalvm.nativeimage @@ -48,12 +48,12 @@ org.apache.streampipes streampipes-pipeline-elements-shared - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-container-extensions - 0.70.0-SNAPSHOT + 0.70.0 @@ -215,4 +215,8 @@ streampipes-connect-adapters + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-extensions-all-iiot/pom.xml b/streampipes-extensions/streampipes-extensions-all-iiot/pom.xml index fea2d51aa6..cb6de242ff 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.70.0-SNAPSHOT + 0.70.0 ../pom.xml 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-container-extensions - 0.70.0-SNAPSHOT + 0.70.0 org.graalvm.nativeimage @@ -44,7 +44,7 @@ org.apache.streampipes streampipes-processors-filters-jvm - 0.70.0-SNAPSHOT + 0.70.0 org.graalvm.nativeimage @@ -55,42 +55,42 @@ org.apache.streampipes streampipes-processors-filters-siddhi - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-processors-transformation-jvm - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-sinks-brokers-jvm - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-sinks-databases-jvm - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-sinks-internal-jvm - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-sinks-notifications-jvm - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-processors-enricher-jvm - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-processors-change-detection-jvm - 0.70.0-SNAPSHOT + 0.70.0 @@ -110,7 +110,7 @@ org.apache.streampipes streampipes-connect-adapters-iiot - 0.70.0-SNAPSHOT + 0.70.0 embed @@ -134,4 +134,8 @@ streampipes-extensions-all-iiot + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-extensions-all-jvm/pom.xml b/streampipes-extensions/streampipes-extensions-all-jvm/pom.xml index 4514034ea5..38202c4907 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -34,7 +34,7 @@ org.apache.streampipes streampipes-container-extensions - 0.70.0-SNAPSHOT + 0.70.0 org.graalvm.nativeimage @@ -46,7 +46,7 @@ org.apache.streampipes streampipes-pipeline-elements-all-jvm - 0.70.0-SNAPSHOT + 0.70.0 embed @@ -54,13 +54,13 @@ org.apache.streampipes streampipes-connect-adapters - 0.70.0-SNAPSHOT + 0.70.0 embed org.apache.streampipes streampipes-connect-adapters-iiot - 0.70.0-SNAPSHOT + 0.70.0 embed @@ -90,4 +90,8 @@ streampipes-extensions-all-jvm + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-pipeline-elements-all-flink/pom.xml b/streampipes-extensions/streampipes-pipeline-elements-all-flink/pom.xml index b722ff1910..95ab5e0dc1 100644 --- a/streampipes-extensions/streampipes-pipeline-elements-all-flink/pom.xml +++ b/streampipes-extensions/streampipes-pipeline-elements-all-flink/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -35,43 +35,43 @@ org.apache.streampipes streampipes-processors-aggregation-flink - 0.70.0-SNAPSHOT + 0.70.0 embed org.apache.streampipes streampipes-processors-enricher-flink - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-processors-geo-flink - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-processors-pattern-detection-flink - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-processors-statistics-flink - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-processors-text-mining-flink - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-processors-transformation-flink - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-sinks-databases-flink - 0.70.0-SNAPSHOT + 0.70.0 @@ -124,4 +124,8 @@ streampipes-pipeline-elements-all-flink + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-pipeline-elements-all-jvm/pom.xml b/streampipes-extensions/streampipes-pipeline-elements-all-jvm/pom.xml index 236ca632c1..4996c377b3 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -35,7 +35,7 @@ org.apache.streampipes streampipes-processors-filters-jvm - 0.70.0-SNAPSHOT + 0.70.0 org.graalvm.nativeimage @@ -46,57 +46,57 @@ org.apache.streampipes streampipes-processors-image-processing-jvm - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-processors-filters-siddhi - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-processors-text-mining-jvm - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-processors-transformation-jvm - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-sinks-brokers-jvm - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-sinks-databases-jvm - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-sinks-internal-jvm - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-sinks-notifications-jvm - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-processors-enricher-jvm - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-processors-geo-jvm - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-processors-change-detection-jvm - 0.70.0-SNAPSHOT + 0.70.0 @@ -148,4 +148,8 @@ streampipes-processors-all-jvm + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-pipeline-elements-data-simulator/pom.xml b/streampipes-extensions/streampipes-pipeline-elements-data-simulator/pom.xml index 7f3e48a0ea..9062c15bfa 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -75,4 +75,8 @@ + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-pipeline-elements-shared/pom.xml b/streampipes-extensions/streampipes-pipeline-elements-shared/pom.xml index a5cead8bc3..2cfd81f16c 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -39,12 +39,12 @@ org.apache.streampipes streampipes-sdk - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-messaging - 0.70.0-SNAPSHOT + 0.70.0 compile @@ -54,13 +54,17 @@ org.apache.streampipes streampipes-model - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-messaging-kafka - 0.70.0-SNAPSHOT + 0.70.0 + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-processors-aggregation-flink/pom.xml b/streampipes-extensions/streampipes-processors-aggregation-flink/pom.xml index f1ff41f5cc..7ae4c1bfcf 100644 --- a/streampipes-extensions/streampipes-processors-aggregation-flink/pom.xml +++ b/streampipes-extensions/streampipes-processors-aggregation-flink/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -36,12 +36,12 @@ org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-flink - 0.70.0-SNAPSHOT + 0.70.0 @@ -112,7 +112,7 @@ org.apache.streampipes streampipes-test-utils - 0.70.0-SNAPSHOT + 0.70.0 test @@ -176,4 +176,8 @@ streampipes-processors-aggregation-flink + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-processors-change-detection-jvm/pom.xml b/streampipes-extensions/streampipes-processors-change-detection-jvm/pom.xml index 7f5ab47df4..9e21f5f81e 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,12 +32,16 @@ org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-standalone - 0.70.0-SNAPSHOT + 0.70.0 + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-processors-enricher-flink/pom.xml b/streampipes-extensions/streampipes-processors-enricher-flink/pom.xml index dfc7b03ebe..2dc8f92cc8 100644 --- a/streampipes-extensions/streampipes-processors-enricher-flink/pom.xml +++ b/streampipes-extensions/streampipes-processors-enricher-flink/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -37,12 +37,12 @@ org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-flink - 0.70.0-SNAPSHOT + 0.70.0 @@ -91,4 +91,8 @@ streampipes-processors-enricher-flink + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-processors-enricher-jvm/pom.xml b/streampipes-extensions/streampipes-processors-enricher-jvm/pom.xml index 062b5321c9..030cf5fdc9 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -30,12 +30,12 @@ org.apache.streampipes streampipes-wrapper-standalone - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.graalvm.js @@ -46,4 +46,8 @@ js-scriptengine + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-processors-filters-jvm/pom.xml b/streampipes-extensions/streampipes-processors-filters-jvm/pom.xml index 8a726da050..06d27bf84a 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,16 +32,20 @@ org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-standalone - 0.70.0-SNAPSHOT + 0.70.0 org.quartz-scheduler quartz + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-processors-filters-siddhi/pom.xml b/streampipes-extensions/streampipes-processors-filters-siddhi/pom.xml index 1186831dca..b45b18eedb 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-siddhi - 0.70.0-SNAPSHOT + 0.70.0 org.slf4j @@ -66,8 +66,12 @@ org.apache.streampipes streampipes-test-utils - 0.70.0-SNAPSHOT + 0.70.0 test + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-processors-geo-flink/pom.xml b/streampipes-extensions/streampipes-processors-geo-flink/pom.xml index 1a09e5af94..4d310bd08e 100644 --- a/streampipes-extensions/streampipes-processors-geo-flink/pom.xml +++ b/streampipes-extensions/streampipes-processors-geo-flink/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -36,12 +36,12 @@ org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-flink - 0.70.0-SNAPSHOT + 0.70.0 @@ -84,4 +84,8 @@ streampipes-processors-geo-flink + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-processors-geo-jvm/pom.xml b/streampipes-extensions/streampipes-processors-geo-jvm/pom.xml index df773038d5..814523f29b 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,17 +32,17 @@ org.apache.streampipes streampipes-config - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-standalone - 0.70.0-SNAPSHOT + 0.70.0 @@ -65,4 +65,8 @@ 1.16.1 + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-processors-image-processing-jvm/pom.xml b/streampipes-extensions/streampipes-processors-image-processing-jvm/pom.xml index d73e03bb1e..f55bdeded3 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-standalone - 0.70.0-SNAPSHOT + 0.70.0 @@ -52,4 +52,8 @@ ddogleg + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-processors-pattern-detection-flink/pom.xml b/streampipes-extensions/streampipes-processors-pattern-detection-flink/pom.xml index 972a649702..a987c19cdf 100644 --- a/streampipes-extensions/streampipes-processors-pattern-detection-flink/pom.xml +++ b/streampipes-extensions/streampipes-processors-pattern-detection-flink/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -37,12 +37,12 @@ org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-flink - 0.70.0-SNAPSHOT + 0.70.0 log4j @@ -112,7 +112,7 @@ org.apache.streampipes streampipes-test-utils - 0.70.0-SNAPSHOT + 0.70.0 test @@ -157,4 +157,8 @@ streampipes-processors-pattern-detection-flink + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-processors-statistics-flink/pom.xml b/streampipes-extensions/streampipes-processors-statistics-flink/pom.xml index 5147355a01..dc0cf1c9d1 100644 --- a/streampipes-extensions/streampipes-processors-statistics-flink/pom.xml +++ b/streampipes-extensions/streampipes-processors-statistics-flink/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -36,12 +36,12 @@ org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-flink - 0.70.0-SNAPSHOT + 0.70.0 @@ -96,4 +96,8 @@ streampipes-processors-statistics-flink + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-processors-text-mining-flink/pom.xml b/streampipes-extensions/streampipes-processors-text-mining-flink/pom.xml index bd958589d7..39f8dfed43 100644 --- a/streampipes-extensions/streampipes-processors-text-mining-flink/pom.xml +++ b/streampipes-extensions/streampipes-processors-text-mining-flink/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -36,12 +36,12 @@ org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-flink - 0.70.0-SNAPSHOT + 0.70.0 @@ -89,7 +89,7 @@ org.apache.streampipes streampipes-test-utils - 0.70.0-SNAPSHOT + 0.70.0 test @@ -138,4 +138,8 @@ streampipes-processors-textmining-flink + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-processors-text-mining-jvm/pom.xml b/streampipes-extensions/streampipes-processors-text-mining-jvm/pom.xml index eb70f7f8c3..731398a98d 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-standalone - 0.70.0-SNAPSHOT + 0.70.0 @@ -48,7 +48,11 @@ org.apache.streampipes streampipes-messaging-mqtt - 0.70.0-SNAPSHOT + 0.70.0 + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-processors-transformation-flink/pom.xml b/streampipes-extensions/streampipes-processors-transformation-flink/pom.xml index 9f09710348..ad5c5fedbe 100644 --- a/streampipes-extensions/streampipes-processors-transformation-flink/pom.xml +++ b/streampipes-extensions/streampipes-processors-transformation-flink/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -36,17 +36,17 @@ org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-measurement-units - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-flink - 0.70.0-SNAPSHOT + 0.70.0 @@ -82,7 +82,7 @@ org.apache.streampipes streampipes-test-utils - 0.70.0-SNAPSHOT + 0.70.0 test @@ -132,4 +132,8 @@ streampipes-processors-transformation-flink + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-processors-transformation-jvm/pom.xml b/streampipes-extensions/streampipes-processors-transformation-jvm/pom.xml index f5456930d8..b913dd6906 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -40,12 +40,16 @@ org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-standalone - 0.70.0-SNAPSHOT + 0.70.0 + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-sinks-brokers-jvm/pom.xml b/streampipes-extensions/streampipes-sinks-brokers-jvm/pom.xml index 0a4df601bc..1e1eeae9ab 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,17 +32,17 @@ org.apache.streampipes streampipes-pipeline-elements-shared - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-standalone - 0.70.0-SNAPSHOT + 0.70.0 @@ -109,4 +109,8 @@ test + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-sinks-databases-flink/pom.xml b/streampipes-extensions/streampipes-sinks-databases-flink/pom.xml index 24e0d8cb41..1ecd957c43 100644 --- a/streampipes-extensions/streampipes-sinks-databases-flink/pom.xml +++ b/streampipes-extensions/streampipes-sinks-databases-flink/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -36,12 +36,12 @@ org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-flink - 0.70.0-SNAPSHOT + 0.70.0 @@ -112,4 +112,8 @@ streampipes-sinks-databases-flink + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-sinks-databases-jvm/pom.xml b/streampipes-extensions/streampipes-sinks-databases-jvm/pom.xml index dce5357a1c..bcd98a3a7d 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-standalone - 0.70.0-SNAPSHOT + 0.70.0 @@ -112,4 +112,8 @@ jcl-over-slf4j + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-sinks-internal-jvm/pom.xml b/streampipes-extensions/streampipes-sinks-internal-jvm/pom.xml index 0597a3d5a7..5ab7d8af7a 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -36,23 +36,23 @@ org.apache.streampipes streampipes-pipeline-elements-shared - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-standalone - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-data-explorer-commons - 0.70.0-SNAPSHOT + 0.70.0 @@ -81,4 +81,8 @@ + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-sinks-notifications-jvm/pom.xml b/streampipes-extensions/streampipes-sinks-notifications-jvm/pom.xml index a9991c8449..04aee016d8 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -31,18 +31,18 @@ org.apache.streampipes streampipes-pipeline-elements-shared - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-standalone - 0.70.0-SNAPSHOT + 0.70.0 @@ -59,4 +59,8 @@ okhttp + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-sources-vehicle-simulator/pom.xml b/streampipes-extensions/streampipes-sources-vehicle-simulator/pom.xml index 81c6eee96e..237378b770 100644 --- a/streampipes-extensions/streampipes-sources-vehicle-simulator/pom.xml +++ b/streampipes-extensions/streampipes-sources-vehicle-simulator/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -35,7 +35,7 @@ org.apache.streampipes streampipes-pipeline-elements-data-simulator - 0.70.0-SNAPSHOT + 0.70.0 log4j @@ -48,7 +48,7 @@ org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.graalvm.nativeimage @@ -59,12 +59,12 @@ org.apache.streampipes streampipes-sources - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-standalone - 0.70.0-SNAPSHOT + 0.70.0 @@ -102,4 +102,8 @@ streampipes-sources-vehicle-simulator + + + release/0.70.0 + diff --git a/streampipes-extensions/streampipes-sources-watertank-simulator/pom.xml b/streampipes-extensions/streampipes-sources-watertank-simulator/pom.xml index 6e5da0889a..0092454636 100644 --- a/streampipes-extensions/streampipes-sources-watertank-simulator/pom.xml +++ b/streampipes-extensions/streampipes-sources-watertank-simulator/pom.xml @@ -21,7 +21,7 @@ streampipes-extensions org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -35,7 +35,7 @@ org.apache.streampipes streampipes-pipeline-elements-data-simulator - 0.70.0-SNAPSHOT + 0.70.0 log4j @@ -48,7 +48,7 @@ org.apache.streampipes streampipes-sdk-bundle - 0.70.0-SNAPSHOT + 0.70.0 org.graalvm.nativeimage @@ -59,12 +59,12 @@ org.apache.streampipes streampipes-sources - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper-standalone - 0.70.0-SNAPSHOT + 0.70.0 @@ -111,4 +111,8 @@ streampipes-sources-watertank-simulator + + + release/0.70.0 + diff --git a/streampipes-logging/pom.xml b/streampipes-logging/pom.xml index 1e8f56736f..3303e0ce3d 100644 --- a/streampipes-logging/pom.xml +++ b/streampipes-logging/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 diff --git a/streampipes-mail/pom.xml b/streampipes-mail/pom.xml index f8c46a27cb..a171ced906 100644 --- a/streampipes-mail/pom.xml +++ b/streampipes-mail/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -30,12 +30,12 @@ org.apache.streampipes streampipes-config - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-user-management - 0.70.0-SNAPSHOT + 0.70.0 org.simplejavamail diff --git a/streampipes-maven-plugin/pom.xml b/streampipes-maven-plugin/pom.xml index 3abf90768f..def5be1022 100644 --- a/streampipes-maven-plugin/pom.xml +++ b/streampipes-maven-plugin/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 diff --git a/streampipes-measurement-units/pom.xml b/streampipes-measurement-units/pom.xml index d2e700b92d..0c94cb070b 100644 --- a/streampipes-measurement-units/pom.xml +++ b/streampipes-measurement-units/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 streampipes-measurement-units @@ -31,7 +31,7 @@ org.apache.streampipes streampipes-commons - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-messaging-jms/pom.xml b/streampipes-messaging-jms/pom.xml index 985aea483f..86d6494ed0 100644 --- a/streampipes-messaging-jms/pom.xml +++ b/streampipes-messaging-jms/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-messaging - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-messaging-kafka/pom.xml b/streampipes-messaging-kafka/pom.xml index 2bdae81111..f0e7ae25e4 100644 --- a/streampipes-messaging-kafka/pom.xml +++ b/streampipes-messaging-kafka/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-messaging - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-commons - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-messaging-mqtt/pom.xml b/streampipes-messaging-mqtt/pom.xml index 67ac177756..fdb85b424c 100644 --- a/streampipes-messaging-mqtt/pom.xml +++ b/streampipes-messaging-mqtt/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -31,7 +31,7 @@ org.apache.streampipes streampipes-messaging - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-messaging/pom.xml b/streampipes-messaging/pom.xml index c688373420..ecb6c39bb3 100644 --- a/streampipes-messaging/pom.xml +++ b/streampipes-messaging/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-model - 0.70.0-SNAPSHOT + 0.70.0 \ No newline at end of file diff --git a/streampipes-model-client/pom.xml b/streampipes-model-client/pom.xml index 431bad4476..008bfcf209 100644 --- a/streampipes-model-client/pom.xml +++ b/streampipes-model-client/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 streampipes-model-client @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-commons - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-model-shared - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-model-shared/pom.xml b/streampipes-model-shared/pom.xml index 11eb69b4cb..9eba4e0a45 100644 --- a/streampipes-model-shared/pom.xml +++ b/streampipes-model-shared/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 diff --git a/streampipes-model/pom.xml b/streampipes-model/pom.xml index 53f9c6c31b..22d78eb042 100644 --- a/streampipes-model/pom.xml +++ b/streampipes-model/pom.xml @@ -23,29 +23,29 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-commons - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-model-shared - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-logging - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-vocabulary - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-performance-tests/pom.xml b/streampipes-performance-tests/pom.xml index 36cb506d71..3c2baa404f 100644 --- a/streampipes-performance-tests/pom.xml +++ b/streampipes-performance-tests/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,22 +32,22 @@ org.apache.streampipes streampipes-messaging-kafka - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-model - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-pipeline-management - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-dataformat-json - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-pipeline-management/pom.xml b/streampipes-pipeline-management/pom.xml index 19af5ba4df..84ef4faacd 100644 --- a/streampipes-pipeline-management/pom.xml +++ b/streampipes-pipeline-management/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 streampipes-pipeline-management @@ -30,87 +30,87 @@ org.apache.streampipes streampipes-commons - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-container - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-dataformat-cbor - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-dataformat-fst - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-dataformat-json - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-dataformat-smile - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-messaging-jms - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-messaging-mqtt - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-messaging-kafka - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-model - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-model-client - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-resource-management - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-sdk - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-serializers-json - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-service-discovery - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-storage-management - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-user-management - 0.70.0-SNAPSHOT + 0.70.0 @@ -135,13 +135,13 @@ org.apache.streampipes streampipes-measurement-units - 0.70.0-SNAPSHOT + 0.70.0 test org.apache.streampipes streampipes-test-utils - 0.70.0-SNAPSHOT + 0.70.0 test diff --git a/streampipes-platform-services/pom.xml b/streampipes-platform-services/pom.xml index 5558c74da4..209a54a0a6 100644 --- a/streampipes-platform-services/pom.xml +++ b/streampipes-platform-services/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -31,27 +31,27 @@ org.apache.streampipes streampipes-data-explorer - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-model - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-rest-shared - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-storage-api - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-rest - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-resource-management/pom.xml b/streampipes-resource-management/pom.xml index bfbb8177aa..d4741f0d26 100644 --- a/streampipes-resource-management/pom.xml +++ b/streampipes-resource-management/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -30,17 +30,17 @@ org.apache.streampipes streampipes-mail - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-storage-management - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-user-management - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-rest-core-base/pom.xml b/streampipes-rest-core-base/pom.xml index 4d6dcd8b0f..5424ccdd68 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -31,22 +31,22 @@ org.apache.streampipes streampipes-rest-shared - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-user-management - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-storage-management - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-pipeline-management - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-rest-shared/pom.xml b/streampipes-rest-shared/pom.xml index 606d5ada6f..0fd862f41e 100644 --- a/streampipes-rest-shared/pom.xml +++ b/streampipes-rest-shared/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-commons - 0.70.0-SNAPSHOT + 0.70.0 org.apache.httpcomponents @@ -43,7 +43,7 @@ org.apache.streampipes streampipes-serializers-json - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-rest/pom.xml b/streampipes-rest/pom.xml index 8f2db93f4a..847e749110 100644 --- a/streampipes-rest/pom.xml +++ b/streampipes-rest/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 StreamPipes REST API streampipes-rest @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-commons - 0.70.0-SNAPSHOT + 0.70.0 org.apache.httpcomponents @@ -43,72 +43,72 @@ org.apache.streampipes streampipes-config - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-data-explorer - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-data-export - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-measurement-units - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-messaging-jms - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-mail - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-model-client - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-pipeline-management - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-rest-shared - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-serializers-json - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-service-discovery - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-user-management - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-rest-core-base - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-connect-container-master - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-sdk-bundle/pom.xml b/streampipes-sdk-bundle/pom.xml index acfcf02034..b8d62574e7 100644 --- a/streampipes-sdk-bundle/pom.xml +++ b/streampipes-sdk-bundle/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -30,47 +30,47 @@ org.apache.streampipes streampipes-sdk - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-container-extensions - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-dataformat-json - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-dataformat-cbor - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-dataformat-smile - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-dataformat-fst - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-messaging-jms - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-messaging-kafka - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-messaging-mqtt - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-sdk/pom.xml b/streampipes-sdk/pom.xml index e99e80e203..757dd0c794 100644 --- a/streampipes-sdk/pom.xml +++ b/streampipes-sdk/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,17 +32,17 @@ org.apache.streampipes streampipes-config - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-model - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-vocabulary - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-security-jwt/pom.xml b/streampipes-security-jwt/pom.xml index ffbd7357d5..3833383802 100644 --- a/streampipes-security-jwt/pom.xml +++ b/streampipes-security-jwt/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -30,7 +30,7 @@ org.apache.streampipes streampipes-commons - 0.70.0-SNAPSHOT + 0.70.0 io.jsonwebtoken diff --git a/streampipes-serializers-json/pom.xml b/streampipes-serializers-json/pom.xml index 1fd8b26c20..10b794910a 100644 --- a/streampipes-serializers-json/pom.xml +++ b/streampipes-serializers-json/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -31,12 +31,12 @@ org.apache.streampipes streampipes-model - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-model-client - 0.70.0-SNAPSHOT + 0.70.0 @@ -49,7 +49,7 @@ org.apache.streampipes streampipes-test-utils - 0.70.0-SNAPSHOT + 0.70.0 test diff --git a/streampipes-service-base/pom.xml b/streampipes-service-base/pom.xml index 41e0ddfc51..2620109139 100644 --- a/streampipes-service-base/pom.xml +++ b/streampipes-service-base/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-commons - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-service-discovery - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-service-discovery-api/pom.xml b/streampipes-service-discovery-api/pom.xml index b0edc99858..321c6f7324 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.70.0-SNAPSHOT + 0.70.0 4.0.0 diff --git a/streampipes-service-discovery-consul/pom.xml b/streampipes-service-discovery-consul/pom.xml index 85c163a4b4..11d43e6812 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -31,17 +31,17 @@ org.apache.streampipes streampipes-logging - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-serializers-json - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-service-discovery-api - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-service-discovery/pom.xml b/streampipes-service-discovery/pom.xml index ff546c2e8c..a2e21cf5f3 100644 --- a/streampipes-service-discovery/pom.xml +++ b/streampipes-service-discovery/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -31,12 +31,12 @@ org.apache.streampipes streampipes-service-discovery-api - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-service-discovery-consul - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-service-extensions-base/pom.xml b/streampipes-service-extensions-base/pom.xml index ee8488fcc4..9631ae6756 100644 --- a/streampipes-service-extensions-base/pom.xml +++ b/streampipes-service-extensions-base/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -31,17 +31,17 @@ org.apache.streampipes streampipes-client - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-container - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-service-base - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-sources/pom.xml b/streampipes-sources/pom.xml index a90de6dd81..c85c3c90e8 100644 --- a/streampipes-sources/pom.xml +++ b/streampipes-sources/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 streampipes-sources @@ -31,7 +31,7 @@ org.apache.streampipes streampipes-container - 0.70.0-SNAPSHOT + 0.70.0 \ No newline at end of file diff --git a/streampipes-storage-api/pom.xml b/streampipes-storage-api/pom.xml index 64d5248b9b..88c1119e90 100644 --- a/streampipes-storage-api/pom.xml +++ b/streampipes-storage-api/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 streampipes-storage-api @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-model - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-model-client - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-storage-couchdb/pom.xml b/streampipes-storage-couchdb/pom.xml index dd4bf66da3..afeeba83ac 100644 --- a/streampipes-storage-couchdb/pom.xml +++ b/streampipes-storage-couchdb/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,22 +32,22 @@ org.apache.streampipes streampipes-service-discovery - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-model - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-model-client - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-storage-api - 0.70.0-SNAPSHOT + 0.70.0 @@ -72,7 +72,7 @@ org.apache.streampipes streampipes-test-utils - 0.70.0-SNAPSHOT + 0.70.0 test diff --git a/streampipes-storage-management/pom.xml b/streampipes-storage-management/pom.xml index c9df7143e7..710a903b17 100644 --- a/streampipes-storage-management/pom.xml +++ b/streampipes-storage-management/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-storage-api - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-storage-couchdb - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-test-utils/pom.xml b/streampipes-test-utils/pom.xml index f1a48f1963..2e338faaf1 100644 --- a/streampipes-test-utils/pom.xml +++ b/streampipes-test-utils/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-model - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-user-management/pom.xml b/streampipes-user-management/pom.xml index e3056e5c24..e5e03e7f69 100644 --- a/streampipes-user-management/pom.xml +++ b/streampipes-user-management/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,22 +32,22 @@ org.apache.streampipes streampipes-config - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-model-client - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-security-jwt - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-storage-management - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-vocabulary/pom.xml b/streampipes-vocabulary/pom.xml index b6a9a2a49c..fc7d90f359 100644 --- a/streampipes-vocabulary/pom.xml +++ b/streampipes-vocabulary/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 diff --git a/streampipes-wrapper-distributed/pom.xml b/streampipes-wrapper-distributed/pom.xml index 66473cc945..3884e224eb 100644 --- a/streampipes-wrapper-distributed/pom.xml +++ b/streampipes-wrapper-distributed/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,22 +32,22 @@ org.apache.streampipes streampipes-messaging-jms - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-messaging-kafka - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-messaging-mqtt - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-wrapper - 0.70.0-SNAPSHOT + 0.70.0 \ No newline at end of file diff --git a/streampipes-wrapper-flink/pom.xml b/streampipes-wrapper-flink/pom.xml index e976ee61c9..eb5fa7f9b6 100644 --- a/streampipes-wrapper-flink/pom.xml +++ b/streampipes-wrapper-flink/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 streampipes-wrapper-flink @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-wrapper-distributed - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-wrapper-kafka-streams/pom.xml b/streampipes-wrapper-kafka-streams/pom.xml index fa678977be..e97a4f2729 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.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-wrapper-distributed - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-wrapper-python/pom.xml b/streampipes-wrapper-python/pom.xml index fee32e106f..a9a7f64d9c 100644 --- a/streampipes-wrapper-python/pom.xml +++ b/streampipes-wrapper-python/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 diff --git a/streampipes-wrapper-siddhi/pom.xml b/streampipes-wrapper-siddhi/pom.xml index fa4e33735d..0b29839fe6 100644 --- a/streampipes-wrapper-siddhi/pom.xml +++ b/streampipes-wrapper-siddhi/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.70.0-SNAPSHOT + 0.70.0 4.0.0 @@ -33,7 +33,7 @@ org.apache.streampipes streampipes-wrapper-standalone - 0.70.0-SNAPSHOT + 0.70.0 diff --git a/streampipes-wrapper-standalone/pom.xml b/streampipes-wrapper-standalone/pom.xml index b4b9286c7d..c400874c36 100644 --- a/streampipes-wrapper-standalone/pom.xml +++ b/streampipes-wrapper-standalone/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 streampipes-wrapper-standalone @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-wrapper - 0.70.0-SNAPSHOT + 0.70.0 \ No newline at end of file diff --git a/streampipes-wrapper/pom.xml b/streampipes-wrapper/pom.xml index a02e8a918a..9727dc1dfb 100644 --- a/streampipes-wrapper/pom.xml +++ b/streampipes-wrapper/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.70.0-SNAPSHOT + 0.70.0 streampipes-wrapper @@ -30,32 +30,32 @@ org.apache.streampipes streampipes-container - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-service-extensions-base - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-client - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-dataformat - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-messaging - 0.70.0-SNAPSHOT + 0.70.0 org.apache.streampipes streampipes-sdk - 0.70.0-SNAPSHOT + 0.70.0