Skip to content

Commit

Permalink
New release version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Nov 25, 2024
1 parent cc8c907 commit d77e098
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 0.4.5 (TBD)
### 0.5.0 (November 25, 2024)

#### Improvements
* Synchronize selected extension filter for the native file choosers in the `jpro-file` module.
Expand Down
60 changes: 30 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ and OAuth2 (and to some extent OpenID Connect) implementation.
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-auth-core</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```

#### Gradle configuration
```groovy
dependencies {
implementation("one.jpro.platform:jpro-auth-core:0.4.5-SNAPSHOT")
implementation("one.jpro.platform:jpro-auth-core:0.5.0")
}
```

Expand All @@ -84,15 +84,15 @@ Creates human and AI friendly String representations of JavaFX SceneGraphs.
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-scenegraph</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```

#### Gradle configuration
```groovy
dependencies {
implementation("one.jpro.platform:jpro-scenegraph:0.4.5-SNAPSHOT")
implementation("one.jpro.platform:jpro-scenegraph:0.5.0")
}
```

Expand All @@ -105,15 +105,15 @@ This library provides a simple way to pick, drop, upload and download files in *
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-file</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```

#### Gradle configuration
```groovy
dependencies {
implementation("one.jpro.platform:jpro-file:0.4.5-SNAPSHOT")
implementation("one.jpro.platform:jpro-file:0.5.0")
}
```

Expand Down Expand Up @@ -149,15 +149,15 @@ to the desired size.
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-image-manager</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```

#### Gradle configuration
```groovy
dependencies {
implementation("one.jpro.platform:jpro-image-manager:0.4.5-SNAPSHOT")
implementation("one.jpro.platform:jpro-image-manager:0.5.0")
}
```

Expand All @@ -171,15 +171,15 @@ using SMTP and SMTPS protocols. It also provides a simple way to compose and sen
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-mail</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```

#### Gradle configuration
```groovy
dependencies {
implementation("one.jpro.platform:jpro-mail:0.4.5-SNAPSHOT")
implementation("one.jpro.platform:jpro-mail:0.5.0")
}
```

Expand All @@ -194,7 +194,7 @@ all while utilizing the same codebase.
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-media</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>

<dependency>
Expand All @@ -215,7 +215,7 @@ plugins {
}
dependencies {
implementation("one.jpro.platform:jpro-media:0.4.5-SNAPSHOT")
implementation("one.jpro.platform:jpro-media:0.5.0")
implementation "org.bytedeco:javacv-platform:1.5.10" // use compileOnly configuration when running/deploying with JPro
}
```
Expand All @@ -233,15 +233,15 @@ Currently, there are three routing modules available:
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-routing-core</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```

#### Gradle configuration
```groovy
dependencies {
implementation("one.jpro.platform:jpro-routing-core:0.4.5-SNAPSHOT")
implementation("one.jpro.platform:jpro-routing-core:0.5.0")
}
```

Expand All @@ -253,15 +253,15 @@ dependencies {
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-routing-dev</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```

#### Gradle configuration
```groovy
dependencies {
implementation("one.jpro.platform:jpro-routing-dev:0.4.5-SNAPSHOT")
implementation("one.jpro.platform:jpro-routing-dev:0.5.0")
}
```

Expand All @@ -273,15 +273,15 @@ dependencies {
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-routing-popup</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```

#### Gradle configuration
```groovy
dependencies {
implementation("one.jpro.platform:jpro-routing-popup:0.4.5-SNAPSHOT")
implementation("one.jpro.platform:jpro-routing-popup:0.5.0")
}
```

Expand All @@ -294,15 +294,15 @@ This library allows you to render Markdown formatted content in your **JPro/Java
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-mdfx</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```

#### Gradle configuration
```groovy
dependencies {
implementation("one.jpro.platform:jpro-mdfx:0.4.5-SNAPSHOT")
implementation("one.jpro.platform:jpro-mdfx:0.5.0")
}
```

Expand All @@ -317,15 +317,15 @@ This data is only accessible in the JPro Server, not in the browser - which can
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-session</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```

#### Gradle configuration
```groovy
dependencies {
implementation("one.jpro.platform:jpro-session:0.4.5-SNAPSHOT")
implementation("one.jpro.platform:jpro-session:0.5.0")
}
```

Expand All @@ -338,15 +338,15 @@ This library offers essential tools for various functionalities to enhance the d
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-utils</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependency>
```

#### Gradle configuration
```groovy
dependencies {
implementation 'one.jpro.platform:jpro-utils:0.4.5-SNAPSHOT'
implementation 'one.jpro.platform:jpro-utils:0.5.0'
}
```

Expand All @@ -367,15 +367,15 @@ capabilities.
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-webrtc</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```

#### Gradle configuration
```groovy
dependencies {
implementation("one.jpro.platform:jpro-webrtc:0.4.5-SNAPSHOT")
implementation("one.jpro.platform:jpro-webrtc:0.5.0")
}
```

Expand All @@ -390,15 +390,15 @@ the embedded controls. The video can be played in full-screen mode.
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-youtube</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```

#### Gradle configuration
```groovy
dependencies {
implementation("one.jpro.platform:jpro-youtube:0.4.5-SNAPSHOT")
implementation("one.jpro.platform:jpro-youtube:0.5.0")
}
```

Expand Down Expand Up @@ -427,15 +427,15 @@ Provides a skin implementation of a scrollpane for **JPro** applications only.
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-html-scrollpane</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```

#### Gradle configuration
```groovy
dependencies {
implementation("one.jpro.platform:jpro-html-scrollpane:0.4.5-SNAPSHOT")
implementation("one.jpro.platform:jpro-html-scrollpane:0.5.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
JPRO_PLATFORM_VERSION = 0.4.5-SNAPSHOT
JPRO_PLATFORM_VERSION = 0.5.0

JPRO_VERSION = 2024.4.1
JAVAFX_BUILD_VERSION = 17.0.12
Expand Down
8 changes: 4 additions & 4 deletions jpro-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ processes. Add the following configuration to your project based on the build to
- Gradle
```groovy
dependencies {
implementation("one.jpro.platform:jpro-auth:0.4.5-SNAPSHOT")
implementation("one.jpro.platform:jpro-auth:0.5.0")
}
```
- Maven
Expand All @@ -110,7 +110,7 @@ processes. Add the following configuration to your project based on the build to
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-auth-core</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```
Expand All @@ -121,7 +121,7 @@ the authentication process. Add the following configuration to your project base
- Gradle
```groovy
dependencies {
implementation("one.jpro.platform:jpro-auth-routing:0.4.5-SNAPSHOT")
implementation("one.jpro.platform:jpro-auth-routing:0.5.0")
}
```
- Maven
Expand All @@ -130,7 +130,7 @@ the authentication process. Add the following configuration to your project base
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-auth-routing</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```
Expand Down
4 changes: 2 additions & 2 deletions jpro-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ a specified callback handler is invoked for further processing.
- Gradle
```groovy
dependencies {
implementation("one.jpro.platform:jpro-file:0.4.5-SNAPSHOT")
implementation("one.jpro.platform:jpro-file:0.5.0")
}
```
- Maven
Expand All @@ -87,7 +87,7 @@ a specified callback handler is invoked for further processing.
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-file</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```
Expand Down
4 changes: 2 additions & 2 deletions jpro-mail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ email attributes such as sender, recipients, subject, and date, as well as metho
- Gradle
```groovy
dependencies {
implementation("one.jpro.platform:jpro-mail:0.4.5-SNAPSHOT")
implementation("one.jpro.platform:jpro-mail:0.5.0")
}
```
- Maven
Expand All @@ -68,7 +68,7 @@ email attributes such as sender, recipients, subject, and date, as well as metho
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-mail</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```
Expand Down
4 changes: 2 additions & 2 deletions jpro-media/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ plugins {
}
dependencies {
implementation 'one.jpro.platform:jpro-media:0.4.5-SNAPSHOT'
implementation 'one.jpro.platform:jpro-media:0.5.0'
// use compileOnly configuration when running/deploying with JPro,
// since the platform specific libraries are no more needed
Expand Down Expand Up @@ -72,7 +72,7 @@ the `release` zipped file. Even the `jpro:run` task is faster since these files
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-media</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>org.bytedeco</groupId>
Expand Down

0 comments on commit d77e098

Please sign in to comment.