From 3d266b7445b5d1c37b5f0e0d0e44cb94de036470 Mon Sep 17 00:00:00 2001 From: zehnder Date: Wed, 14 Nov 2018 19:22:05 +0000 Subject: [PATCH] [RELEASE] [skip-ci]updating poms for branch'release-0.60.0' with non-snapshot versions --- archetypes/streampipes-archetype-pe-processors-flink/pom.xml | 2 +- archetypes/streampipes-archetype-pe-processors-jvm/pom.xml | 2 +- archetypes/streampipes-archetype-pe-sinks-flink/pom.xml | 2 +- archetypes/streampipes-archetype-pe-sinks-jvm/pom.xml | 2 +- archetypes/streampipes-archetype-pe-sources/pom.xml | 2 +- pom.xml | 2 +- streampipes-app-file-export/pom.xml | 2 +- streampipes-backend/pom.xml | 2 +- streampipes-code-generation/pom.xml | 2 +- streampipes-commons/pom.xml | 2 +- streampipes-config/pom.xml | 2 +- streampipes-connect-container/pom.xml | 2 +- streampipes-connect/pom.xml | 2 +- streampipes-container-embedded/pom.xml | 2 +- streampipes-container-standalone/pom.xml | 2 +- streampipes-container/pom.xml | 2 +- streampipes-dataformat-json/pom.xml | 2 +- streampipes-dataformat/pom.xml | 2 +- streampipes-logging/pom.xml | 2 +- streampipes-measurement-units/pom.xml | 2 +- streampipes-messaging-jms/pom.xml | 2 +- streampipes-messaging-kafka/pom.xml | 2 +- streampipes-messaging/pom.xml | 2 +- streampipes-model-client/pom.xml | 2 +- streampipes-model/pom.xml | 2 +- streampipes-performance-tests/pom.xml | 2 +- streampipes-pipeline-management/pom.xml | 2 +- streampipes-rest-shared/pom.xml | 2 +- streampipes-rest/pom.xml | 2 +- streampipes-sdk/pom.xml | 2 +- streampipes-serializers/pom.xml | 2 +- streampipes-sources/pom.xml | 2 +- streampipes-storage-api/pom.xml | 2 +- streampipes-storage-couchdb/pom.xml | 2 +- streampipes-storage-management/pom.xml | 2 +- streampipes-storage-rdf4j/pom.xml | 2 +- streampipes-test-utils/pom.xml | 2 +- streampipes-user-management/pom.xml | 2 +- streampipes-vocabulary/pom.xml | 2 +- streampipes-wrapper-distributed/pom.xml | 2 +- streampipes-wrapper-esper/pom.xml | 2 +- streampipes-wrapper-flink/pom.xml | 2 +- streampipes-wrapper-kafka-streams/pom.xml | 2 +- streampipes-wrapper-siddhi/pom.xml | 2 +- streampipes-wrapper-spark/pom.xml | 2 +- streampipes-wrapper-standalone/pom.xml | 2 +- streampipes-wrapper/pom.xml | 2 +- 47 files changed, 47 insertions(+), 47 deletions(-) diff --git a/archetypes/streampipes-archetype-pe-processors-flink/pom.xml b/archetypes/streampipes-archetype-pe-processors-flink/pom.xml index 73b2e8665a..8791c5a179 100644 --- a/archetypes/streampipes-archetype-pe-processors-flink/pom.xml +++ b/archetypes/streampipes-archetype-pe-processors-flink/pom.xml @@ -4,7 +4,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.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 4e89bba763..df0c5c921b 100644 --- a/archetypes/streampipes-archetype-pe-processors-jvm/pom.xml +++ b/archetypes/streampipes-archetype-pe-processors-jvm/pom.xml @@ -4,7 +4,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.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 4478fbc1c6..a08e64ab7b 100644 --- a/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml +++ b/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml @@ -4,7 +4,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.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 b4154a33a2..c120d8a585 100644 --- a/archetypes/streampipes-archetype-pe-sinks-jvm/pom.xml +++ b/archetypes/streampipes-archetype-pe-sinks-jvm/pom.xml @@ -4,7 +4,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.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 a2d7df5a92..399236e230 100644 --- a/archetypes/streampipes-archetype-pe-sources/pom.xml +++ b/archetypes/streampipes-archetype-pe-sources/pom.xml @@ -4,7 +4,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 ../../pom.xml streampipes-archetype-pe-sources diff --git a/pom.xml b/pom.xml index d12aee555d..778fdd3822 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 pom UTF-8 diff --git a/streampipes-app-file-export/pom.xml b/streampipes-app-file-export/pom.xml index c232c4382e..7903d68e98 100644 --- a/streampipes-app-file-export/pom.xml +++ b/streampipes-app-file-export/pom.xml @@ -21,7 +21,7 @@ streampipes-parent org.streampipes - 0.60.0-SNAPSHOT + 0.60.0 StreamPipes App File Export streampipes-app-file-export diff --git a/streampipes-backend/pom.xml b/streampipes-backend/pom.xml index 3713f7bc9d..f1cd415a32 100644 --- a/streampipes-backend/pom.xml +++ b/streampipes-backend/pom.xml @@ -3,7 +3,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 streampipes-backend war diff --git a/streampipes-code-generation/pom.xml b/streampipes-code-generation/pom.xml index 58e277b5ee..32f522ffcb 100644 --- a/streampipes-code-generation/pom.xml +++ b/streampipes-code-generation/pom.xml @@ -20,7 +20,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 streampipes-code-generation diff --git a/streampipes-commons/pom.xml b/streampipes-commons/pom.xml index f7d92a1623..f4e3579c82 100644 --- a/streampipes-commons/pom.xml +++ b/streampipes-commons/pom.xml @@ -20,7 +20,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 streampipes-commons StreamPipes Commons diff --git a/streampipes-config/pom.xml b/streampipes-config/pom.xml index 3b454477f6..6d91f808d6 100644 --- a/streampipes-config/pom.xml +++ b/streampipes-config/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.streampipes - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-connect-container/pom.xml b/streampipes-connect-container/pom.xml index ec010d3e46..36bb440dd4 100644 --- a/streampipes-connect-container/pom.xml +++ b/streampipes-connect-container/pom.xml @@ -3,7 +3,7 @@ streampipes-parent org.streampipes - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-connect/pom.xml b/streampipes-connect/pom.xml index d9ca135f1c..84d0b2e2de 100755 --- a/streampipes-connect/pom.xml +++ b/streampipes-connect/pom.xml @@ -3,7 +3,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-container-embedded/pom.xml b/streampipes-container-embedded/pom.xml index 9b012b8802..8e863adead 100644 --- a/streampipes-container-embedded/pom.xml +++ b/streampipes-container-embedded/pom.xml @@ -20,7 +20,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 streampipes-container-embedded jar diff --git a/streampipes-container-standalone/pom.xml b/streampipes-container-standalone/pom.xml index e1f653a0f5..9ae62bea36 100644 --- a/streampipes-container-standalone/pom.xml +++ b/streampipes-container-standalone/pom.xml @@ -20,7 +20,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-container/pom.xml b/streampipes-container/pom.xml index 9b22a3bfae..95d39f8024 100644 --- a/streampipes-container/pom.xml +++ b/streampipes-container/pom.xml @@ -20,7 +20,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 streampipes-container Large scale event processing agents with semantic checking for combinability. diff --git a/streampipes-dataformat-json/pom.xml b/streampipes-dataformat-json/pom.xml index ade931a3c3..91a2914fc2 100644 --- a/streampipes-dataformat-json/pom.xml +++ b/streampipes-dataformat-json/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.streampipes - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-dataformat/pom.xml b/streampipes-dataformat/pom.xml index a70391c890..d521532467 100644 --- a/streampipes-dataformat/pom.xml +++ b/streampipes-dataformat/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.streampipes - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-logging/pom.xml b/streampipes-logging/pom.xml index 1c798fcb59..2db68f852b 100644 --- a/streampipes-logging/pom.xml +++ b/streampipes-logging/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.streampipes - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-measurement-units/pom.xml b/streampipes-measurement-units/pom.xml index f7cc92afa9..a9c8cd2981 100644 --- a/streampipes-measurement-units/pom.xml +++ b/streampipes-measurement-units/pom.xml @@ -20,7 +20,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 streampipes-measurement-units diff --git a/streampipes-messaging-jms/pom.xml b/streampipes-messaging-jms/pom.xml index bf9d635f6f..28ca7dd584 100644 --- a/streampipes-messaging-jms/pom.xml +++ b/streampipes-messaging-jms/pom.xml @@ -20,7 +20,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-messaging-kafka/pom.xml b/streampipes-messaging-kafka/pom.xml index a7d5ddf6e5..3581489b95 100644 --- a/streampipes-messaging-kafka/pom.xml +++ b/streampipes-messaging-kafka/pom.xml @@ -20,7 +20,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-messaging/pom.xml b/streampipes-messaging/pom.xml index e098a6b583..8604d8a3ee 100644 --- a/streampipes-messaging/pom.xml +++ b/streampipes-messaging/pom.xml @@ -20,7 +20,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-model-client/pom.xml b/streampipes-model-client/pom.xml index 3f19c1c856..3093bdbfbd 100644 --- a/streampipes-model-client/pom.xml +++ b/streampipes-model-client/pom.xml @@ -20,7 +20,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 streampipes-model-client jar diff --git a/streampipes-model/pom.xml b/streampipes-model/pom.xml index e31e298ee8..2468bc2687 100644 --- a/streampipes-model/pom.xml +++ b/streampipes-model/pom.xml @@ -22,7 +22,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 diff --git a/streampipes-performance-tests/pom.xml b/streampipes-performance-tests/pom.xml index 20401348d5..0881c54ebb 100644 --- a/streampipes-performance-tests/pom.xml +++ b/streampipes-performance-tests/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.streampipes - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-pipeline-management/pom.xml b/streampipes-pipeline-management/pom.xml index 9268130a72..fe5b129c99 100644 --- a/streampipes-pipeline-management/pom.xml +++ b/streampipes-pipeline-management/pom.xml @@ -20,7 +20,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 streampipes-pipeline-management diff --git a/streampipes-rest-shared/pom.xml b/streampipes-rest-shared/pom.xml index fbf0850512..dfaac0523c 100644 --- a/streampipes-rest-shared/pom.xml +++ b/streampipes-rest-shared/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.streampipes - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-rest/pom.xml b/streampipes-rest/pom.xml index 43c09b5b58..d58b27c1a3 100644 --- a/streampipes-rest/pom.xml +++ b/streampipes-rest/pom.xml @@ -20,7 +20,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 StreamPipes REST API streampipes-rest diff --git a/streampipes-sdk/pom.xml b/streampipes-sdk/pom.xml index 00c768f8a9..1ac95b9a74 100644 --- a/streampipes-sdk/pom.xml +++ b/streampipes-sdk/pom.xml @@ -20,7 +20,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-serializers/pom.xml b/streampipes-serializers/pom.xml index 91bb9bd410..bbbe67e177 100644 --- a/streampipes-serializers/pom.xml +++ b/streampipes-serializers/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.streampipes - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-sources/pom.xml b/streampipes-sources/pom.xml index 45e3003829..e40fd7a957 100644 --- a/streampipes-sources/pom.xml +++ b/streampipes-sources/pom.xml @@ -20,7 +20,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 streampipes-sources diff --git a/streampipes-storage-api/pom.xml b/streampipes-storage-api/pom.xml index b000ca0c28..fac23a8100 100644 --- a/streampipes-storage-api/pom.xml +++ b/streampipes-storage-api/pom.xml @@ -20,7 +20,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 streampipes-storage-api jar diff --git a/streampipes-storage-couchdb/pom.xml b/streampipes-storage-couchdb/pom.xml index a176a7526b..f5cf32f0a8 100644 --- a/streampipes-storage-couchdb/pom.xml +++ b/streampipes-storage-couchdb/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.streampipes - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-storage-management/pom.xml b/streampipes-storage-management/pom.xml index 90cf66ddcd..6a6395dd44 100644 --- a/streampipes-storage-management/pom.xml +++ b/streampipes-storage-management/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.streampipes - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-storage-rdf4j/pom.xml b/streampipes-storage-rdf4j/pom.xml index 143141461c..51d75494c5 100644 --- a/streampipes-storage-rdf4j/pom.xml +++ b/streampipes-storage-rdf4j/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.streampipes - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-test-utils/pom.xml b/streampipes-test-utils/pom.xml index cb42081cc8..652e147b9e 100644 --- a/streampipes-test-utils/pom.xml +++ b/streampipes-test-utils/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.streampipes - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-user-management/pom.xml b/streampipes-user-management/pom.xml index 8d3760a4b5..e2f7d042ff 100644 --- a/streampipes-user-management/pom.xml +++ b/streampipes-user-management/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.streampipes - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-vocabulary/pom.xml b/streampipes-vocabulary/pom.xml index c25c769c4d..f178045611 100644 --- a/streampipes-vocabulary/pom.xml +++ b/streampipes-vocabulary/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.streampipes - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-wrapper-distributed/pom.xml b/streampipes-wrapper-distributed/pom.xml index 930fc02421..2a5b38d949 100644 --- a/streampipes-wrapper-distributed/pom.xml +++ b/streampipes-wrapper-distributed/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.streampipes - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-wrapper-esper/pom.xml b/streampipes-wrapper-esper/pom.xml index 3850f3dcd7..3c880fa191 100644 --- a/streampipes-wrapper-esper/pom.xml +++ b/streampipes-wrapper-esper/pom.xml @@ -3,7 +3,7 @@ streampipes-parent org.streampipes - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-wrapper-flink/pom.xml b/streampipes-wrapper-flink/pom.xml index 1afc92cb7e..be14a7fd42 100644 --- a/streampipes-wrapper-flink/pom.xml +++ b/streampipes-wrapper-flink/pom.xml @@ -20,7 +20,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 streampipes-wrapper-flink StreamPipes Wrapper for Apache Flink diff --git a/streampipes-wrapper-kafka-streams/pom.xml b/streampipes-wrapper-kafka-streams/pom.xml index 9a92a9c673..3805233ba8 100644 --- a/streampipes-wrapper-kafka-streams/pom.xml +++ b/streampipes-wrapper-kafka-streams/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.streampipes - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-wrapper-siddhi/pom.xml b/streampipes-wrapper-siddhi/pom.xml index c089a3a3d4..c336b24d1f 100644 --- a/streampipes-wrapper-siddhi/pom.xml +++ b/streampipes-wrapper-siddhi/pom.xml @@ -20,7 +20,7 @@ streampipes-parent org.streampipes - 0.60.0-SNAPSHOT + 0.60.0 4.0.0 diff --git a/streampipes-wrapper-spark/pom.xml b/streampipes-wrapper-spark/pom.xml index aaedde98dc..9b4594d72a 100644 --- a/streampipes-wrapper-spark/pom.xml +++ b/streampipes-wrapper-spark/pom.xml @@ -22,7 +22,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 streampipes-wrapper-spark diff --git a/streampipes-wrapper-standalone/pom.xml b/streampipes-wrapper-standalone/pom.xml index ee484d41c5..7659df68ad 100644 --- a/streampipes-wrapper-standalone/pom.xml +++ b/streampipes-wrapper-standalone/pom.xml @@ -20,7 +20,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 streampipes-wrapper-standalone StreamPipes Wrapper for Standalone Pipeline Element Implementations diff --git a/streampipes-wrapper/pom.xml b/streampipes-wrapper/pom.xml index 768ca96b16..179b58dd9e 100644 --- a/streampipes-wrapper/pom.xml +++ b/streampipes-wrapper/pom.xml @@ -20,7 +20,7 @@ org.streampipes streampipes-parent - 0.60.0-SNAPSHOT + 0.60.0 streampipes-wrapper