From ef4fe4577b3b503fdc773ae467fedc402557707b Mon Sep 17 00:00:00 2001 From: Dmitry Volvach Date: Tue, 15 Oct 2019 20:28:29 +0300 Subject: [PATCH] Bump to 3.0.0 --- archetypes/http/README.md | 2 +- archetypes/http/pom.xml | 2 +- .../http/src/main/resources/archetype-resources/pom.xml | 2 +- archetypes/pom.xml | 2 +- archetypes/rpc/README.md | 2 +- archetypes/rpc/pom.xml | 2 +- .../rpc/src/main/resources/archetype-resources/pom.xml | 2 +- boot-config/README.md | 2 +- boot-config/pom.xml | 2 +- boot-jmx-api/pom.xml | 2 +- boot-jmx/README.md | 2 +- boot-jmx/pom.xml | 2 +- boot-servicegraph/README.md | 2 +- boot-servicegraph/pom.xml | 2 +- boot-triggers/README.md | 2 +- boot-triggers/pom.xml | 2 +- boot-workers/README.md | 2 +- boot-workers/pom.xml | 2 +- boot/README.md | 2 +- boot/pom.xml | 2 +- cloud-crdt/README.md | 2 +- cloud-crdt/pom.xml | 2 +- cloud-dataflow/README.md | 2 +- cloud-dataflow/pom.xml | 2 +- cloud-etl/README.md | 2 +- cloud-etl/pom.xml | 2 +- cloud-fs/README.md | 2 +- cloud-fs/pom.xml | 2 +- cloud-lsmt-aggregation/README.md | 2 +- cloud-lsmt-aggregation/pom.xml | 2 +- cloud-lsmt-cube/README.md | 2 +- cloud-lsmt-cube/pom.xml | 2 +- cloud-memcache/pom.xml | 2 +- cloud-multilog/README.md | 2 +- cloud-multilog/pom.xml | 2 +- cloud-ot/README.md | 2 +- cloud-ot/pom.xml | 2 +- cloud-rpc/README.md | 2 +- cloud-rpc/pom.xml | 2 +- common/pom.xml | 2 +- core-bytebuf/README.md | 2 +- core-bytebuf/pom.xml | 2 +- core-codec/README.md | 2 +- core-codec/pom.xml | 2 +- core-codegen/README.md | 2 +- core-codegen/pom.xml | 2 +- core-csp/README.md | 2 +- core-csp/pom.xml | 2 +- core-datastream/README.md | 2 +- core-datastream/pom.xml | 2 +- core-di/README.md | 2 +- core-di/pom.xml | 2 +- core-eventloop/README.md | 2 +- core-eventloop/pom.xml | 2 +- core-http/README.md | 2 +- core-http/pom.xml | 2 +- core-net/README.md | 2 +- core-net/pom.xml | 2 +- core-promise/README.md | 2 +- core-promise/pom.xml | 2 +- core-serializer/README.md | 2 +- core-serializer/pom.xml | 2 +- examples/benchmarks/pom.xml | 2 +- examples/cloud/crdt/pom.xml | 2 +- examples/cloud/fs/pom.xml | 2 +- examples/cloud/pom.xml | 2 +- examples/cloud/rpc/pom.xml | 2 +- examples/core/advanced-di/pom.xml | 2 +- examples/core/boot/pom.xml | 2 +- examples/core/bytebuf/pom.xml | 2 +- examples/core/codec/pom.xml | 2 +- examples/core/codegen/pom.xml | 2 +- examples/core/csp/pom.xml | 2 +- examples/core/datastream/pom.xml | 2 +- examples/core/di/pom.xml | 2 +- examples/core/eventloop/pom.xml | 2 +- examples/core/http/pom.xml | 2 +- examples/core/net/pom.xml | 2 +- examples/core/pom.xml | 2 +- examples/core/promise/pom.xml | 2 +- examples/core/serializer/pom.xml | 2 +- examples/pom.xml | 2 +- examples/tutorials/advanced-react-integration/pom.xml | 4 ++-- examples/tutorials/auth/pom.xml | 4 ++-- examples/tutorials/decoder/pom.xml | 4 ++-- examples/tutorials/getting-started/pom.xml | 4 ++-- examples/tutorials/pom.xml | 2 +- examples/tutorials/react-integration/pom.xml | 4 ++-- examples/tutorials/rpc-kv-storage/pom.xml | 6 +++--- examples/tutorials/template-engine/pom.xml | 4 ++-- examples/tutorials/uikernel-integration/pom.xml | 6 +++--- launcher/pom.xml | 2 +- launchers/README.md | 2 +- launchers/common/pom.xml | 2 +- launchers/crdt/pom.xml | 2 +- launchers/http/pom.xml | 2 +- launchers/pom.xml | 2 +- launchers/remotefs/pom.xml | 2 +- launchers/rpc/pom.xml | 2 +- pom.xml | 2 +- test/pom.xml | 2 +- uikernel/README.md | 2 +- uikernel/pom.xml | 2 +- 103 files changed, 113 insertions(+), 113 deletions(-) diff --git a/archetypes/http/README.md b/archetypes/http/README.md index 8793ee60e..04f91edbf 100644 --- a/archetypes/http/README.md +++ b/archetypes/http/README.md @@ -4,5 +4,5 @@ mvn archetype:generate \ -DarchetypeGroupId=io.datakernel \ -DarchetypeArtifactId=archetype-http \ - -DarchetypeVersion=3.0-SNAPSHOT + -DarchetypeVersion=3.0.0 ``` diff --git a/archetypes/http/pom.xml b/archetypes/http/pom.xml index 2c9d938e5..9c685ed30 100644 --- a/archetypes/http/pom.xml +++ b/archetypes/http/pom.xml @@ -7,7 +7,7 @@ io.datakernel archetypes - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/archetypes/http/src/main/resources/archetype-resources/pom.xml b/archetypes/http/src/main/resources/archetype-resources/pom.xml index 018ec5fac..f55d80ffb 100644 --- a/archetypes/http/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/http/src/main/resources/archetype-resources/pom.xml @@ -27,7 +27,7 @@ io.datakernel datakernel-launchers-http - 3.0-SNAPSHOT + 3.0.0 ch.qos.logback diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 9ab0f6ccc..ab0f57549 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -7,7 +7,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/archetypes/rpc/README.md b/archetypes/rpc/README.md index 97272bfd3..9f62fa158 100644 --- a/archetypes/rpc/README.md +++ b/archetypes/rpc/README.md @@ -4,5 +4,5 @@ mvn archetype:generate \ -DarchetypeGroupId=io.datakernel \ -DarchetypeArtifactId=archetype-rpc \ - -DarchetypeVersion=3.0-SNAPSHOT + -DarchetypeVersion=3.0.0 ``` diff --git a/archetypes/rpc/pom.xml b/archetypes/rpc/pom.xml index e3d6182d4..acfe2c2d6 100644 --- a/archetypes/rpc/pom.xml +++ b/archetypes/rpc/pom.xml @@ -7,7 +7,7 @@ io.datakernel archetypes - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/archetypes/rpc/src/main/resources/archetype-resources/pom.xml b/archetypes/rpc/src/main/resources/archetype-resources/pom.xml index dda12069a..09b68c6d1 100644 --- a/archetypes/rpc/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/rpc/src/main/resources/archetype-resources/pom.xml @@ -28,7 +28,7 @@ io.datakernel datakernel-launchers-rpc - 3.0-SNAPSHOT + 3.0.0 ch.qos.logback diff --git a/boot-config/README.md b/boot-config/README.md index d6a4d0994..be13c8652 100644 --- a/boot-config/README.md +++ b/boot-config/README.md @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-config - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/boot-config/pom.xml b/boot-config/pom.xml index 9bf6193f3..001ee1e83 100644 --- a/boot-config/pom.xml +++ b/boot-config/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/boot-jmx-api/pom.xml b/boot-jmx-api/pom.xml index edb52cc56..84c23ec68 100644 --- a/boot-jmx-api/pom.xml +++ b/boot-jmx-api/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/boot-jmx/README.md b/boot-jmx/README.md index 0ffa5a07d..a8b0a27fc 100644 --- a/boot-jmx/README.md +++ b/boot-jmx/README.md @@ -5,7 +5,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-jmx - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/boot-jmx/pom.xml b/boot-jmx/pom.xml index 6325b7955..925bb416d 100644 --- a/boot-jmx/pom.xml +++ b/boot-jmx/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/boot-servicegraph/README.md b/boot-servicegraph/README.md index fc4dc9a5b..e3bb8e52e 100644 --- a/boot-servicegraph/README.md +++ b/boot-servicegraph/README.md @@ -5,7 +5,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-servicegraph - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/boot-servicegraph/pom.xml b/boot-servicegraph/pom.xml index da384f0e4..3e5e1b957 100644 --- a/boot-servicegraph/pom.xml +++ b/boot-servicegraph/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/boot-triggers/README.md b/boot-triggers/README.md index 6713e3528..d76857300 100644 --- a/boot-triggers/README.md +++ b/boot-triggers/README.md @@ -5,7 +5,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-triggers - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/boot-triggers/pom.xml b/boot-triggers/pom.xml index ad559017a..911a50207 100644 --- a/boot-triggers/pom.xml +++ b/boot-triggers/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/boot-workers/README.md b/boot-workers/README.md index b267c1f87..da69f2488 100644 --- a/boot-workers/README.md +++ b/boot-workers/README.md @@ -5,7 +5,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-workers - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/boot-workers/pom.xml b/boot-workers/pom.xml index 89205fcd5..0571ff4f9 100644 --- a/boot-workers/pom.xml +++ b/boot-workers/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/boot/README.md b/boot/README.md index 1466603c9..c5de5eb31 100644 --- a/boot/README.md +++ b/boot/README.md @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-boot - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/boot/pom.xml b/boot/pom.xml index 41374930b..5cbbfc5b2 100644 --- a/boot/pom.xml +++ b/boot/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/cloud-crdt/README.md b/cloud-crdt/README.md index 8b164abdd..e3aa22dbd 100644 --- a/cloud-crdt/README.md +++ b/cloud-crdt/README.md @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-crdt - 3.0-SNAPSHOT + 3.0.0 ``` ### To find out more visit [our site](https://datakernel.io/docs/cloud/crdt.html). diff --git a/cloud-crdt/pom.xml b/cloud-crdt/pom.xml index ad5a9d5f9..ba5771829 100644 --- a/cloud-crdt/pom.xml +++ b/cloud-crdt/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/cloud-dataflow/README.md b/cloud-dataflow/README.md index e38d171a3..aab071cde 100644 --- a/cloud-dataflow/README.md +++ b/cloud-dataflow/README.md @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-dataflow - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/cloud-dataflow/pom.xml b/cloud-dataflow/pom.xml index eee94ec3f..8dc46b166 100644 --- a/cloud-dataflow/pom.xml +++ b/cloud-dataflow/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/cloud-etl/README.md b/cloud-etl/README.md index b4e59d4de..888da4578 100644 --- a/cloud-etl/README.md +++ b/cloud-etl/README.md @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-etl - 3.0-SNAPSHOT + 3.0.0 ``` ### To find out more visit [our site](https://datakernel.io/docs/cloud/etl.html). diff --git a/cloud-etl/pom.xml b/cloud-etl/pom.xml index a0557c160..64544b31e 100644 --- a/cloud-etl/pom.xml +++ b/cloud-etl/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/cloud-fs/README.md b/cloud-fs/README.md index ba5d9a0c9..d718aa76d 100644 --- a/cloud-fs/README.md +++ b/cloud-fs/README.md @@ -8,7 +8,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-fs - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/cloud-fs/pom.xml b/cloud-fs/pom.xml index 29a741fae..823af9af3 100644 --- a/cloud-fs/pom.xml +++ b/cloud-fs/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/cloud-lsmt-aggregation/README.md b/cloud-lsmt-aggregation/README.md index 669722c06..1d02dc101 100644 --- a/cloud-lsmt-aggregation/README.md +++ b/cloud-lsmt-aggregation/README.md @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-aggregation - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/cloud-lsmt-aggregation/pom.xml b/cloud-lsmt-aggregation/pom.xml index 468cfd367..2e87df3a0 100644 --- a/cloud-lsmt-aggregation/pom.xml +++ b/cloud-lsmt-aggregation/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/cloud-lsmt-cube/README.md b/cloud-lsmt-cube/README.md index b7dac0b08..589e958b2 100644 --- a/cloud-lsmt-cube/README.md +++ b/cloud-lsmt-cube/README.md @@ -8,7 +8,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-cube - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/cloud-lsmt-cube/pom.xml b/cloud-lsmt-cube/pom.xml index 20dedc8d8..cd7d968af 100644 --- a/cloud-lsmt-cube/pom.xml +++ b/cloud-lsmt-cube/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/cloud-memcache/pom.xml b/cloud-memcache/pom.xml index 59adfd6aa..94cf84bc2 100644 --- a/cloud-memcache/pom.xml +++ b/cloud-memcache/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/cloud-multilog/README.md b/cloud-multilog/README.md index 7bfe0c8e9..5b45d4e48 100644 --- a/cloud-multilog/README.md +++ b/cloud-multilog/README.md @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-multilog - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/cloud-multilog/pom.xml b/cloud-multilog/pom.xml index d0376cf5d..7e926becc 100644 --- a/cloud-multilog/pom.xml +++ b/cloud-multilog/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/cloud-ot/README.md b/cloud-ot/README.md index c27329799..69a71ba90 100644 --- a/cloud-ot/README.md +++ b/cloud-ot/README.md @@ -9,7 +9,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-ot - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/cloud-ot/pom.xml b/cloud-ot/pom.xml index d7ce91e52..5c5bd2158 100644 --- a/cloud-ot/pom.xml +++ b/cloud-ot/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/cloud-rpc/README.md b/cloud-rpc/README.md index a1f39f341..a3a113baf 100644 --- a/cloud-rpc/README.md +++ b/cloud-rpc/README.md @@ -8,7 +8,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-rpc - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/cloud-rpc/pom.xml b/cloud-rpc/pom.xml index ab7e0f3bb..b229eb713 100644 --- a/cloud-rpc/pom.xml +++ b/cloud-rpc/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/common/pom.xml b/common/pom.xml index 286ab84fe..a7f8b7b10 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/core-bytebuf/README.md b/core-bytebuf/README.md index 2b1e2e70d..1e92be18e 100644 --- a/core-bytebuf/README.md +++ b/core-bytebuf/README.md @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-bytebuf - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/core-bytebuf/pom.xml b/core-bytebuf/pom.xml index 1a8e634f2..006002e87 100644 --- a/core-bytebuf/pom.xml +++ b/core-bytebuf/pom.xml @@ -6,7 +6,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/core-codec/README.md b/core-codec/README.md index ab13cfce7..35f747082 100644 --- a/core-codec/README.md +++ b/core-codec/README.md @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-codec - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/core-codec/pom.xml b/core-codec/pom.xml index d0aad49e4..ee95c65c0 100644 --- a/core-codec/pom.xml +++ b/core-codec/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/core-codegen/README.md b/core-codegen/README.md index 4a990b341..23e8b211e 100644 --- a/core-codegen/README.md +++ b/core-codegen/README.md @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-codegen - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/core-codegen/pom.xml b/core-codegen/pom.xml index aff38b0da..6d9788242 100644 --- a/core-codegen/pom.xml +++ b/core-codegen/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/core-csp/README.md b/core-csp/README.md index c608b901d..d37356a40 100644 --- a/core-csp/README.md +++ b/core-csp/README.md @@ -8,7 +8,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-csp - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/core-csp/pom.xml b/core-csp/pom.xml index a93d04e18..9d585a008 100644 --- a/core-csp/pom.xml +++ b/core-csp/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/core-datastream/README.md b/core-datastream/README.md index 7af2b7c6b..77e319e0e 100644 --- a/core-datastream/README.md +++ b/core-datastream/README.md @@ -8,7 +8,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-datastream - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/core-datastream/pom.xml b/core-datastream/pom.xml index ad6151288..53d78754e 100644 --- a/core-datastream/pom.xml +++ b/core-datastream/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/core-di/README.md b/core-di/README.md index c2eb5a7ce..a9c1347f0 100644 --- a/core-di/README.md +++ b/core-di/README.md @@ -9,7 +9,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-di - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/core-di/pom.xml b/core-di/pom.xml index f5e50119f..374b3b89b 100644 --- a/core-di/pom.xml +++ b/core-di/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/core-eventloop/README.md b/core-eventloop/README.md index dcd39e46b..573790dbd 100644 --- a/core-eventloop/README.md +++ b/core-eventloop/README.md @@ -8,7 +8,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-eventloop - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/core-eventloop/pom.xml b/core-eventloop/pom.xml index 8dbaad342..9c3d8244c 100644 --- a/core-eventloop/pom.xml +++ b/core-eventloop/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/core-http/README.md b/core-http/README.md index d44c63e70..e495a9ad6 100644 --- a/core-http/README.md +++ b/core-http/README.md @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-http - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/core-http/pom.xml b/core-http/pom.xml index d47733e1a..0cb5ae61e 100644 --- a/core-http/pom.xml +++ b/core-http/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/core-net/README.md b/core-net/README.md index 9d28437e9..12ea5887a 100644 --- a/core-net/README.md +++ b/core-net/README.md @@ -8,7 +8,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-net - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/core-net/pom.xml b/core-net/pom.xml index 50a90eb12..de618339e 100644 --- a/core-net/pom.xml +++ b/core-net/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/core-promise/README.md b/core-promise/README.md index 813168e6f..893c81a0e 100644 --- a/core-promise/README.md +++ b/core-promise/README.md @@ -9,7 +9,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-promise - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/core-promise/pom.xml b/core-promise/pom.xml index 89db0d4e5..3ae1b2203 100644 --- a/core-promise/pom.xml +++ b/core-promise/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/core-serializer/README.md b/core-serializer/README.md index 773805743..2638975f0 100644 --- a/core-serializer/README.md +++ b/core-serializer/README.md @@ -8,7 +8,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-serializer - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/core-serializer/pom.xml b/core-serializer/pom.xml index e819e302a..f43079ebf 100644 --- a/core-serializer/pom.xml +++ b/core-serializer/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/examples/benchmarks/pom.xml b/examples/benchmarks/pom.xml index aa8685229..f07c7412a 100644 --- a/examples/benchmarks/pom.xml +++ b/examples/benchmarks/pom.xml @@ -5,7 +5,7 @@ io.datakernel examples - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/examples/cloud/crdt/pom.xml b/examples/cloud/crdt/pom.xml index a21189c9d..dd8a80b13 100644 --- a/examples/cloud/crdt/pom.xml +++ b/examples/cloud/crdt/pom.xml @@ -5,7 +5,7 @@ io.datakernel cloud - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/examples/cloud/fs/pom.xml b/examples/cloud/fs/pom.xml index d0bdb3c03..fc860633d 100644 --- a/examples/cloud/fs/pom.xml +++ b/examples/cloud/fs/pom.xml @@ -5,7 +5,7 @@ io.datakernel cloud - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/examples/cloud/pom.xml b/examples/cloud/pom.xml index b055ae003..92b56d61d 100644 --- a/examples/cloud/pom.xml +++ b/examples/cloud/pom.xml @@ -7,7 +7,7 @@ io.datakernel examples - 3.0-SNAPSHOT + 3.0.0 ../pom.xml pom diff --git a/examples/cloud/rpc/pom.xml b/examples/cloud/rpc/pom.xml index 543acd1dd..3f4ac3375 100644 --- a/examples/cloud/rpc/pom.xml +++ b/examples/cloud/rpc/pom.xml @@ -5,7 +5,7 @@ io.datakernel cloud - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/examples/core/advanced-di/pom.xml b/examples/core/advanced-di/pom.xml index 22c4b8abb..ae0af2410 100644 --- a/examples/core/advanced-di/pom.xml +++ b/examples/core/advanced-di/pom.xml @@ -7,7 +7,7 @@ io.datakernel core - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/examples/core/boot/pom.xml b/examples/core/boot/pom.xml index 34b624fbb..096d4607f 100644 --- a/examples/core/boot/pom.xml +++ b/examples/core/boot/pom.xml @@ -5,7 +5,7 @@ io.datakernel core - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/examples/core/bytebuf/pom.xml b/examples/core/bytebuf/pom.xml index 42f2ddc7d..730923379 100644 --- a/examples/core/bytebuf/pom.xml +++ b/examples/core/bytebuf/pom.xml @@ -5,7 +5,7 @@ io.datakernel core - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/examples/core/codec/pom.xml b/examples/core/codec/pom.xml index 7c7c9b5e8..0e9db9fe4 100644 --- a/examples/core/codec/pom.xml +++ b/examples/core/codec/pom.xml @@ -5,7 +5,7 @@ io.datakernel core - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/examples/core/codegen/pom.xml b/examples/core/codegen/pom.xml index 03531ac09..196dc4c70 100644 --- a/examples/core/codegen/pom.xml +++ b/examples/core/codegen/pom.xml @@ -5,7 +5,7 @@ io.datakernel core - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/examples/core/csp/pom.xml b/examples/core/csp/pom.xml index 50c6fc9a9..25e4cfd3b 100644 --- a/examples/core/csp/pom.xml +++ b/examples/core/csp/pom.xml @@ -5,7 +5,7 @@ io.datakernel core - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/examples/core/datastream/pom.xml b/examples/core/datastream/pom.xml index 4a1ffe0b3..d73cdbaef 100644 --- a/examples/core/datastream/pom.xml +++ b/examples/core/datastream/pom.xml @@ -5,7 +5,7 @@ io.datakernel core - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/examples/core/di/pom.xml b/examples/core/di/pom.xml index 2afbcd63a..3b962866b 100644 --- a/examples/core/di/pom.xml +++ b/examples/core/di/pom.xml @@ -7,7 +7,7 @@ io.datakernel core - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/examples/core/eventloop/pom.xml b/examples/core/eventloop/pom.xml index f24b34460..18f48ff6f 100644 --- a/examples/core/eventloop/pom.xml +++ b/examples/core/eventloop/pom.xml @@ -5,7 +5,7 @@ io.datakernel core - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/examples/core/http/pom.xml b/examples/core/http/pom.xml index 5a7bac18f..953f6f297 100644 --- a/examples/core/http/pom.xml +++ b/examples/core/http/pom.xml @@ -5,7 +5,7 @@ io.datakernel core - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/examples/core/net/pom.xml b/examples/core/net/pom.xml index 2bf13ab72..723ef79a0 100644 --- a/examples/core/net/pom.xml +++ b/examples/core/net/pom.xml @@ -6,7 +6,7 @@ io.datakernel core - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/examples/core/pom.xml b/examples/core/pom.xml index e2de4c149..72edc06ab 100644 --- a/examples/core/pom.xml +++ b/examples/core/pom.xml @@ -7,7 +7,7 @@ io.datakernel examples - 3.0-SNAPSHOT + 3.0.0 ../pom.xml pom diff --git a/examples/core/promise/pom.xml b/examples/core/promise/pom.xml index 05eba4c25..388b25a2a 100644 --- a/examples/core/promise/pom.xml +++ b/examples/core/promise/pom.xml @@ -5,7 +5,7 @@ io.datakernel core - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/examples/core/serializer/pom.xml b/examples/core/serializer/pom.xml index 653d3edd1..531363b7c 100644 --- a/examples/core/serializer/pom.xml +++ b/examples/core/serializer/pom.xml @@ -5,7 +5,7 @@ io.datakernel core - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/examples/pom.xml b/examples/pom.xml index 0572c63bd..527f6432d 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml pom diff --git a/examples/tutorials/advanced-react-integration/pom.xml b/examples/tutorials/advanced-react-integration/pom.xml index ed09a65f5..efda4e056 100644 --- a/examples/tutorials/advanced-react-integration/pom.xml +++ b/examples/tutorials/advanced-react-integration/pom.xml @@ -4,7 +4,7 @@ io.datakernel advanced-react-integration - 3.0-SNAPSHOT + 3.0.0 Examples : Tutorials : Advanced-React-Integration @@ -17,7 +17,7 @@ io.datakernel datakernel-launchers-http - 3.0-SNAPSHOT + 3.0.0 io.datakernel diff --git a/examples/tutorials/auth/pom.xml b/examples/tutorials/auth/pom.xml index 8efa26823..6709167de 100644 --- a/examples/tutorials/auth/pom.xml +++ b/examples/tutorials/auth/pom.xml @@ -4,7 +4,7 @@ io.datakernel auth - 3.0-SNAPSHOT + 3.0.0 Examples : Tutorials : Auth @@ -17,7 +17,7 @@ io.datakernel datakernel-launchers-http - 3.0-SNAPSHOT + 3.0.0 ch.qos.logback diff --git a/examples/tutorials/decoder/pom.xml b/examples/tutorials/decoder/pom.xml index b4d3d35c2..8679d6dc1 100644 --- a/examples/tutorials/decoder/pom.xml +++ b/examples/tutorials/decoder/pom.xml @@ -4,7 +4,7 @@ io.datakernel decoder - 3.0-SNAPSHOT + 3.0.0 Examples : Tutorials : Decoder @@ -17,7 +17,7 @@ io.datakernel datakernel-launchers-http - 3.0-SNAPSHOT + 3.0.0 com.github.spullara.mustache.java diff --git a/examples/tutorials/getting-started/pom.xml b/examples/tutorials/getting-started/pom.xml index b6afa5d31..72ea427fc 100644 --- a/examples/tutorials/getting-started/pom.xml +++ b/examples/tutorials/getting-started/pom.xml @@ -4,7 +4,7 @@ io.datakernel getting-started - 3.0-SNAPSHOT + 3.0.0 Examples : Tutorials : Getting-Started @@ -17,7 +17,7 @@ io.datakernel datakernel-launchers-http - 3.0-SNAPSHOT + 3.0.0 ch.qos.logback diff --git a/examples/tutorials/pom.xml b/examples/tutorials/pom.xml index 0e7dc1269..526bbb039 100644 --- a/examples/tutorials/pom.xml +++ b/examples/tutorials/pom.xml @@ -6,7 +6,7 @@ io.datakernel examples - 3.0-SNAPSHOT + 3.0.0 ../pom.xml pom diff --git a/examples/tutorials/react-integration/pom.xml b/examples/tutorials/react-integration/pom.xml index 5399e27a9..0b2e2a831 100644 --- a/examples/tutorials/react-integration/pom.xml +++ b/examples/tutorials/react-integration/pom.xml @@ -4,7 +4,7 @@ io.datakernel react-integration - 3.0-SNAPSHOT + 3.0.0 Examples : Tutorials : React-Integration @@ -17,7 +17,7 @@ io.datakernel datakernel-launchers-http - 3.0-SNAPSHOT + 3.0.0 ch.qos.logback diff --git a/examples/tutorials/rpc-kv-storage/pom.xml b/examples/tutorials/rpc-kv-storage/pom.xml index c97dd363c..2b4b362b9 100644 --- a/examples/tutorials/rpc-kv-storage/pom.xml +++ b/examples/tutorials/rpc-kv-storage/pom.xml @@ -4,7 +4,7 @@ io.datakernel rpc-kv-storage - 3.0-SNAPSHOT + 3.0.0 Examples : Tutorials : Rpc-KV-Storage @@ -17,12 +17,12 @@ io.datakernel datakernel-boot - 3.0-SNAPSHOT + 3.0.0 io.datakernel datakernel-rpc - 3.0-SNAPSHOT + 3.0.0 ch.qos.logback diff --git a/examples/tutorials/template-engine/pom.xml b/examples/tutorials/template-engine/pom.xml index 9a5038ed1..d88f2009b 100644 --- a/examples/tutorials/template-engine/pom.xml +++ b/examples/tutorials/template-engine/pom.xml @@ -4,7 +4,7 @@ io.datakernel template-engine - 3.0-SNAPSHOT + 3.0.0 Examples : Tutorials : Template-Engine @@ -17,7 +17,7 @@ io.datakernel datakernel-launchers-http - 3.0-SNAPSHOT + 3.0.0 com.github.spullara.mustache.java diff --git a/examples/tutorials/uikernel-integration/pom.xml b/examples/tutorials/uikernel-integration/pom.xml index 436b3bdcd..d4ea4f690 100755 --- a/examples/tutorials/uikernel-integration/pom.xml +++ b/examples/tutorials/uikernel-integration/pom.xml @@ -4,7 +4,7 @@ io.datakernel uikernel-integration - 3.0-SNAPSHOT + 3.0.0 Examples : Tutorials : UIKernel-Integration @@ -17,12 +17,12 @@ io.datakernel datakernel-launchers-http - 3.0-SNAPSHOT + 3.0.0 io.datakernel datakernel-uikernel - 3.0-SNAPSHOT + 3.0.0 ch.qos.logback diff --git a/launcher/pom.xml b/launcher/pom.xml index 35a36f6f0..27430ae58 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/launchers/README.md b/launchers/README.md index 306f96490..10fccf55a 100644 --- a/launchers/README.md +++ b/launchers/README.md @@ -7,7 +7,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-launchers - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/launchers/common/pom.xml b/launchers/common/pom.xml index 009a60ed9..25b4de624 100644 --- a/launchers/common/pom.xml +++ b/launchers/common/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel-launchers - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/launchers/crdt/pom.xml b/launchers/crdt/pom.xml index e57f2df16..f1fe2d8b4 100644 --- a/launchers/crdt/pom.xml +++ b/launchers/crdt/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel-launchers - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/launchers/http/pom.xml b/launchers/http/pom.xml index c0574e973..0c59098f9 100644 --- a/launchers/http/pom.xml +++ b/launchers/http/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel-launchers - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/launchers/pom.xml b/launchers/pom.xml index 88d120e44..8600a6af7 100644 --- a/launchers/pom.xml +++ b/launchers/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/launchers/remotefs/pom.xml b/launchers/remotefs/pom.xml index 2e5f7c10e..1338183d1 100644 --- a/launchers/remotefs/pom.xml +++ b/launchers/remotefs/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel-launchers - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/launchers/rpc/pom.xml b/launchers/rpc/pom.xml index f1c8db4a4..c603c2483 100644 --- a/launchers/rpc/pom.xml +++ b/launchers/rpc/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel-launchers - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 040acab65..8242637af 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 pom DataKernel diff --git a/test/pom.xml b/test/pom.xml index aacd87e9e..a812f8380 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/uikernel/README.md b/uikernel/README.md index 612ce25f3..d843fd361 100644 --- a/uikernel/README.md +++ b/uikernel/README.md @@ -6,7 +6,7 @@ You can add this module to your project by inserting the following dependency to io.datakernel datakernel-uikernel - 3.0-SNAPSHOT + 3.0.0 ``` diff --git a/uikernel/pom.xml b/uikernel/pom.xml index 44e118d12..48d6326d6 100644 --- a/uikernel/pom.xml +++ b/uikernel/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.0 ../pom.xml