From 8a635d7bb157ffe5270d0ec4f1597d1cb6485cfb Mon Sep 17 00:00:00 2001 From: Mohammed Loukili Date: Wed, 3 Jun 2020 08:27:01 -0700 Subject: [PATCH] Update POMs for Release 2.42.0 --- README.md | 8 ++++---- apis/bluenimble-apis-mgm/pom.xml | 4 ++-- apis/pom.xml | 2 +- cli/bluenimble-cli-boot/pom.xml | 4 ++-- cli/bluenimble-cli-common/pom.xml | 4 ++-- cli/bluenimble-cli/pom.xml | 8 ++++---- cli/pom.xml | 2 +- plugins/bluenimble-plugin-cache.memcached/pom.xml | 4 ++-- plugins/bluenimble-plugin-cache.redis/pom.xml | 4 ++-- plugins/bluenimble-plugin-converter.pdf/pom.xml | 4 ++-- plugins/bluenimble-plugin-database.mongodb/pom.xml | 4 ++-- plugins/bluenimble-plugin-database.orientdb/pom.xml | 4 ++-- plugins/bluenimble-plugin-database.rdb/pom.xml | 4 ++-- plugins/bluenimble-plugin-dev.playground/pom.xml | 4 ++-- plugins/bluenimble-plugin-im.default/pom.xml | 4 ++-- plugins/bluenimble-plugin-inbound.binary.netty/pom.xml | 4 ++-- plugins/bluenimble-plugin-inbound.http.jetty/pom.xml | 4 ++-- plugins/bluenimble-plugin-indexer.elasticsearch/pom.xml | 4 ++-- plugins/bluenimble-plugin-media.default/pom.xml | 4 ++-- plugins/bluenimble-plugin-messenger.smtp/pom.xml | 4 ++-- plugins/bluenimble-plugin-messenger.socketio/pom.xml | 4 ++-- plugins/bluenimble-plugin-protocols.tus/pom.xml | 4 ++-- plugins/bluenimble-plugin-proxy.default/pom.xml | 6 +++--- plugins/bluenimble-plugin-remote.default/pom.xml | 6 +++--- plugins/bluenimble-plugin-scheduler.quartz/pom.xml | 4 ++-- plugins/bluenimble-plugin-scripting.javascript/pom.xml | 4 ++-- plugins/bluenimble-plugin-sdks.aws/pom.xml | 4 ++-- plugins/bluenimble-plugin-security.default/pom.xml | 4 ++-- plugins/bluenimble-plugin-security.keystore/pom.xml | 4 ++-- plugins/bluenimble-plugin-shell.default/pom.xml | 4 ++-- plugins/bluenimble-plugin-storage.filesystem/pom.xml | 4 ++-- plugins/bluenimble-plugin-tracing.log4j/pom.xml | 4 ++-- plugins/bluenimble-plugin-tracing.socketio/pom.xml | 4 ++-- plugins/bluenimble-plugin-tracking.database/pom.xml | 4 ++-- plugins/bluenimble-plugin-tracking.indexer/pom.xml | 4 ++-- plugins/bluenimble-plugin-visitors.default/pom.xml | 4 ++-- plugins/pom.xml | 2 +- pom.xml | 2 +- sdks/bluenimble-jvm-sdk/pom.xml | 2 +- sdks/pom.xml | 2 +- server/bluenimble-server-boot/pom.xml | 4 ++-- server/bluenimble-server/pom.xml | 4 ++-- server/pom.xml | 2 +- tools/bluenimble-binary-client/pom.xml | 4 ++-- tools/bluenimble-broker/pom.xml | 4 ++-- tools/bluenimble-crypto/pom.xml | 4 ++-- tools/pom.xml | 2 +- 47 files changed, 92 insertions(+), 92 deletions(-) diff --git a/README.md b/README.md index 7dee3630..7f43306a 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ Focus on application business logic without any knowledge of the underlying micr ### Install BlueNimble #### Install from binaries -* Download either [bluenimble-2.41.0-bin.tar.gz](https://github.com/bluenimble/serverless/releases/download/v2.41.0/bluenimble-2.41.0-bin.tar.gz) or [bluenimble-2.41.0-bin.zip](https://github.com/bluenimble/serverless/releases/download/v2.41.0/bluenimble-2.41.0-bin.zip) and decompress in a folder of your choice +* Download either [bluenimble-2.42.0-bin.tar.gz](https://github.com/bluenimble/serverless/releases/download/v2.42.0/bluenimble-2.42.0-bin.tar.gz) or [bluenimble-2.42.0-bin.zip](https://github.com/bluenimble/serverless/releases/download/v2.42.0/bluenimble-2.42.0-bin.zip) and decompress in a folder of your choice * If you're a Mac or Linux user, set the right .sh file mode: ```` - cd ~/bluenimble-2.41.0 && sudo chmod 755 *.sh + cd ~/bluenimble-2.42.0 && sudo chmod 755 *.sh ```` #### Start BlueNimble * Mac or Linux users @@ -33,10 +33,10 @@ Focus on application business logic without any knowledge of the underlying micr ./bnb.bat ```` #### Install the CLI from binaries -* Download either [bluenimble-cli-2.41.0-bin.tar.gz](https://github.com/bluenimble/serverless/releases/download/v2.41.0/bluenimble-cli-2.41.0-bin.tar.gz) or [bluenimble-cli-2.41.0-bin.zip](https://github.com/bluenimble/serverless/releases/download/v2.41.0/bluenimble-cli-2.41.0-bin.zip) and decompress in a folder of your choice +* Download either [bluenimble-cli-2.42.0-bin.tar.gz](https://github.com/bluenimble/serverless/releases/download/v2.42.0/bluenimble-cli-2.42.0-bin.tar.gz) or [bluenimble-cli-2.42.0-bin.zip](https://github.com/bluenimble/serverless/releases/download/v2.42.0/bluenimble-cli-2.42.0-bin.zip) and decompress in a folder of your choice * If you're a Mac or Linux user, set the right .sh file mode: ```` - cd ~/blueNimble-cli-2.41.0 && chmod 755 *.sh + cd ~/blueNimble-cli-2.42.0 && chmod 755 *.sh ```` The CLI could be installed in any other machine, not necessarily where the server is installed diff --git a/apis/bluenimble-apis-mgm/pom.xml b/apis/bluenimble-apis-mgm/pom.xml index 5ef12b2b..74daa125 100644 --- a/apis/bluenimble-apis-mgm/pom.xml +++ b/apis/bluenimble-apis-mgm/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-apis-mgm - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-apis-mgm @@ -85,7 +85,7 @@ ${project.groupId} bluenimble-jvm-sdk - 2.42.0-SNAPSHOT + 2.42.0 \ No newline at end of file diff --git a/apis/pom.xml b/apis/pom.xml index 830ca47d..4131b6bd 100644 --- a/apis/pom.xml +++ b/apis/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-apis - 2.42.0-SNAPSHOT + 2.42.0 pom BlueNimble Serverless Apis diff --git a/cli/bluenimble-cli-boot/pom.xml b/cli/bluenimble-cli-boot/pom.xml index 7c7cb1f4..0989684a 100644 --- a/cli/bluenimble-cli-boot/pom.xml +++ b/cli/bluenimble-cli-boot/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-cli-boot - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-cli-boot @@ -66,7 +66,7 @@ ${project.groupId} bluenimble-jvm-sdk - 2.42.0-SNAPSHOT + 2.42.0 \ No newline at end of file diff --git a/cli/bluenimble-cli-common/pom.xml b/cli/bluenimble-cli-common/pom.xml index 4eba34ac..4d82f2da 100644 --- a/cli/bluenimble-cli-common/pom.xml +++ b/cli/bluenimble-cli-common/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-cli-common - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-cli-common @@ -88,7 +88,7 @@ ${project.groupId} bluenimble-jvm-sdk - 2.42.0-SNAPSHOT + 2.42.0 org.fusesource.jansi diff --git a/cli/bluenimble-cli/pom.xml b/cli/bluenimble-cli/pom.xml index 19c69a83..4160b2ea 100644 --- a/cli/bluenimble-cli/pom.xml +++ b/cli/bluenimble-cli/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-cli - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-cli @@ -143,17 +143,17 @@ ${project.groupId} bluenimble-cli-common - 2.42.0-SNAPSHOT + 2.42.0 ${project.groupId} bluenimble-plugin-shell.default - 2.42.0-SNAPSHOT + 2.42.0 ${project.groupId} bluenimble-cli-boot - 2.42.0-SNAPSHOT + 2.42.0 commons-io diff --git a/cli/pom.xml b/cli/pom.xml index 14909511..f9d91516 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-cli-all - 2.42.0-SNAPSHOT + 2.42.0 pom BlueNimble Serverless CommandLine Tools diff --git a/plugins/bluenimble-plugin-cache.memcached/pom.xml b/plugins/bluenimble-plugin-cache.memcached/pom.xml index a4ef6f66..276a7ee4 100644 --- a/plugins/bluenimble-plugin-cache.memcached/pom.xml +++ b/plugins/bluenimble-plugin-cache.memcached/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-cache.memcached - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-cache.memcached @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 net.spy diff --git a/plugins/bluenimble-plugin-cache.redis/pom.xml b/plugins/bluenimble-plugin-cache.redis/pom.xml index 8f4ec784..a5909ecc 100644 --- a/plugins/bluenimble-plugin-cache.redis/pom.xml +++ b/plugins/bluenimble-plugin-cache.redis/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-cache.redis - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-cache.redis @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 redis.clients diff --git a/plugins/bluenimble-plugin-converter.pdf/pom.xml b/plugins/bluenimble-plugin-converter.pdf/pom.xml index 4ea3173a..3c03c027 100644 --- a/plugins/bluenimble-plugin-converter.pdf/pom.xml +++ b/plugins/bluenimble-plugin-converter.pdf/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-converter.pdf - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-converter.pdf @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 org.apache.pdfbox diff --git a/plugins/bluenimble-plugin-database.mongodb/pom.xml b/plugins/bluenimble-plugin-database.mongodb/pom.xml index 438272bb..6918c38a 100644 --- a/plugins/bluenimble-plugin-database.mongodb/pom.xml +++ b/plugins/bluenimble-plugin-database.mongodb/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-database.mongodb - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-database.mongodb @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 org.mongodb diff --git a/plugins/bluenimble-plugin-database.orientdb/pom.xml b/plugins/bluenimble-plugin-database.orientdb/pom.xml index b2fc7cec..38edbc99 100644 --- a/plugins/bluenimble-plugin-database.orientdb/pom.xml +++ b/plugins/bluenimble-plugin-database.orientdb/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-database.orientdb - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-database.orientdb @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 com.orientechnologies diff --git a/plugins/bluenimble-plugin-database.rdb/pom.xml b/plugins/bluenimble-plugin-database.rdb/pom.xml index 9c116799..272c5ade 100644 --- a/plugins/bluenimble-plugin-database.rdb/pom.xml +++ b/plugins/bluenimble-plugin-database.rdb/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-database.rdb - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-database.rdb @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 com.zaxxer diff --git a/plugins/bluenimble-plugin-dev.playground/pom.xml b/plugins/bluenimble-plugin-dev.playground/pom.xml index 0e533549..1d487057 100644 --- a/plugins/bluenimble-plugin-dev.playground/pom.xml +++ b/plugins/bluenimble-plugin-dev.playground/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-dev.playground - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-dev.playground @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 com.orientechnologies diff --git a/plugins/bluenimble-plugin-im.default/pom.xml b/plugins/bluenimble-plugin-im.default/pom.xml index 805aa611..47d60420 100644 --- a/plugins/bluenimble-plugin-im.default/pom.xml +++ b/plugins/bluenimble-plugin-im.default/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-im.default - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-im.default @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 \ No newline at end of file diff --git a/plugins/bluenimble-plugin-inbound.binary.netty/pom.xml b/plugins/bluenimble-plugin-inbound.binary.netty/pom.xml index ebf04508..132c1faf 100644 --- a/plugins/bluenimble-plugin-inbound.binary.netty/pom.xml +++ b/plugins/bluenimble-plugin-inbound.binary.netty/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-inbound.binary.netty - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-inbound.binary.netty @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 io.netty diff --git a/plugins/bluenimble-plugin-inbound.http.jetty/pom.xml b/plugins/bluenimble-plugin-inbound.http.jetty/pom.xml index e924a731..736fa4ac 100644 --- a/plugins/bluenimble-plugin-inbound.http.jetty/pom.xml +++ b/plugins/bluenimble-plugin-inbound.http.jetty/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-inbound.http.jetty - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-inbound.http.jetty @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 org.eclipse.jetty diff --git a/plugins/bluenimble-plugin-indexer.elasticsearch/pom.xml b/plugins/bluenimble-plugin-indexer.elasticsearch/pom.xml index 7466f20c..75a056eb 100644 --- a/plugins/bluenimble-plugin-indexer.elasticsearch/pom.xml +++ b/plugins/bluenimble-plugin-indexer.elasticsearch/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-indexer.elasticsearch - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-indexer.elasticsearch @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 \ No newline at end of file diff --git a/plugins/bluenimble-plugin-media.default/pom.xml b/plugins/bluenimble-plugin-media.default/pom.xml index 2d7646d7..035b2ea5 100644 --- a/plugins/bluenimble-plugin-media.default/pom.xml +++ b/plugins/bluenimble-plugin-media.default/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-media.default - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-media.default @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 org.freemarker diff --git a/plugins/bluenimble-plugin-messenger.smtp/pom.xml b/plugins/bluenimble-plugin-messenger.smtp/pom.xml index a6cdbcf4..ee68aba5 100644 --- a/plugins/bluenimble-plugin-messenger.smtp/pom.xml +++ b/plugins/bluenimble-plugin-messenger.smtp/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-messenger.smtp - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-messenger.smtp @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 javax.mail diff --git a/plugins/bluenimble-plugin-messenger.socketio/pom.xml b/plugins/bluenimble-plugin-messenger.socketio/pom.xml index 3c4e4c8e..5a5b0353 100644 --- a/plugins/bluenimble-plugin-messenger.socketio/pom.xml +++ b/plugins/bluenimble-plugin-messenger.socketio/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-messenger.socketio - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-messenger.socketio @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 io.socket diff --git a/plugins/bluenimble-plugin-protocols.tus/pom.xml b/plugins/bluenimble-plugin-protocols.tus/pom.xml index bd6eb666..4581a47f 100644 --- a/plugins/bluenimble-plugin-protocols.tus/pom.xml +++ b/plugins/bluenimble-plugin-protocols.tus/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-protocols.tus - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-protocols.tus @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 javax.servlet diff --git a/plugins/bluenimble-plugin-proxy.default/pom.xml b/plugins/bluenimble-plugin-proxy.default/pom.xml index b0146803..72bc3bd8 100644 --- a/plugins/bluenimble-plugin-proxy.default/pom.xml +++ b/plugins/bluenimble-plugin-proxy.default/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-proxy.default - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-proxy.default @@ -102,12 +102,12 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 ${project.groupId} bluenimble-binary-client - 2.42.0-SNAPSHOT + 2.42.0 diff --git a/plugins/bluenimble-plugin-remote.default/pom.xml b/plugins/bluenimble-plugin-remote.default/pom.xml index cb85c3f6..0c87d99a 100644 --- a/plugins/bluenimble-plugin-remote.default/pom.xml +++ b/plugins/bluenimble-plugin-remote.default/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-remote.default - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-remote.default @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 com.squareup.okhttp3 @@ -117,7 +117,7 @@ ${project.groupId} bluenimble-binary-client - 2.42.0-SNAPSHOT + 2.42.0 \ No newline at end of file diff --git a/plugins/bluenimble-plugin-scheduler.quartz/pom.xml b/plugins/bluenimble-plugin-scheduler.quartz/pom.xml index 277f8cb0..05412872 100644 --- a/plugins/bluenimble-plugin-scheduler.quartz/pom.xml +++ b/plugins/bluenimble-plugin-scheduler.quartz/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-scheduler.quartz - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-scheduler.quartz @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 org.quartz-scheduler diff --git a/plugins/bluenimble-plugin-scripting.javascript/pom.xml b/plugins/bluenimble-plugin-scripting.javascript/pom.xml index 6aae8a65..5ee0b34f 100644 --- a/plugins/bluenimble-plugin-scripting.javascript/pom.xml +++ b/plugins/bluenimble-plugin-scripting.javascript/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-scripting.javascript - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-scripting.javascript @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 oauth.signpost diff --git a/plugins/bluenimble-plugin-sdks.aws/pom.xml b/plugins/bluenimble-plugin-sdks.aws/pom.xml index 81200ff5..0a664391 100644 --- a/plugins/bluenimble-plugin-sdks.aws/pom.xml +++ b/plugins/bluenimble-plugin-sdks.aws/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-sdks.aws - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-sdks.aws @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 com.aws.local diff --git a/plugins/bluenimble-plugin-security.default/pom.xml b/plugins/bluenimble-plugin-security.default/pom.xml index 3adb5c8f..7390cb52 100644 --- a/plugins/bluenimble-plugin-security.default/pom.xml +++ b/plugins/bluenimble-plugin-security.default/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-security.default - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-security.default @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 \ No newline at end of file diff --git a/plugins/bluenimble-plugin-security.keystore/pom.xml b/plugins/bluenimble-plugin-security.keystore/pom.xml index 6ccab297..407e6243 100644 --- a/plugins/bluenimble-plugin-security.keystore/pom.xml +++ b/plugins/bluenimble-plugin-security.keystore/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-security.keystore - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-security.keystore @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 \ No newline at end of file diff --git a/plugins/bluenimble-plugin-shell.default/pom.xml b/plugins/bluenimble-plugin-shell.default/pom.xml index 49e9652d..84167f9e 100644 --- a/plugins/bluenimble-plugin-shell.default/pom.xml +++ b/plugins/bluenimble-plugin-shell.default/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-shell.default - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-shell.default @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 diff --git a/plugins/bluenimble-plugin-storage.filesystem/pom.xml b/plugins/bluenimble-plugin-storage.filesystem/pom.xml index 1b925544..38762d22 100644 --- a/plugins/bluenimble-plugin-storage.filesystem/pom.xml +++ b/plugins/bluenimble-plugin-storage.filesystem/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-storage.filesystem - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-storage.filesystem @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 \ No newline at end of file diff --git a/plugins/bluenimble-plugin-tracing.log4j/pom.xml b/plugins/bluenimble-plugin-tracing.log4j/pom.xml index 7f113bf0..aba0147d 100644 --- a/plugins/bluenimble-plugin-tracing.log4j/pom.xml +++ b/plugins/bluenimble-plugin-tracing.log4j/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-tracing.log4j - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-tracing.log4j @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 org.apache.logging.log4j diff --git a/plugins/bluenimble-plugin-tracing.socketio/pom.xml b/plugins/bluenimble-plugin-tracing.socketio/pom.xml index 5ca98f76..bfd6afc6 100644 --- a/plugins/bluenimble-plugin-tracing.socketio/pom.xml +++ b/plugins/bluenimble-plugin-tracing.socketio/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-tracing.socketio - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-tracing.socketio @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 io.socket diff --git a/plugins/bluenimble-plugin-tracking.database/pom.xml b/plugins/bluenimble-plugin-tracking.database/pom.xml index b519a873..9fc5a0d2 100644 --- a/plugins/bluenimble-plugin-tracking.database/pom.xml +++ b/plugins/bluenimble-plugin-tracking.database/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-tracking.database - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-tracking.database @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 \ No newline at end of file diff --git a/plugins/bluenimble-plugin-tracking.indexer/pom.xml b/plugins/bluenimble-plugin-tracking.indexer/pom.xml index 0cded80d..9ba1bb29 100644 --- a/plugins/bluenimble-plugin-tracking.indexer/pom.xml +++ b/plugins/bluenimble-plugin-tracking.indexer/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-tracking.indexer - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-tracking.indexer @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 \ No newline at end of file diff --git a/plugins/bluenimble-plugin-visitors.default/pom.xml b/plugins/bluenimble-plugin-visitors.default/pom.xml index 512a01b1..ac711f79 100644 --- a/plugins/bluenimble-plugin-visitors.default/pom.xml +++ b/plugins/bluenimble-plugin-visitors.default/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugin-visitors.default - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-plugin-visitors.default @@ -102,7 +102,7 @@ ${project.groupId} bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 is.tagomor.woothee diff --git a/plugins/pom.xml b/plugins/pom.xml index ace15e57..0db63373 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -17,7 +17,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-plugins - 2.42.0-SNAPSHOT + 2.42.0 pom BlueNimble Serverless Plugins diff --git a/pom.xml b/pom.xml index 1a7dc6e1..5346cb17 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ com.bluenimble.serverless bluenimble-serverless - 2.42.0-SNAPSHOT + 2.42.0 pom BlueNimble Serverless diff --git a/sdks/bluenimble-jvm-sdk/pom.xml b/sdks/bluenimble-jvm-sdk/pom.xml index b5165084..195c5ed4 100644 --- a/sdks/bluenimble-jvm-sdk/pom.xml +++ b/sdks/bluenimble-jvm-sdk/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-jvm-sdk - 2.42.0-SNAPSHOT + 2.42.0 jar BlueNimble JVM Sdk (Java, Scala, Kotlin and other Jvm supported languages) diff --git a/sdks/pom.xml b/sdks/pom.xml index dce454a7..c63dc3ec 100644 --- a/sdks/pom.xml +++ b/sdks/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-sdks - 2.42.0-SNAPSHOT + 2.42.0 pom BlueNimble Serverless Sdks diff --git a/server/bluenimble-server-boot/pom.xml b/server/bluenimble-server-boot/pom.xml index e5d45ff3..fe20c196 100644 --- a/server/bluenimble-server-boot/pom.xml +++ b/server/bluenimble-server-boot/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-server-boot - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-server-boot @@ -66,7 +66,7 @@ ${project.groupId} bluenimble-jvm-sdk - 2.42.0-SNAPSHOT + 2.42.0 \ No newline at end of file diff --git a/server/bluenimble-server/pom.xml b/server/bluenimble-server/pom.xml index 04b1897c..cfaa03b4 100644 --- a/server/bluenimble-server/pom.xml +++ b/server/bluenimble-server/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-server - 2.42.0-SNAPSHOT + 2.42.0 jar BlueNimble Server (Gateway and Runtime) @@ -200,7 +200,7 @@ ${project.groupId} bluenimble-jvm-sdk - 2.42.0-SNAPSHOT + 2.42.0 diff --git a/server/pom.xml b/server/pom.xml index e8df82d2..443e699b 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-server-parent - 2.42.0-SNAPSHOT + 2.42.0 pom BlueNimble Serverless Server diff --git a/tools/bluenimble-binary-client/pom.xml b/tools/bluenimble-binary-client/pom.xml index 28a3c4e9..6bdfe43f 100644 --- a/tools/bluenimble-binary-client/pom.xml +++ b/tools/bluenimble-binary-client/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-binary-client - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-binary-client @@ -64,7 +64,7 @@ ${project.groupId} bluenimble-jvm-sdk - 2.42.0-SNAPSHOT + 2.42.0 io.netty diff --git a/tools/bluenimble-broker/pom.xml b/tools/bluenimble-broker/pom.xml index 12368566..6dd65f65 100644 --- a/tools/bluenimble-broker/pom.xml +++ b/tools/bluenimble-broker/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-broker - 2.42.0-SNAPSHOT + 2.42.0 jar BlueNimble Message Broker (Native, Socket-IO / Websockets) @@ -134,7 +134,7 @@ com.bluenimble.serverless bluenimble-jvm-sdk - 2.42.0-SNAPSHOT + 2.42.0 org.apache.logging.log4j diff --git a/tools/bluenimble-crypto/pom.xml b/tools/bluenimble-crypto/pom.xml index d6a030f5..5ee509ee 100644 --- a/tools/bluenimble-crypto/pom.xml +++ b/tools/bluenimble-crypto/pom.xml @@ -17,7 +17,7 @@ com.bluenimble.serverless bluenimble-crypto - 2.42.0-SNAPSHOT + 2.42.0 jar bluenimble-crypto @@ -46,7 +46,7 @@ ${project.groupId} bluenimble-jvm-sdk - 2.42.0-SNAPSHOT + 2.42.0 org.bouncycastle diff --git a/tools/pom.xml b/tools/pom.xml index 5adaf0a3..2132f0ee 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -17,7 +17,7 @@ 4.0.0 com.bluenimble.serverless bluenimble-tools - 2.42.0-SNAPSHOT + 2.42.0 pom BlueNimble Serverless Plugins