From eec0e11772bd3f5528d4c8b075c7fe014a1f2410 Mon Sep 17 00:00:00 2001 From: Besmir Beqiri Date: Tue, 14 May 2024 15:33:30 +0200 Subject: [PATCH] New release version `0.3.1` --- CHANGELOG.md | 2 +- README.md | 60 ++++++++++++++++++++++---------------------- gradle.properties | 2 +- jpro-auth/README.md | 8 +++--- jpro-file/README.md | 4 +-- jpro-media/README.md | 4 +-- 6 files changed, 40 insertions(+), 40 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 996a272e..b92c9d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 0.3.1-SNAPSHOT (TBD) +### 0.3.1 (May 14, 2024) #### Bugfixes * Fixed the retrival of the domain from the request in the Request class in the `jpro-routing-core` module. Now `domain` diff --git a/README.md b/README.md index ac0c9cd6..597ebc2a 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ and OAuth2 (and to some extent OpenID Connect) implementation. one.jpro.platform jpro-auth-core - 0.3.1-SNAPSHOT + 0.3.1 ``` @@ -69,7 +69,7 @@ and OAuth2 (and to some extent OpenID Connect) implementation. #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-auth-core:0.3.1-SNAPSHOT") + implementation("one.jpro.platform:jpro-auth-core:0.3.1") } ``` @@ -82,7 +82,7 @@ Creates human and AI friendly String representations of JavaFX SceneGraphs. one.jpro.platform jpro-scenegraph - 0.3.1-SNAPSHOT + 0.3.1 ``` @@ -90,7 +90,7 @@ Creates human and AI friendly String representations of JavaFX SceneGraphs. #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-scenegraph:0.3.1-SNAPSHOT") + implementation("one.jpro.platform:jpro-scenegraph:0.3.1") } ``` @@ -103,7 +103,7 @@ This library provides a simple way to pick, drop, upload and download files in * one.jpro.platform jpro-file - 0.3.1-SNAPSHOT + 0.3.1 ``` @@ -111,7 +111,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.3.1-SNAPSHOT") + implementation("one.jpro.platform:jpro-file:0.3.1") } ``` @@ -147,7 +147,7 @@ to the desired size. one.jpro.platform jpro-image-manager - 0.3.1-SNAPSHOT + 0.3.1 ``` @@ -155,7 +155,7 @@ to the desired size. #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-image-manager:0.3.1-SNAPSHOT") + implementation("one.jpro.platform:jpro-image-manager:0.3.1") } ``` @@ -170,7 +170,7 @@ all while utilizing the same codebase. one.jpro.platform jpro-media - 0.3.1-SNAPSHOT + 0.3.1 @@ -191,7 +191,7 @@ plugins { } dependencies { - implementation("one.jpro.platform:jpro-media:0.3.1-SNAPSHOT") + implementation("one.jpro.platform:jpro-media:0.3.1") implementation "org.bytedeco:javacv-platform:1.5.10" // use compileOnly configuration when running/deploying with JPro } ``` @@ -209,7 +209,7 @@ Currently, there are three routing modules available: one.jpro.platform jpro-routing-core - 0.3.1-SNAPSHOT + 0.3.1 ``` @@ -217,7 +217,7 @@ Currently, there are three routing modules available: #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-routing-core:0.3.1-SNAPSHOT") + implementation("one.jpro.platform:jpro-routing-core:0.3.1") } ``` @@ -229,7 +229,7 @@ dependencies { one.jpro.platform jpro-routing-dev - 0.3.1-SNAPSHOT + 0.3.1 ``` @@ -237,7 +237,7 @@ dependencies { #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-routing-dev:0.3.1-SNAPSHOT") + implementation("one.jpro.platform:jpro-routing-dev:0.3.1") } ``` @@ -249,7 +249,7 @@ dependencies { one.jpro.platform jpro-routing-popup - 0.3.1-SNAPSHOT + 0.3.1 ``` @@ -257,7 +257,7 @@ dependencies { #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-routing-popup:0.3.1-SNAPSHOT") + implementation("one.jpro.platform:jpro-routing-popup:0.3.1") } ``` @@ -270,7 +270,7 @@ This library allows you to render Markdown formatted content in your **JPro/Java one.jpro.platform jpro-mdfx - 0.3.1-SNAPSHOT + 0.3.1 ``` @@ -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.3.1-SNAPSHOT") + implementation("one.jpro.platform:jpro-mdfx:0.3.1") } ``` @@ -293,7 +293,7 @@ This data is only accessible in the JPro Server, not in the browser - which can one.jpro.platform jpro-session - 0.3.1-SNAPSHOT + 0.3.1 ``` @@ -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-session:0.3.1-SNAPSHOT") + implementation("one.jpro.platform:jpro-session:0.3.1") } ``` @@ -322,7 +322,7 @@ capabilities. one.jpro.platform jpro-webrtc - 0.3.1-SNAPSHOT + 0.3.1 ``` @@ -330,7 +330,7 @@ capabilities. #### Gradle configuration ```groovy dependencies { - implementation("one.jpro.platform:jpro-webrtc:0.3.1-SNAPSHOT") + implementation("one.jpro.platform:jpro-webrtc:0.3.1") } ``` @@ -345,7 +345,7 @@ the embedded controls. The video can be played in full-screen mode. one.jpro.platform jpro-youtube - 0.3.1-SNAPSHOT + 0.3.1 ``` @@ -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.3.1-SNAPSHOT") + implementation("one.jpro.platform:jpro-youtube:0.3.1") } ``` @@ -382,7 +382,7 @@ Provides a skin implementation of a scrollpane for **JPro** applications only. one.jpro.platform jpro-html-scrollpane - 0.3.1-SNAPSHOT + 0.3.1 ``` @@ -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.3.1-SNAPSHOT") + implementation("one.jpro.platform:jpro-html-scrollpane:0.3.1") } ``` @@ -409,14 +409,14 @@ bug-free and leak-free applications. one.jpro.platform tree-showing - 0.3.1-SNAPSHOT + 0.3.1 ``` #### Gradle configuration ```groovy dependencies { - implementation 'one.jpro.platform:tree-showing:0.3.1-SNAPSHOT' + implementation 'one.jpro.platform:tree-showing:0.3.1' } ``` @@ -448,7 +448,7 @@ This can be useful for debugging purposes, detecting deadlocks or other optimize one.jpro.platform freeze-detector - 0.3.1-SNAPSHOT + 0.3.1 ``` @@ -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.3.1-SNAPSHOT' + implementation 'one.jpro.platform:freeze-detector:0.3.1' } ``` diff --git a/gradle.properties b/gradle.properties index b5515f97..7b64e131 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -JPRO_PLATFORM_VERSION = 0.3.1-SNAPSHOT +JPRO_PLATFORM_VERSION = 0.3.1 JPRO_VERSION = 2024.2.0 JAVAFX_VERSION = 17.0.11 diff --git a/jpro-auth/README.md b/jpro-auth/README.md index b82b1392..378cfcc0 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.3.1-SNAPSHOT") + implementation("one.jpro.platform:jpro-auth:0.3.1") } ``` - 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.3.1-SNAPSHOT + 0.3.1 ``` @@ -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.3.1-SNAPSHOT") + implementation("one.jpro.platform:jpro-auth-routing:0.3.1") } ``` - Maven @@ -120,7 +120,7 @@ the authentication process. Add the following configuration to your project base one.jpro.platform jpro-auth-routing - 0.3.1-SNAPSHOT + 0.3.1 ``` diff --git a/jpro-file/README.md b/jpro-file/README.md index b53246ec..b657d945 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.3.1-SNAPSHOT") + implementation("one.jpro.platform:jpro-file:0.3.1") } ``` - Maven @@ -87,7 +87,7 @@ a specified callback handler is invoked for further processing. one.jpro.platform jpro-file - 0.3.1-SNAPSHOT + 0.3.1 ``` diff --git a/jpro-media/README.md b/jpro-media/README.md index beed1310..8c3db138 100644 --- a/jpro-media/README.md +++ b/jpro-media/README.md @@ -37,7 +37,7 @@ plugins { } dependencies { - implementation 'one.jpro.platform:jpro-media:0.3.1-SNAPSHOT' + implementation 'one.jpro.platform:jpro-media:0.3.1' // 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.3.1-SNAPSHOT + 0.3.1 org.bytedeco