diff --git a/CHANGELOG.md b/CHANGELOG.md
index e1bd5624..345acf28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-### 0.3.2-SNAPSHOT (TBD)
+### 0.3.2 (June 12, 2024)
#### Improvements
* Improved error handling in the `jpro-sipjs` module.
diff --git a/README.md b/README.md
index 51640960..f02c3778 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.2-SNAPSHOT
+ 0.3.2
```
@@ -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.2-SNAPSHOT")
+ implementation("one.jpro.platform:jpro-auth-core:0.3.2")
}
```
@@ -82,7 +82,7 @@ Creates human and AI friendly String representations of JavaFX SceneGraphs.
one.jpro.platform
jpro-scenegraph
- 0.3.2-SNAPSHOT
+ 0.3.2
```
@@ -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.2-SNAPSHOT")
+ implementation("one.jpro.platform:jpro-scenegraph:0.3.2")
}
```
@@ -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.2-SNAPSHOT
+ 0.3.2
```
@@ -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.2-SNAPSHOT")
+ implementation("one.jpro.platform:jpro-file:0.3.2")
}
```
@@ -147,7 +147,7 @@ to the desired size.
one.jpro.platform
jpro-image-manager
- 0.3.2-SNAPSHOT
+ 0.3.2
```
@@ -155,7 +155,7 @@ to the desired size.
#### Gradle configuration
```groovy
dependencies {
- implementation("one.jpro.platform:jpro-image-manager:0.3.2-SNAPSHOT")
+ implementation("one.jpro.platform:jpro-image-manager:0.3.2")
}
```
@@ -170,7 +170,7 @@ all while utilizing the same codebase.
one.jpro.platform
jpro-media
- 0.3.2-SNAPSHOT
+ 0.3.2
@@ -191,7 +191,7 @@ plugins {
}
dependencies {
- implementation("one.jpro.platform:jpro-media:0.3.2-SNAPSHOT")
+ implementation("one.jpro.platform:jpro-media:0.3.2")
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.2-SNAPSHOT
+ 0.3.2
```
@@ -217,7 +217,7 @@ Currently, there are three routing modules available:
#### Gradle configuration
```groovy
dependencies {
- implementation("one.jpro.platform:jpro-routing-core:0.3.2-SNAPSHOT")
+ implementation("one.jpro.platform:jpro-routing-core:0.3.2")
}
```
@@ -229,7 +229,7 @@ dependencies {
one.jpro.platform
jpro-routing-dev
- 0.3.2-SNAPSHOT
+ 0.3.2
```
@@ -237,7 +237,7 @@ dependencies {
#### Gradle configuration
```groovy
dependencies {
- implementation("one.jpro.platform:jpro-routing-dev:0.3.2-SNAPSHOT")
+ implementation("one.jpro.platform:jpro-routing-dev:0.3.2")
}
```
@@ -249,7 +249,7 @@ dependencies {
one.jpro.platform
jpro-routing-popup
- 0.3.2-SNAPSHOT
+ 0.3.2
```
@@ -257,7 +257,7 @@ dependencies {
#### Gradle configuration
```groovy
dependencies {
- implementation("one.jpro.platform:jpro-routing-popup:0.3.2-SNAPSHOT")
+ implementation("one.jpro.platform:jpro-routing-popup:0.3.2")
}
```
@@ -270,7 +270,7 @@ This library allows you to render Markdown formatted content in your **JPro/Java
one.jpro.platform
jpro-mdfx
- 0.3.2-SNAPSHOT
+ 0.3.2
```
@@ -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.2-SNAPSHOT")
+ implementation("one.jpro.platform:jpro-mdfx:0.3.2")
}
```
@@ -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.2-SNAPSHOT
+ 0.3.2
```
@@ -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.2-SNAPSHOT")
+ implementation("one.jpro.platform:jpro-session:0.3.2")
}
```
@@ -322,7 +322,7 @@ capabilities.
one.jpro.platform
jpro-webrtc
- 0.3.2-SNAPSHOT
+ 0.3.2
```
@@ -330,7 +330,7 @@ capabilities.
#### Gradle configuration
```groovy
dependencies {
- implementation("one.jpro.platform:jpro-webrtc:0.3.2-SNAPSHOT")
+ implementation("one.jpro.platform:jpro-webrtc:0.3.2")
}
```
@@ -345,7 +345,7 @@ the embedded controls. The video can be played in full-screen mode.
one.jpro.platform
jpro-youtube
- 0.3.2-SNAPSHOT
+ 0.3.2
```
@@ -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.2-SNAPSHOT")
+ implementation("one.jpro.platform:jpro-youtube:0.3.2")
}
```
@@ -382,7 +382,7 @@ Provides a skin implementation of a scrollpane for **JPro** applications only.
one.jpro.platform
jpro-html-scrollpane
- 0.3.2-SNAPSHOT
+ 0.3.2
```
@@ -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.2-SNAPSHOT")
+ implementation("one.jpro.platform:jpro-html-scrollpane:0.3.2")
}
```
@@ -409,14 +409,14 @@ bug-free and leak-free applications.
one.jpro.platform
tree-showing
- 0.3.2-SNAPSHOT
+ 0.3.2
```
#### Gradle configuration
```groovy
dependencies {
- implementation 'one.jpro.platform:tree-showing:0.3.2-SNAPSHOT'
+ implementation 'one.jpro.platform:tree-showing:0.3.2'
}
```
@@ -448,7 +448,7 @@ This can be useful for debugging purposes, detecting deadlocks or other optimize
one.jpro.platform
freeze-detector
- 0.3.2-SNAPSHOT
+ 0.3.2
```
@@ -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.2-SNAPSHOT'
+ implementation 'one.jpro.platform:freeze-detector:0.3.2'
}
```
diff --git a/gradle.properties b/gradle.properties
index f29a5bc0..4043833a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
-JPRO_PLATFORM_VERSION = 0.3.2-SNAPSHOT
+JPRO_PLATFORM_VERSION = 0.3.2
JPRO_VERSION = 2024.2.0
JAVAFX_VERSION = 17.0.11
diff --git a/jpro-auth/README.md b/jpro-auth/README.md
index 381ac10e..7f0999e4 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.2-SNAPSHOT")
+ implementation("one.jpro.platform:jpro-auth:0.3.2")
}
```
- 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.2-SNAPSHOT
+ 0.3.2
```
@@ -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.2-SNAPSHOT")
+ implementation("one.jpro.platform:jpro-auth-routing:0.3.2")
}
```
- Maven
@@ -120,7 +120,7 @@ the authentication process. Add the following configuration to your project base
one.jpro.platform
jpro-auth-routing
- 0.3.2-SNAPSHOT
+ 0.3.2
```
diff --git a/jpro-file/README.md b/jpro-file/README.md
index 7eee7654..2a1e4688 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.2-SNAPSHOT")
+ implementation("one.jpro.platform:jpro-file:0.3.2")
}
```
- Maven
@@ -87,7 +87,7 @@ a specified callback handler is invoked for further processing.
one.jpro.platform
jpro-file
- 0.3.2-SNAPSHOT
+ 0.3.2
```
diff --git a/jpro-media/README.md b/jpro-media/README.md
index 6143aa23..8d518699 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.2-SNAPSHOT'
+ implementation 'one.jpro.platform:jpro-media:0.3.2'
// 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.2-SNAPSHOT
+ 0.3.2
org.bytedeco