diff --git a/README.md b/README.md index 2e6609d9d..07fe006c9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

[![Maven Central](https://img.shields.io/maven-central/v/io.datakernel/datakernel)](https://mvnrepository.com/artifact/io.datakernel) -[![Download](https://img.shields.io/badge/download-3.0.0--SNAPSHOT-blue.svg)](https://github.com/softindex/datakernel/archive/master.zip) +[![Download](https://img.shields.io/badge/download-3.0.1--SNAPSHOT-blue.svg)](https://github.com/softindex/datakernel/archive/master.zip) [![Apache license](https://img.shields.io/badge/license-apache2-green.svg)](https://github.com/softindex/datakernel/blob/master/LICENSE) [![Twitter](https://img.shields.io/badge/twitter-%40datakernel__io-38A1F3.svg)](https://twitter.com/datakernel_io) @@ -28,7 +28,7 @@ DataKernel is a full-featured alternative Java framework, created from ground up Just insert this snippet to your terminal... ``` -mvn archetype:generate -DarchetypeGroupId=io.datakernel -DarchetypeArtifactId=http-archetype -DarchetypeVersion=3.0.0-beta2 +mvn archetype:generate -DarchetypeGroupId=io.datakernel -DarchetypeArtifactId=http-archetype -DarchetypeVersion=3.0.1 ``` ... and open project in your favourite IDE. Then, build the application and run it. Open your browser on [localhost:8080](http://localhost:8080) to see the "Hello World" message. diff --git a/archetypes/http/README.md b/archetypes/http/README.md index 8793ee60e..ef9b03142 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.1 ``` diff --git a/archetypes/http/pom.xml b/archetypes/http/pom.xml index 2c9d938e5..9785640f8 100644 --- a/archetypes/http/pom.xml +++ b/archetypes/http/pom.xml @@ -7,7 +7,7 @@ io.datakernel archetypes - 3.0-SNAPSHOT + 3.0.1 ../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..47be04089 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.1 ch.qos.logback diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 9ab0f6ccc..209dec051 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -7,7 +7,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/archetypes/rpc/README.md b/archetypes/rpc/README.md index 97272bfd3..cf15cd01c 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.1 ``` diff --git a/archetypes/rpc/pom.xml b/archetypes/rpc/pom.xml index e3d6182d4..e86cea743 100644 --- a/archetypes/rpc/pom.xml +++ b/archetypes/rpc/pom.xml @@ -7,7 +7,7 @@ io.datakernel archetypes - 3.0-SNAPSHOT + 3.0.1 ../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..ac9b1ad78 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.1 ch.qos.logback diff --git a/boot-config/README.md b/boot-config/README.md index d6a4d0994..2b392d08c 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.1 ``` diff --git a/boot-config/pom.xml b/boot-config/pom.xml index 9bf6193f3..e6d6736ce 100644 --- a/boot-config/pom.xml +++ b/boot-config/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/boot-jmx-api/pom.xml b/boot-jmx-api/pom.xml index edb52cc56..b888615c0 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.1 ../pom.xml diff --git a/boot-jmx/README.md b/boot-jmx/README.md index 0ffa5a07d..c8b8c7faa 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.1 ``` diff --git a/boot-jmx/pom.xml b/boot-jmx/pom.xml index 6325b7955..c41f9147c 100644 --- a/boot-jmx/pom.xml +++ b/boot-jmx/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/boot-servicegraph/README.md b/boot-servicegraph/README.md index fc4dc9a5b..195449487 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.1 ``` diff --git a/boot-servicegraph/pom.xml b/boot-servicegraph/pom.xml index da384f0e4..bc7895c3e 100644 --- a/boot-servicegraph/pom.xml +++ b/boot-servicegraph/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/boot-triggers/README.md b/boot-triggers/README.md index 6713e3528..81a303c39 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.1 ``` diff --git a/boot-triggers/pom.xml b/boot-triggers/pom.xml index ad559017a..ac9293608 100644 --- a/boot-triggers/pom.xml +++ b/boot-triggers/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/boot-workers/README.md b/boot-workers/README.md index b267c1f87..28c6a10c8 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.1 ``` diff --git a/boot-workers/pom.xml b/boot-workers/pom.xml index 89205fcd5..d93f1d2a4 100644 --- a/boot-workers/pom.xml +++ b/boot-workers/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/boot/README.md b/boot/README.md index 1466603c9..a6a153715 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.1 ``` diff --git a/boot/pom.xml b/boot/pom.xml index 41374930b..1628d898e 100644 --- a/boot/pom.xml +++ b/boot/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/cloud-crdt/README.md b/cloud-crdt/README.md index 8b164abdd..4d8cf2bdf 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.1 ``` ### 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..27f1999f2 100644 --- a/cloud-crdt/pom.xml +++ b/cloud-crdt/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/cloud-dataflow/README.md b/cloud-dataflow/README.md index e38d171a3..1a5faf6a5 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.1 ``` diff --git a/cloud-dataflow/pom.xml b/cloud-dataflow/pom.xml index eee94ec3f..d2c947d34 100644 --- a/cloud-dataflow/pom.xml +++ b/cloud-dataflow/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/cloud-etl/README.md b/cloud-etl/README.md index b4e59d4de..e096903f0 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.1 ``` ### 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..8cb308c7a 100644 --- a/cloud-etl/pom.xml +++ b/cloud-etl/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/cloud-fs/README.md b/cloud-fs/README.md index ba5d9a0c9..b40d5f7c2 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.1 ``` diff --git a/cloud-fs/pom.xml b/cloud-fs/pom.xml index 29a741fae..edcebe7f0 100644 --- a/cloud-fs/pom.xml +++ b/cloud-fs/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/cloud-lsmt-aggregation/README.md b/cloud-lsmt-aggregation/README.md index 669722c06..92cebd180 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.1 ``` diff --git a/cloud-lsmt-aggregation/pom.xml b/cloud-lsmt-aggregation/pom.xml index 468cfd367..c5ac9d447 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.1 ../pom.xml diff --git a/cloud-lsmt-cube/README.md b/cloud-lsmt-cube/README.md index b7dac0b08..0d726d195 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.1 ``` diff --git a/cloud-lsmt-cube/pom.xml b/cloud-lsmt-cube/pom.xml index 20dedc8d8..6958db703 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.1 ../pom.xml diff --git a/cloud-memcache/pom.xml b/cloud-memcache/pom.xml index 59adfd6aa..7bb9ea561 100644 --- a/cloud-memcache/pom.xml +++ b/cloud-memcache/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/cloud-multilog/README.md b/cloud-multilog/README.md index 7bfe0c8e9..0b8ea8a9b 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.1 ``` diff --git a/cloud-multilog/pom.xml b/cloud-multilog/pom.xml index d0376cf5d..53a9ed853 100644 --- a/cloud-multilog/pom.xml +++ b/cloud-multilog/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/cloud-ot/README.md b/cloud-ot/README.md index c27329799..5c775a057 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.1 ``` diff --git a/cloud-ot/pom.xml b/cloud-ot/pom.xml index d7ce91e52..7a4d314e2 100644 --- a/cloud-ot/pom.xml +++ b/cloud-ot/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/cloud-rpc/README.md b/cloud-rpc/README.md index a1f39f341..4053037a0 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.1 ``` diff --git a/cloud-rpc/pom.xml b/cloud-rpc/pom.xml index ab7e0f3bb..fb75569b0 100644 --- a/cloud-rpc/pom.xml +++ b/cloud-rpc/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/common/pom.xml b/common/pom.xml index 286ab84fe..9a0f78858 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/core-bytebuf/README.md b/core-bytebuf/README.md index 2b1e2e70d..1405f5707 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.1 ``` diff --git a/core-bytebuf/pom.xml b/core-bytebuf/pom.xml index 1a8e634f2..f4c20bad7 100644 --- a/core-bytebuf/pom.xml +++ b/core-bytebuf/pom.xml @@ -6,7 +6,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/core-codec/README.md b/core-codec/README.md index ab13cfce7..fe27f2607 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.1 ``` diff --git a/core-codec/pom.xml b/core-codec/pom.xml index d0aad49e4..90517a97f 100644 --- a/core-codec/pom.xml +++ b/core-codec/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/core-codegen/README.md b/core-codegen/README.md index 4a990b341..4277100da 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.1 ``` diff --git a/core-codegen/pom.xml b/core-codegen/pom.xml index aff38b0da..1681fad57 100644 --- a/core-codegen/pom.xml +++ b/core-codegen/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/core-csp/README.md b/core-csp/README.md index c608b901d..4af7fa8ab 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.1 ``` diff --git a/core-csp/pom.xml b/core-csp/pom.xml index a93d04e18..d40bba770 100644 --- a/core-csp/pom.xml +++ b/core-csp/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/core-datastream/README.md b/core-datastream/README.md index 7af2b7c6b..d2027d3e9 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.1 ``` diff --git a/core-datastream/pom.xml b/core-datastream/pom.xml index ad6151288..bd8242b11 100644 --- a/core-datastream/pom.xml +++ b/core-datastream/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/core-di/README.md b/core-di/README.md index c2eb5a7ce..c7d41382d 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.1 ``` diff --git a/core-di/pom.xml b/core-di/pom.xml index f5e50119f..8d073aed3 100644 --- a/core-di/pom.xml +++ b/core-di/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/core-eventloop/README.md b/core-eventloop/README.md index dcd39e46b..0c208cc4b 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.1 ``` diff --git a/core-eventloop/pom.xml b/core-eventloop/pom.xml index 8dbaad342..e866275a6 100644 --- a/core-eventloop/pom.xml +++ b/core-eventloop/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/core-http/README.md b/core-http/README.md index d44c63e70..249b81964 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.1 ``` diff --git a/core-http/pom.xml b/core-http/pom.xml index d47733e1a..30b744b71 100644 --- a/core-http/pom.xml +++ b/core-http/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/core-net/README.md b/core-net/README.md index 9d28437e9..1da1b5f61 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.1 ``` diff --git a/core-net/pom.xml b/core-net/pom.xml index 50a90eb12..944ed4da9 100644 --- a/core-net/pom.xml +++ b/core-net/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/core-promise/README.md b/core-promise/README.md index 813168e6f..09caccbc4 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.1 ``` diff --git a/core-promise/pom.xml b/core-promise/pom.xml index 89db0d4e5..f2f429767 100644 --- a/core-promise/pom.xml +++ b/core-promise/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/core-serializer/README.md b/core-serializer/README.md index 773805743..e968fff2b 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.1 ``` diff --git a/core-serializer/pom.xml b/core-serializer/pom.xml index e819e302a..ce4832149 100644 --- a/core-serializer/pom.xml +++ b/core-serializer/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/examples/benchmarks/pom.xml b/examples/benchmarks/pom.xml index aa8685229..3a7da5589 100644 --- a/examples/benchmarks/pom.xml +++ b/examples/benchmarks/pom.xml @@ -5,7 +5,7 @@ io.datakernel examples - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/examples/cloud/crdt/pom.xml b/examples/cloud/crdt/pom.xml index a21189c9d..096df2160 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.1 ../pom.xml diff --git a/examples/cloud/fs/pom.xml b/examples/cloud/fs/pom.xml index d0bdb3c03..368d17f1e 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.1 ../pom.xml diff --git a/examples/cloud/pom.xml b/examples/cloud/pom.xml index b055ae003..be4b52efb 100644 --- a/examples/cloud/pom.xml +++ b/examples/cloud/pom.xml @@ -7,7 +7,7 @@ io.datakernel examples - 3.0-SNAPSHOT + 3.0.1 ../pom.xml pom diff --git a/examples/cloud/rpc/pom.xml b/examples/cloud/rpc/pom.xml index 543acd1dd..86a72684d 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.1 ../pom.xml diff --git a/examples/core/advanced-di/pom.xml b/examples/core/advanced-di/pom.xml index 22c4b8abb..358e77289 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.1 ../pom.xml diff --git a/examples/core/boot/pom.xml b/examples/core/boot/pom.xml index 34b624fbb..6bd41c7dc 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.1 ../pom.xml diff --git a/examples/core/bytebuf/pom.xml b/examples/core/bytebuf/pom.xml index 42f2ddc7d..7c2b18d80 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.1 ../pom.xml diff --git a/examples/core/codec/pom.xml b/examples/core/codec/pom.xml index 7c7c9b5e8..51fa1fc66 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.1 ../pom.xml diff --git a/examples/core/codegen/pom.xml b/examples/core/codegen/pom.xml index 03531ac09..b1a5f4681 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.1 ../pom.xml diff --git a/examples/core/csp/pom.xml b/examples/core/csp/pom.xml index 50c6fc9a9..4ad3fd87d 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.1 ../pom.xml diff --git a/examples/core/datastream/pom.xml b/examples/core/datastream/pom.xml index 4a1ffe0b3..ab167d883 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.1 ../pom.xml diff --git a/examples/core/di/pom.xml b/examples/core/di/pom.xml index 2afbcd63a..8b3fe4b2e 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.1 ../pom.xml diff --git a/examples/core/eventloop/pom.xml b/examples/core/eventloop/pom.xml index f24b34460..c6b113344 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.1 ../pom.xml diff --git a/examples/core/http/pom.xml b/examples/core/http/pom.xml index 5a7bac18f..3779d0def 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.1 ../pom.xml diff --git a/examples/core/net/pom.xml b/examples/core/net/pom.xml index 2bf13ab72..106cd55b6 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.1 ../pom.xml diff --git a/examples/core/pom.xml b/examples/core/pom.xml index e2de4c149..6a16d4580 100644 --- a/examples/core/pom.xml +++ b/examples/core/pom.xml @@ -7,7 +7,7 @@ io.datakernel examples - 3.0-SNAPSHOT + 3.0.1 ../pom.xml pom diff --git a/examples/core/promise/pom.xml b/examples/core/promise/pom.xml index 05eba4c25..842c993c5 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.1 ../pom.xml diff --git a/examples/core/serializer/pom.xml b/examples/core/serializer/pom.xml index 653d3edd1..9b3f6248f 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.1 ../pom.xml diff --git a/examples/pom.xml b/examples/pom.xml index 0572c63bd..d3e905651 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml pom diff --git a/examples/tutorials/advanced-react-integration/pom.xml b/examples/tutorials/advanced-react-integration/pom.xml index ed09a65f5..d1ec8c50a 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.1 Examples : Tutorials : Advanced-React-Integration @@ -17,7 +17,7 @@ io.datakernel datakernel-launchers-http - 3.0-SNAPSHOT + 3.0.1 io.datakernel diff --git a/examples/tutorials/auth/pom.xml b/examples/tutorials/auth/pom.xml index 8efa26823..d28c7e5ba 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.1 Examples : Tutorials : Auth @@ -17,7 +17,7 @@ io.datakernel datakernel-launchers-http - 3.0-SNAPSHOT + 3.0.1 ch.qos.logback diff --git a/examples/tutorials/decoder/pom.xml b/examples/tutorials/decoder/pom.xml index b4d3d35c2..46d9ae60b 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.1 Examples : Tutorials : Decoder @@ -17,7 +17,7 @@ io.datakernel datakernel-launchers-http - 3.0-SNAPSHOT + 3.0.1 com.github.spullara.mustache.java diff --git a/examples/tutorials/getting-started/pom.xml b/examples/tutorials/getting-started/pom.xml index b6afa5d31..3e4056246 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.1 Examples : Tutorials : Getting-Started @@ -17,7 +17,7 @@ io.datakernel datakernel-launchers-http - 3.0-SNAPSHOT + 3.0.1 ch.qos.logback diff --git a/examples/tutorials/pom.xml b/examples/tutorials/pom.xml index 0e7dc1269..92a491b01 100644 --- a/examples/tutorials/pom.xml +++ b/examples/tutorials/pom.xml @@ -6,7 +6,7 @@ io.datakernel examples - 3.0-SNAPSHOT + 3.0.1 ../pom.xml pom diff --git a/examples/tutorials/react-integration/pom.xml b/examples/tutorials/react-integration/pom.xml index 5399e27a9..2c5e9181e 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.1 Examples : Tutorials : React-Integration @@ -17,7 +17,7 @@ io.datakernel datakernel-launchers-http - 3.0-SNAPSHOT + 3.0.1 ch.qos.logback diff --git a/examples/tutorials/rpc-kv-storage/pom.xml b/examples/tutorials/rpc-kv-storage/pom.xml index c97dd363c..121a332b8 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.1 Examples : Tutorials : Rpc-KV-Storage @@ -17,12 +17,12 @@ io.datakernel datakernel-boot - 3.0-SNAPSHOT + 3.0.1 io.datakernel datakernel-rpc - 3.0-SNAPSHOT + 3.0.1 ch.qos.logback diff --git a/examples/tutorials/template-engine/pom.xml b/examples/tutorials/template-engine/pom.xml index 9a5038ed1..af92d179b 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.1 Examples : Tutorials : Template-Engine @@ -17,7 +17,7 @@ io.datakernel datakernel-launchers-http - 3.0-SNAPSHOT + 3.0.1 com.github.spullara.mustache.java diff --git a/examples/tutorials/uikernel-integration/pom.xml b/examples/tutorials/uikernel-integration/pom.xml index 436b3bdcd..53f5067ae 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.1 Examples : Tutorials : UIKernel-Integration @@ -17,12 +17,12 @@ io.datakernel datakernel-launchers-http - 3.0-SNAPSHOT + 3.0.1 io.datakernel datakernel-uikernel - 3.0-SNAPSHOT + 3.0.1 ch.qos.logback diff --git a/launcher/pom.xml b/launcher/pom.xml index 35a36f6f0..42832a568 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/launchers/README.md b/launchers/README.md index 306f96490..91bba6c8b 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.1 ``` diff --git a/launchers/common/pom.xml b/launchers/common/pom.xml index 009a60ed9..c9fe3f9e1 100644 --- a/launchers/common/pom.xml +++ b/launchers/common/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel-launchers - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/launchers/crdt/pom.xml b/launchers/crdt/pom.xml index e57f2df16..cb415dfdf 100644 --- a/launchers/crdt/pom.xml +++ b/launchers/crdt/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel-launchers - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/launchers/http/pom.xml b/launchers/http/pom.xml index c0574e973..f55313867 100644 --- a/launchers/http/pom.xml +++ b/launchers/http/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel-launchers - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/launchers/pom.xml b/launchers/pom.xml index 88d120e44..516477668 100644 --- a/launchers/pom.xml +++ b/launchers/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/launchers/remotefs/pom.xml b/launchers/remotefs/pom.xml index 2e5f7c10e..b7c423b79 100644 --- a/launchers/remotefs/pom.xml +++ b/launchers/remotefs/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel-launchers - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/launchers/rpc/pom.xml b/launchers/rpc/pom.xml index f1c8db4a4..bdb939d5d 100644 --- a/launchers/rpc/pom.xml +++ b/launchers/rpc/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel-launchers - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/pom.xml b/pom.xml index a449ec4e8..6aafc77c0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 pom DataKernel diff --git a/test/pom.xml b/test/pom.xml index aacd87e9e..163fe7d8c 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/uikernel/README.md b/uikernel/README.md index 612ce25f3..9338d95e3 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.1 ``` diff --git a/uikernel/pom.xml b/uikernel/pom.xml index 44e118d12..3ea27523e 100644 --- a/uikernel/pom.xml +++ b/uikernel/pom.xml @@ -5,7 +5,7 @@ io.datakernel datakernel - 3.0-SNAPSHOT + 3.0.1 ../pom.xml