From 46859a0e7e9003186e82cc9b96068e83993bd3f0 Mon Sep 17 00:00:00 2001 From: Dominik Riemer Date: Mon, 5 Jul 2021 20:49:51 +0200 Subject: [PATCH] [maven-release-plugin] prepare release release/0.68.0 --- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../streampipes-archetype-pe-sources/pom.xml | 2 +- pom.xml | 4 +-- streampipes-backend/pom.xml | 14 ++++---- streampipes-client/pom.xml | 16 ++++----- streampipes-code-generation/pom.xml | 10 +++--- streampipes-commons/pom.xml | 2 +- streampipes-config/pom.xml | 4 +-- streampipes-connect-container-master/pom.xml | 10 +++--- streampipes-connect-container-worker/pom.xml | 4 +-- streampipes-connect-container/pom.xml | 12 +++---- streampipes-connect/pom.xml | 30 ++++++++-------- streampipes-container-base/pom.xml | 2 +- streampipes-container-embedded/pom.xml | 4 +-- streampipes-container-extensions/pom.xml | 8 ++--- streampipes-container-standalone/pom.xml | 6 ++-- streampipes-container/pom.xml | 12 +++---- streampipes-data-explorer/pom.xml | 8 ++--- 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-logging/pom.xml | 2 +- streampipes-maven-plugin/pom.xml | 2 +- streampipes-measurement-units/pom.xml | 4 +-- streampipes-messaging-jms/pom.xml | 4 +-- streampipes-messaging-kafka/pom.xml | 4 +-- streampipes-messaging-mqtt/pom.xml | 4 +-- streampipes-messaging/pom.xml | 4 +-- streampipes-model-client/pom.xml | 4 +-- streampipes-model-shared/pom.xml | 2 +- streampipes-model/pom.xml | 10 +++--- streampipes-performance-tests/pom.xml | 10 +++--- streampipes-pipeline-management/pom.xml | 36 +++++++++---------- streampipes-platform-services/pom.xml | 12 +++---- streampipes-rest-shared/pom.xml | 6 ++-- streampipes-rest/pom.xml | 24 ++++++------- streampipes-sdk/pom.xml | 8 ++--- streampipes-serializers-json/pom.xml | 6 ++-- streampipes-serializers-jsonld/pom.xml | 6 ++-- streampipes-sources/pom.xml | 4 +-- streampipes-storage-api/pom.xml | 6 ++-- streampipes-storage-couchdb/pom.xml | 12 +++---- streampipes-storage-management/pom.xml | 8 ++--- streampipes-storage-rdf4j/pom.xml | 12 +++---- streampipes-test-utils/pom.xml | 4 +-- streampipes-user-management/pom.xml | 6 ++-- 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-spark/pom.xml | 8 ++--- streampipes-wrapper-standalone/pom.xml | 4 +-- streampipes-wrapper/pom.xml | 10 +++--- 60 files changed, 216 insertions(+), 216 deletions(-) diff --git a/archetypes/streampipes-archetype-pe-processors-flink/pom.xml b/archetypes/streampipes-archetype-pe-processors-flink/pom.xml index 3c28ec62ed..7608c27089 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.68.0-SNAPSHOT + 0.68.0 ../../pom.xml streampipes-archetype-pe-processors-flink diff --git a/archetypes/streampipes-archetype-pe-processors-jvm/pom.xml b/archetypes/streampipes-archetype-pe-processors-jvm/pom.xml index 6bf6a4db33..0f069565e2 100644 --- a/archetypes/streampipes-archetype-pe-processors-jvm/pom.xml +++ b/archetypes/streampipes-archetype-pe-processors-jvm/pom.xml @@ -22,7 +22,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 ../../pom.xml streampipes-archetype-pe-processors-jvm diff --git a/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml b/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml index bb60406eca..5bb1ecf4dc 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.68.0-SNAPSHOT + 0.68.0 ../../pom.xml streampipes-archetype-pe-sinks-flink diff --git a/archetypes/streampipes-archetype-pe-sinks-jvm/pom.xml b/archetypes/streampipes-archetype-pe-sinks-jvm/pom.xml index 04f30ffc51..982fa8dbd1 100644 --- a/archetypes/streampipes-archetype-pe-sinks-jvm/pom.xml +++ b/archetypes/streampipes-archetype-pe-sinks-jvm/pom.xml @@ -22,7 +22,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 ../../pom.xml streampipes-archetype-pe-sinks-jvm diff --git a/archetypes/streampipes-archetype-pe-sources/pom.xml b/archetypes/streampipes-archetype-pe-sources/pom.xml index 435f9b0a4a..e6df93909e 100644 --- a/archetypes/streampipes-archetype-pe-sources/pom.xml +++ b/archetypes/streampipes-archetype-pe-sources/pom.xml @@ -22,7 +22,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 ../../pom.xml streampipes-archetype-pe-sources diff --git a/pom.xml b/pom.xml index b78e9d278e..4b870f635c 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 pom @@ -1294,7 +1294,7 @@ 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.68.0 + release/0.68.0 diff --git a/streampipes-backend/pom.xml b/streampipes-backend/pom.xml index c5c7a56803..681722818b 100644 --- a/streampipes-backend/pom.xml +++ b/streampipes-backend/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 streampipes-backend @@ -33,7 +33,7 @@ org.apache.streampipes streampipes-container-base - 0.68.0-SNAPSHOT + 0.68.0 org.springframework.boot @@ -44,27 +44,27 @@ org.apache.streampipes streampipes-config - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-messaging-kafka - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-rest - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-connect-container-master - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-platform-services - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-client/pom.xml b/streampipes-client/pom.xml index d1e06b775f..fc76b90112 100644 --- a/streampipes-client/pom.xml +++ b/streampipes-client/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,37 +32,37 @@ org.apache.streampipes streampipes-dataformat-json - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-dataformat-cbor - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-dataformat-fst - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-messaging-kafka - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-model - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-model-client - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-serializers-json - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-code-generation/pom.xml b/streampipes-code-generation/pom.xml index c8c2ef4fa7..a904c99774 100644 --- a/streampipes-code-generation/pom.xml +++ b/streampipes-code-generation/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 streampipes-code-generation @@ -39,23 +39,23 @@ org.apache.streampipes streampipes-container-standalone - 0.68.0-SNAPSHOT + 0.68.0 provided org.apache.streampipes streampipes-model-client - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-sdk - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-serializers-json - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-commons/pom.xml b/streampipes-commons/pom.xml index 1c700f6d96..1257948af4 100644 --- a/streampipes-commons/pom.xml +++ b/streampipes-commons/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 streampipes-commons diff --git a/streampipes-config/pom.xml b/streampipes-config/pom.xml index ac0a344317..1a9e521529 100644 --- a/streampipes-config/pom.xml +++ b/streampipes-config/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-vocabulary - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-connect-container-master/pom.xml b/streampipes-connect-container-master/pom.xml index 91a87297f8..5ae5a89d7d 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.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,22 +32,22 @@ org.apache.streampipes streampipes-connect-container - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-pipeline-management - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-storage-couchdb - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-user-management - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-connect-container-worker/pom.xml b/streampipes-connect-container-worker/pom.xml index 686c48e007..d59f24e87c 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.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-connect-container - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-connect-container/pom.xml b/streampipes-connect-container/pom.xml index 3e01d2fd1c..7fd0c3a37c 100644 --- a/streampipes-connect-container/pom.xml +++ b/streampipes-connect-container/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,27 +32,27 @@ org.apache.streampipes streampipes-config - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-connect - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-container-base - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-rest-shared - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-serializers-json - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-connect/pom.xml b/streampipes-connect/pom.xml index cf12739bac..ab9099e124 100755 --- a/streampipes-connect/pom.xml +++ b/streampipes-connect/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,72 +32,72 @@ org.apache.streampipes streampipes-config - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-container - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-dataformat-json - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-dataformat-smile - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-dataformat-cbor - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-dataformat-fst - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-measurement-units - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-messaging-kafka - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-messaging-jms - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-messaging-mqtt - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-model - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-sdk - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-rest-shared - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-serializers-json - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-container-base/pom.xml b/streampipes-container-base/pom.xml index 09be997914..123dcf7cdc 100644 --- a/streampipes-container-base/pom.xml +++ b/streampipes-container-base/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 diff --git a/streampipes-container-embedded/pom.xml b/streampipes-container-embedded/pom.xml index 9aed2983ce..8c91ce720e 100644 --- a/streampipes-container-embedded/pom.xml +++ b/streampipes-container-embedded/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 streampipes-container-embedded @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-container - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-container-extensions/pom.xml b/streampipes-container-extensions/pom.xml index be6d340e9b..2b1237c158 100644 --- a/streampipes-container-extensions/pom.xml +++ b/streampipes-container-extensions/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-container - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-container-base - 0.68.0-SNAPSHOT + 0.68.0 @@ -48,7 +48,7 @@ org.apache.streampipes streampipes-connect-container-worker - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-container-standalone/pom.xml b/streampipes-container-standalone/pom.xml index 8b2abdc78f..cff4e2969a 100644 --- a/streampipes-container-standalone/pom.xml +++ b/streampipes-container-standalone/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-container - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-container-base - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-container/pom.xml b/streampipes-container/pom.xml index be63f52bcb..d4bfb3d578 100644 --- a/streampipes-container/pom.xml +++ b/streampipes-container/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 streampipes-container @@ -33,27 +33,27 @@ org.apache.streampipes streampipes-dataformat - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-messaging - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-sdk - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-serializers-json - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-rest-shared - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-data-explorer/pom.xml b/streampipes-data-explorer/pom.xml index 6675fed71a..0798c6ac23 100644 --- a/streampipes-data-explorer/pom.xml +++ b/streampipes-data-explorer/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -31,17 +31,17 @@ org.apache.streampipes streampipes-config - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-model - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-storage-management - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-dataformat-cbor/pom.xml b/streampipes-dataformat-cbor/pom.xml index 60b4e173d5..5f83199523 100644 --- a/streampipes-dataformat-cbor/pom.xml +++ b/streampipes-dataformat-cbor/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-dataformat - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-vocabulary - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-dataformat-fst/pom.xml b/streampipes-dataformat-fst/pom.xml index 2dc4fd2998..53f6f93bdd 100644 --- a/streampipes-dataformat-fst/pom.xml +++ b/streampipes-dataformat-fst/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-dataformat - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-vocabulary - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-dataformat-json/pom.xml b/streampipes-dataformat-json/pom.xml index 81a1580403..fbbe621195 100644 --- a/streampipes-dataformat-json/pom.xml +++ b/streampipes-dataformat-json/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-dataformat - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-vocabulary - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-dataformat-smile/pom.xml b/streampipes-dataformat-smile/pom.xml index 79f035a7d7..f61fb68764 100644 --- a/streampipes-dataformat-smile/pom.xml +++ b/streampipes-dataformat-smile/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-dataformat - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-vocabulary - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-dataformat/pom.xml b/streampipes-dataformat/pom.xml index c94b48d743..34e0ef6487 100644 --- a/streampipes-dataformat/pom.xml +++ b/streampipes-dataformat/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-model - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-logging/pom.xml b/streampipes-logging/pom.xml index d648b2f11e..720ff11dc0 100644 --- a/streampipes-logging/pom.xml +++ b/streampipes-logging/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 diff --git a/streampipes-maven-plugin/pom.xml b/streampipes-maven-plugin/pom.xml index 9100defa34..70dd657201 100644 --- a/streampipes-maven-plugin/pom.xml +++ b/streampipes-maven-plugin/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 diff --git a/streampipes-measurement-units/pom.xml b/streampipes-measurement-units/pom.xml index 0955ffbb5e..11f12bc573 100644 --- a/streampipes-measurement-units/pom.xml +++ b/streampipes-measurement-units/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 streampipes-measurement-units @@ -31,7 +31,7 @@ org.apache.streampipes streampipes-commons - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-messaging-jms/pom.xml b/streampipes-messaging-jms/pom.xml index ccedd6cf1d..6195a5af9e 100644 --- a/streampipes-messaging-jms/pom.xml +++ b/streampipes-messaging-jms/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-messaging - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-messaging-kafka/pom.xml b/streampipes-messaging-kafka/pom.xml index 54028fa033..5c1284f424 100644 --- a/streampipes-messaging-kafka/pom.xml +++ b/streampipes-messaging-kafka/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-messaging - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-messaging-mqtt/pom.xml b/streampipes-messaging-mqtt/pom.xml index 39f493b5ed..0fa18ea1f0 100644 --- a/streampipes-messaging-mqtt/pom.xml +++ b/streampipes-messaging-mqtt/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -31,7 +31,7 @@ org.apache.streampipes streampipes-messaging - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-messaging/pom.xml b/streampipes-messaging/pom.xml index bb043e1ca5..54e8f1f8fe 100644 --- a/streampipes-messaging/pom.xml +++ b/streampipes-messaging/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-model - 0.68.0-SNAPSHOT + 0.68.0 \ No newline at end of file diff --git a/streampipes-model-client/pom.xml b/streampipes-model-client/pom.xml index 8d72daf1fd..fb6f2ed531 100644 --- a/streampipes-model-client/pom.xml +++ b/streampipes-model-client/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 streampipes-model-client @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-model-shared - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-model-shared/pom.xml b/streampipes-model-shared/pom.xml index d777bf8748..62ed1a85f0 100644 --- a/streampipes-model-shared/pom.xml +++ b/streampipes-model-shared/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 diff --git a/streampipes-model/pom.xml b/streampipes-model/pom.xml index ad55eeb2e6..cadb4c71cf 100644 --- a/streampipes-model/pom.xml +++ b/streampipes-model/pom.xml @@ -23,29 +23,29 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-commons - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-model-shared - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-logging - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-vocabulary - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-performance-tests/pom.xml b/streampipes-performance-tests/pom.xml index 24d1c88ae6..b8d1c29cc6 100644 --- a/streampipes-performance-tests/pom.xml +++ b/streampipes-performance-tests/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,22 +32,22 @@ org.apache.streampipes streampipes-messaging-kafka - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-model - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-pipeline-management - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-dataformat-json - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-pipeline-management/pom.xml b/streampipes-pipeline-management/pom.xml index d9444f21ef..0189db8007 100644 --- a/streampipes-pipeline-management/pom.xml +++ b/streampipes-pipeline-management/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 streampipes-pipeline-management @@ -30,82 +30,82 @@ org.apache.streampipes streampipes-code-generation - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-commons - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-container - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-dataformat-cbor - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-dataformat-fst - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-dataformat-json - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-dataformat-smile - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-messaging-jms - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-messaging-mqtt - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-messaging-kafka - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-model - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-model-client - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-sdk - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-serializers-json - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-storage-management - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-user-management - 0.68.0-SNAPSHOT + 0.68.0 @@ -131,7 +131,7 @@ org.apache.streampipes streampipes-measurement-units - 0.68.0-SNAPSHOT + 0.68.0 test diff --git a/streampipes-platform-services/pom.xml b/streampipes-platform-services/pom.xml index 58d587e463..140c47b0c1 100644 --- a/streampipes-platform-services/pom.xml +++ b/streampipes-platform-services/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -31,27 +31,27 @@ org.apache.streampipes streampipes-data-explorer - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-model - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-rest-shared - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-storage-api - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-rest - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-rest-shared/pom.xml b/streampipes-rest-shared/pom.xml index b478757ebe..118dff6ea6 100644 --- a/streampipes-rest-shared/pom.xml +++ b/streampipes-rest-shared/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-commons - 0.68.0-SNAPSHOT + 0.68.0 org.apache.httpcomponents @@ -43,7 +43,7 @@ org.apache.streampipes streampipes-serializers-json - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-rest/pom.xml b/streampipes-rest/pom.xml index 2b14a26c7d..343e6c0007 100644 --- a/streampipes-rest/pom.xml +++ b/streampipes-rest/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 StreamPipes REST API streampipes-rest @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-commons - 0.68.0-SNAPSHOT + 0.68.0 org.apache.httpcomponents @@ -43,52 +43,52 @@ org.apache.streampipes streampipes-config - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-data-explorer - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-measurement-units - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-messaging-jms - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-model-client - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-pipeline-management - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-rest-shared - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-serializers-json - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-serializers-jsonld - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-user-management - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-sdk/pom.xml b/streampipes-sdk/pom.xml index fcab527eb3..384bd924cb 100644 --- a/streampipes-sdk/pom.xml +++ b/streampipes-sdk/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,17 +32,17 @@ org.apache.streampipes streampipes-config - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-model - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-vocabulary - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-serializers-json/pom.xml b/streampipes-serializers-json/pom.xml index 0444b3bdcf..7d4b11e986 100644 --- a/streampipes-serializers-json/pom.xml +++ b/streampipes-serializers-json/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -31,12 +31,12 @@ org.apache.streampipes streampipes-model - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-model-client - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-serializers-jsonld/pom.xml b/streampipes-serializers-jsonld/pom.xml index df55ad0197..e4782030e3 100644 --- a/streampipes-serializers-jsonld/pom.xml +++ b/streampipes-serializers-jsonld/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -31,12 +31,12 @@ org.apache.streampipes streampipes-model - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-model-client - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-sources/pom.xml b/streampipes-sources/pom.xml index 5fcca3c4f5..40cabd80a6 100644 --- a/streampipes-sources/pom.xml +++ b/streampipes-sources/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 streampipes-sources @@ -31,7 +31,7 @@ org.apache.streampipes streampipes-container - 0.68.0-SNAPSHOT + 0.68.0 \ No newline at end of file diff --git a/streampipes-storage-api/pom.xml b/streampipes-storage-api/pom.xml index fc92b16420..953760d616 100644 --- a/streampipes-storage-api/pom.xml +++ b/streampipes-storage-api/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 streampipes-storage-api @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-model - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-model-client - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-storage-couchdb/pom.xml b/streampipes-storage-couchdb/pom.xml index 1d8124bd89..269105b8ad 100644 --- a/streampipes-storage-couchdb/pom.xml +++ b/streampipes-storage-couchdb/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,27 +32,27 @@ org.apache.streampipes streampipes-config - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-model - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-model-client - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-serializers-json - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-storage-api - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-storage-management/pom.xml b/streampipes-storage-management/pom.xml index c2f91d4224..bd207179ee 100644 --- a/streampipes-storage-management/pom.xml +++ b/streampipes-storage-management/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,17 +32,17 @@ org.apache.streampipes streampipes-storage-api - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-storage-couchdb - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-storage-rdf4j - 0.68.0-SNAPSHOT + 0.68.0 \ No newline at end of file diff --git a/streampipes-storage-rdf4j/pom.xml b/streampipes-storage-rdf4j/pom.xml index faf15dcc78..33131d5dee 100644 --- a/streampipes-storage-rdf4j/pom.xml +++ b/streampipes-storage-rdf4j/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,27 +32,27 @@ org.apache.streampipes streampipes-config - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-model - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-model-client - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-serializers-jsonld - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-storage-api - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-test-utils/pom.xml b/streampipes-test-utils/pom.xml index 72869267c1..2d0a9837de 100644 --- a/streampipes-test-utils/pom.xml +++ b/streampipes-test-utils/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-model - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-user-management/pom.xml b/streampipes-user-management/pom.xml index 3708843c4a..08bd16d39c 100644 --- a/streampipes-user-management/pom.xml +++ b/streampipes-user-management/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,12 +32,12 @@ org.apache.streampipes streampipes-model-client - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-storage-management - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-vocabulary/pom.xml b/streampipes-vocabulary/pom.xml index 7f5a14f5e3..837acfe573 100644 --- a/streampipes-vocabulary/pom.xml +++ b/streampipes-vocabulary/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 diff --git a/streampipes-wrapper-distributed/pom.xml b/streampipes-wrapper-distributed/pom.xml index 3672d588f7..afd188813b 100644 --- a/streampipes-wrapper-distributed/pom.xml +++ b/streampipes-wrapper-distributed/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,22 +32,22 @@ org.apache.streampipes streampipes-messaging-jms - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-messaging-kafka - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-messaging-mqtt - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-wrapper - 0.68.0-SNAPSHOT + 0.68.0 \ No newline at end of file diff --git a/streampipes-wrapper-flink/pom.xml b/streampipes-wrapper-flink/pom.xml index 574d8aec89..a376429d89 100644 --- a/streampipes-wrapper-flink/pom.xml +++ b/streampipes-wrapper-flink/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 streampipes-wrapper-flink @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-wrapper-distributed - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-wrapper-kafka-streams/pom.xml b/streampipes-wrapper-kafka-streams/pom.xml index 7fad31858c..f2731d5693 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.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -36,7 +36,7 @@ org.apache.streampipes streampipes-wrapper-distributed - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-wrapper-python/pom.xml b/streampipes-wrapper-python/pom.xml index 686b8dad15..2576103577 100644 --- a/streampipes-wrapper-python/pom.xml +++ b/streampipes-wrapper-python/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 diff --git a/streampipes-wrapper-siddhi/pom.xml b/streampipes-wrapper-siddhi/pom.xml index 83b3d178f8..e4cdec4bfc 100644 --- a/streampipes-wrapper-siddhi/pom.xml +++ b/streampipes-wrapper-siddhi/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.apache.streampipes - 0.68.0-SNAPSHOT + 0.68.0 4.0.0 @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-wrapper-standalone - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-wrapper-spark/pom.xml b/streampipes-wrapper-spark/pom.xml index 2c8a7e3482..a4896a779e 100644 --- a/streampipes-wrapper-spark/pom.xml +++ b/streampipes-wrapper-spark/pom.xml @@ -23,7 +23,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 streampipes-wrapper-spark @@ -107,17 +107,17 @@ org.apache.streampipes streampipes-model - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-container - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-wrapper - 0.68.0-SNAPSHOT + 0.68.0 diff --git a/streampipes-wrapper-standalone/pom.xml b/streampipes-wrapper-standalone/pom.xml index e2ad13db6a..7d005eb055 100644 --- a/streampipes-wrapper-standalone/pom.xml +++ b/streampipes-wrapper-standalone/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 streampipes-wrapper-standalone @@ -32,7 +32,7 @@ org.apache.streampipes streampipes-wrapper - 0.68.0-SNAPSHOT + 0.68.0 \ No newline at end of file diff --git a/streampipes-wrapper/pom.xml b/streampipes-wrapper/pom.xml index 5a92e389cd..c4c4e92836 100644 --- a/streampipes-wrapper/pom.xml +++ b/streampipes-wrapper/pom.xml @@ -21,7 +21,7 @@ org.apache.streampipes streampipes-parent - 0.68.0-SNAPSHOT + 0.68.0 streampipes-wrapper @@ -30,22 +30,22 @@ org.apache.streampipes streampipes-container - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-dataformat - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-messaging - 0.68.0-SNAPSHOT + 0.68.0 org.apache.streampipes streampipes-sdk - 0.68.0-SNAPSHOT + 0.68.0 \ No newline at end of file