From c211ccc77d04e81507db25df0b464731a54469fb Mon Sep 17 00:00:00 2001 From: Besmir Beqiri Date: Mon, 22 Jan 2024 15:20:58 +0100 Subject: [PATCH] New release version `0.2.11` --- CHANGELOG.md | 2 +- README.md | 56 ++++++++++++++++++++++---------------------- gradle.properties | 2 +- jpro-auth/README.md | 8 +++---- jpro-file/README.md | 4 ++-- jpro-media/README.md | 4 ++-- 6 files changed, 38 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d521d3f..d0f34774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 0.2.11-SNAPSHOT (TBD) +### 0.2.11 (January 22, 2024) ### Features * Added `basic` authentication API to the `jpro-auth-core` module. This API can be used to authenticate users diff --git a/README.md b/README.md index 0f1c8ff3..43b05d84 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ and OAuth2 (and to some extent OpenID Connect) implementation. one.jpro.platform jpro-auth-core - 0.2.11-SNAPSHOT + 0.2.11 ``` @@ -81,7 +81,7 @@ and OAuth2 (and to some extent OpenID Connect) implementation. #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-auth-core:0.2.11-SNAPSHOT") + implementation("one.jpro.platform:jpro-auth-core:0.2.11") } ``` @@ -94,7 +94,7 @@ This library provides a simple way to pick, drop, upload and download files in * one.jpro.platform jpro-file - 0.2.11-SNAPSHOT + 0.2.11 ``` @@ -102,7 +102,7 @@ This library provides a simple way to pick, drop, upload and download files in * #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-file:0.2.11-SNAPSHOT") + implementation("one.jpro.platform:jpro-file:0.2.11") } ``` @@ -138,7 +138,7 @@ to the desired size. one.jpro.platform jpro-image-manager - 0.2.11-SNAPSHOT + 0.2.11 ``` @@ -146,7 +146,7 @@ to the desired size. #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-image-manager:0.2.11-SNAPSHOT") + implementation("one.jpro.platform:jpro-image-manager:0.2.11") } ``` @@ -161,7 +161,7 @@ all while utilizing the same codebase. one.jpro.platform jpro-media - 0.2.11-SNAPSHOT + 0.2.11 @@ -190,7 +190,7 @@ plugins { } dependencies { - implementation("one.jpro.platform:jpro-media:0.2.11-SNAPSHOT") + implementation("one.jpro.platform:jpro-media:0.2.11") implementation "org.bytedeco:javacv-platform:1.5.9" // use compileOnly configuration when running/deploying with JPro runtimeOnly 'org.bytedeco:flandmark-platform:1.07-1.5.8' // when running on desktop/device only } @@ -209,7 +209,7 @@ Currently, there are three routing modules available: one.jpro.platform jpro-routing-core - 0.2.11-SNAPSHOT + 0.2.11 ``` @@ -217,7 +217,7 @@ Currently, there are three routing modules available: #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-routing-core:0.2.11-SNAPSHOT") + implementation("one.jpro.platform:jpro-routing-core:0.2.11") } ``` @@ -229,7 +229,7 @@ dependencies { one.jpro.platform jpro-routing-dev - 0.2.11-SNAPSHOT + 0.2.11 ``` @@ -237,7 +237,7 @@ dependencies { #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-routing-dev:0.2.11-SNAPSHOT") + implementation("one.jpro.platform:jpro-routing-dev:0.2.11") } ``` @@ -249,7 +249,7 @@ dependencies { one.jpro.platform jpro-routing-popup - 0.2.11-SNAPSHOT + 0.2.11 ``` @@ -257,7 +257,7 @@ dependencies { #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-routing-popup:0.2.11-SNAPSHOT") + implementation("one.jpro.platform:jpro-routing-popup:0.2.11") } ``` @@ -270,7 +270,7 @@ This library allows you to render Markdown formatted content in your **JPro/Java one.jpro.platform jpro-mdfx - 0.2.11-SNAPSHOT + 0.2.11 ``` @@ -278,7 +278,7 @@ This library allows you to render Markdown formatted content in your **JPro/Java #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-mdfx:0.2.11-SNAPSHOT") + implementation("one.jpro.platform:jpro-mdfx:0.2.11") } ``` @@ -293,7 +293,7 @@ This data is only accessible in the JPro Server, not in the browser - which can one.jpro.platform jpro-sessions - 0.2.11-SNAPSHOT + 0.2.11 ``` @@ -301,7 +301,7 @@ This data is only accessible in the JPro Server, not in the browser - which can #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-sessions:0.2.11-SNAPSHOT") + implementation("one.jpro.platform:jpro-sessions:0.2.11") } ``` @@ -322,7 +322,7 @@ capabilities. one.jpro.platform jpro-webrtc - 0.2.11-SNAPSHOT + 0.2.11 ``` @@ -330,7 +330,7 @@ capabilities. #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-webrtc:0.2.11-SNAPSHOT") + implementation("one.jpro.platform:jpro-webrtc:0.2.11") } ``` @@ -345,7 +345,7 @@ the embedded controls. The video can be played in full-screen mode. one.jpro.platform jpro-youtube - 0.2.11-SNAPSHOT + 0.2.11 ``` @@ -353,7 +353,7 @@ the embedded controls. The video can be played in full-screen mode. #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-youtube:0.2.11-SNAPSHOT") + implementation("one.jpro.platform:jpro-youtube:0.2.11") } ``` @@ -382,7 +382,7 @@ Provides a skin implementation of a scrollpane for **JPro** applications only. one.jpro.platform jpro-html-scrollpane - 0.2.11-SNAPSHOT + 0.2.11 ``` @@ -390,7 +390,7 @@ Provides a skin implementation of a scrollpane for **JPro** applications only. #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-html-scrollpane:0.2.11-SNAPSHOT") + implementation("one.jpro.platform:jpro-html-scrollpane:0.2.11") } ``` @@ -409,14 +409,14 @@ bug-free and leak-free applications. one.jpro.platform tree-showing - 0.2.11-SNAPSHOT + 0.2.11 ``` #### Gradle configuration ```groovy dependencies { - implementation 'one.jpro.platform:tree-showing:0.2.11-SNAPSHOT' + implementation 'one.jpro.platform:tree-showing:0.2.11' } ``` @@ -448,7 +448,7 @@ This can be useful for debugging purposes, detecting deadlocks or other optimize one.jpro.platform freeze-detector - 0.2.11-SNAPSHOT + 0.2.11 ``` @@ -456,7 +456,7 @@ This can be useful for debugging purposes, detecting deadlocks or other optimize #### Gradle configuration ```groovy dependencies { - implementation 'one.jpro.platform:freeze-detector:0.2.11-SNAPSHOT' + implementation 'one.jpro.platform:freeze-detector:0.2.11' } ``` diff --git a/gradle.properties b/gradle.properties index 5419937d..aabb0ac2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -JPRO_PLATFORM_VERSION = 0.2.11-SNAPSHOT +JPRO_PLATFORM_VERSION = 0.2.11 JPRO_VERSION = 2024.1.0 JAVAFX_VERSION = 17.0.10 diff --git a/jpro-auth/README.md b/jpro-auth/README.md index 962ce052..580841cf 100644 --- a/jpro-auth/README.md +++ b/jpro-auth/README.md @@ -91,7 +91,7 @@ processes. Add the following configuration to your project based on the build to - Gradle ```groovy dependencies { - implementation("one.jpro.platform:jpro-auth:0.2.11-SNAPSHOT") + implementation("one.jpro.platform:jpro-auth:0.2.11") } ``` - Maven @@ -100,7 +100,7 @@ processes. Add the following configuration to your project based on the build to one.jpro.platform jpro-auth-core - 0.2.11-SNAPSHOT + 0.2.11 ``` @@ -111,7 +111,7 @@ the authentication process. Add the following configuration to your project base - Gradle ```groovy dependencies { - implementation("one.jpro.platform:jpro-auth-routing:0.2.11-SNAPSHOT") + implementation("one.jpro.platform:jpro-auth-routing:0.2.11") } ``` - Maven @@ -120,7 +120,7 @@ the authentication process. Add the following configuration to your project base one.jpro.platform jpro-auth-routing - 0.2.11-SNAPSHOT + 0.2.11 ``` diff --git a/jpro-file/README.md b/jpro-file/README.md index d122668c..6e60166f 100644 --- a/jpro-file/README.md +++ b/jpro-file/README.md @@ -78,7 +78,7 @@ a specified callback handler is invoked for further processing. - Gradle ```groovy dependencies { - implementation("one.jpro.platform:jpro-file:0.2.11-SNAPSHOT") + implementation("one.jpro.platform:jpro-file:0.2.11") } ``` - Maven @@ -87,7 +87,7 @@ a specified callback handler is invoked for further processing. one.jpro.platform jpro-file - 0.2.11-SNAPSHOT + 0.2.11 ``` diff --git a/jpro-media/README.md b/jpro-media/README.md index 604eb1cd..380591e0 100644 --- a/jpro-media/README.md +++ b/jpro-media/README.md @@ -37,7 +37,7 @@ plugins { } dependencies { - implementation 'one.jpro.platform:jpro-media:0.2.11-SNAPSHOT' + implementation 'one.jpro.platform:jpro-media:0.2.11' runtimeOnly 'org.bytedeco:flandmark-platform:1.07-1.5.8' // when running on desktop/device only // use compileOnly configuration when running/deploying with JPro, @@ -73,7 +73,7 @@ the `release` zipped file. Even the `jpro:run` task is faster since these files one.jpro.platform jpro-media - 0.2.11-SNAPSHOT + 0.2.11 org.bytedeco