From a6d1e1b2f6b392da6a4f42e62c716e76a88c57bc Mon Sep 17 00:00:00 2001 From: Besmir Beqiri Date: Wed, 14 Feb 2024 11:49:39 +0100 Subject: [PATCH] Towards the next release --- CHANGELOG.md | 5 ++++ README.md | 60 ++++++++++++++++++++++---------------------- gradle.properties | 2 +- jpro-auth/README.md | 8 +++--- jpro-file/README.md | 4 +-- jpro-media/README.md | 4 +-- 6 files changed, 44 insertions(+), 39 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22ffe002..ee195926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 0.2.14-SNAPSHOT (TBD) + + +---------------------- + ### 0.2.13 (February 14, 2024) ### Features diff --git a/README.md b/README.md index 7a04fbeb..dd8e43d3 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.13 + 0.2.14-SNAPSHOT ``` @@ -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.13") + implementation("one.jpro.platform:jpro-auth-core:0.2.14-SNAPSHOT") } ``` @@ -94,7 +94,7 @@ Creates human and AI friendly String representations of JavaFX SceneGraphs. one.jpro.platform jpro-scenegraph - 0.2.13 + 0.2.14-SNAPSHOT ``` @@ -102,7 +102,7 @@ Creates human and AI friendly String representations of JavaFX SceneGraphs. #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-scenegraph:0.2.13") + implementation("one.jpro.platform:jpro-scenegraph:0.2.14-SNAPSHOT") } ``` @@ -115,7 +115,7 @@ This library provides a simple way to pick, drop, upload and download files in * one.jpro.platform jpro-file - 0.2.13 + 0.2.14-SNAPSHOT ``` @@ -123,7 +123,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.13") + implementation("one.jpro.platform:jpro-file:0.2.14-SNAPSHOT") } ``` @@ -159,7 +159,7 @@ to the desired size. one.jpro.platform jpro-image-manager - 0.2.13 + 0.2.14-SNAPSHOT ``` @@ -167,7 +167,7 @@ to the desired size. #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-image-manager:0.2.13") + implementation("one.jpro.platform:jpro-image-manager:0.2.14-SNAPSHOT") } ``` @@ -182,7 +182,7 @@ all while utilizing the same codebase. one.jpro.platform jpro-media - 0.2.13 + 0.2.14-SNAPSHOT @@ -203,7 +203,7 @@ plugins { } dependencies { - implementation("one.jpro.platform:jpro-media:0.2.13") + implementation("one.jpro.platform:jpro-media:0.2.14-SNAPSHOT") implementation "org.bytedeco:javacv-platform:1.5.9" // use compileOnly configuration when running/deploying with JPro } ``` @@ -221,7 +221,7 @@ Currently, there are three routing modules available: one.jpro.platform jpro-routing-core - 0.2.13 + 0.2.14-SNAPSHOT ``` @@ -229,7 +229,7 @@ Currently, there are three routing modules available: #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-routing-core:0.2.13") + implementation("one.jpro.platform:jpro-routing-core:0.2.14-SNAPSHOT") } ``` @@ -241,7 +241,7 @@ dependencies { one.jpro.platform jpro-routing-dev - 0.2.13 + 0.2.14-SNAPSHOT ``` @@ -249,7 +249,7 @@ dependencies { #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-routing-dev:0.2.13") + implementation("one.jpro.platform:jpro-routing-dev:0.2.14-SNAPSHOT") } ``` @@ -261,7 +261,7 @@ dependencies { one.jpro.platform jpro-routing-popup - 0.2.13 + 0.2.14-SNAPSHOT ``` @@ -269,7 +269,7 @@ dependencies { #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-routing-popup:0.2.13") + implementation("one.jpro.platform:jpro-routing-popup:0.2.14-SNAPSHOT") } ``` @@ -282,7 +282,7 @@ This library allows you to render Markdown formatted content in your **JPro/Java one.jpro.platform jpro-mdfx - 0.2.13 + 0.2.14-SNAPSHOT ``` @@ -290,7 +290,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.13") + implementation("one.jpro.platform:jpro-mdfx:0.2.14-SNAPSHOT") } ``` @@ -305,7 +305,7 @@ This data is only accessible in the JPro Server, not in the browser - which can one.jpro.platform jpro-sessions - 0.2.13 + 0.2.14-SNAPSHOT ``` @@ -313,7 +313,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.13") + implementation("one.jpro.platform:jpro-sessions:0.2.14-SNAPSHOT") } ``` @@ -334,7 +334,7 @@ capabilities. one.jpro.platform jpro-webrtc - 0.2.13 + 0.2.14-SNAPSHOT ``` @@ -342,7 +342,7 @@ capabilities. #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-webrtc:0.2.13") + implementation("one.jpro.platform:jpro-webrtc:0.2.14-SNAPSHOT") } ``` @@ -357,7 +357,7 @@ the embedded controls. The video can be played in full-screen mode. one.jpro.platform jpro-youtube - 0.2.13 + 0.2.14-SNAPSHOT ``` @@ -365,7 +365,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.13") + implementation("one.jpro.platform:jpro-youtube:0.2.14-SNAPSHOT") } ``` @@ -394,7 +394,7 @@ Provides a skin implementation of a scrollpane for **JPro** applications only. one.jpro.platform jpro-html-scrollpane - 0.2.13 + 0.2.14-SNAPSHOT ``` @@ -402,7 +402,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.13") + implementation("one.jpro.platform:jpro-html-scrollpane:0.2.14-SNAPSHOT") } ``` @@ -421,14 +421,14 @@ bug-free and leak-free applications. one.jpro.platform tree-showing - 0.2.13 + 0.2.14-SNAPSHOT ``` #### Gradle configuration ```groovy dependencies { - implementation 'one.jpro.platform:tree-showing:0.2.13' + implementation 'one.jpro.platform:tree-showing:0.2.14-SNAPSHOT' } ``` @@ -460,7 +460,7 @@ This can be useful for debugging purposes, detecting deadlocks or other optimize one.jpro.platform freeze-detector - 0.2.13 + 0.2.14-SNAPSHOT ``` @@ -468,7 +468,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.13' + implementation 'one.jpro.platform:freeze-detector:0.2.14-SNAPSHOT' } ``` diff --git a/gradle.properties b/gradle.properties index eca32304..347703a3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -JPRO_PLATFORM_VERSION = 0.2.13 +JPRO_PLATFORM_VERSION = 0.2.14-SNAPSHOT JPRO_VERSION = 2024.1.0 JAVAFX_VERSION = 17.0.10 diff --git a/jpro-auth/README.md b/jpro-auth/README.md index c286d676..9859b9fe 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.13") + implementation("one.jpro.platform:jpro-auth:0.2.14-SNAPSHOT") } ``` - 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.13 + 0.2.14-SNAPSHOT ``` @@ -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.13") + implementation("one.jpro.platform:jpro-auth-routing:0.2.14-SNAPSHOT") } ``` - Maven @@ -120,7 +120,7 @@ the authentication process. Add the following configuration to your project base one.jpro.platform jpro-auth-routing - 0.2.13 + 0.2.14-SNAPSHOT ``` diff --git a/jpro-file/README.md b/jpro-file/README.md index 5f81134b..6546d119 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.13") + implementation("one.jpro.platform:jpro-file:0.2.14-SNAPSHOT") } ``` - Maven @@ -87,7 +87,7 @@ a specified callback handler is invoked for further processing. one.jpro.platform jpro-file - 0.2.13 + 0.2.14-SNAPSHOT ``` diff --git a/jpro-media/README.md b/jpro-media/README.md index 89352c24..90e3e63c 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.13' + implementation 'one.jpro.platform:jpro-media:0.2.14-SNAPSHOT' // use compileOnly configuration when running/deploying with JPro, // since the platform specific libraries are no more needed @@ -72,7 +72,7 @@ the `release` zipped file. Even the `jpro:run` task is faster since these files one.jpro.platform jpro-media - 0.2.13 + 0.2.14-SNAPSHOT org.bytedeco