Skip to content

Commit

Permalink
New release version 0.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Apr 8, 2024
1 parent 19b6e40 commit bafb045
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 0.2.16-SNAPSHOT (TBD)
### 0.2.16 (April 8, 2024)

### Features
* Added `setPrintToConsole` method to CommandRunner class in the `jpro-internal-util` module. This method can be used
Expand Down
60 changes: 30 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ and OAuth2 (and to some extent OpenID Connect) implementation.
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-auth-core</artifactId>
<version>0.2.16-SNAPSHOT</version>
<version>0.2.16</version>
</dependency>
</dependencies>
```

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

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

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

Expand All @@ -103,15 +103,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.2.16-SNAPSHOT</version>
<version>0.2.16</version>
</dependency>
</dependencies>
```

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

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

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

Expand All @@ -170,7 +170,7 @@ all while utilizing the same codebase.
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-media</artifactId>
<version>0.2.16-SNAPSHOT</version>
<version>0.2.16</version>
</dependency>
<dependency>
Expand All @@ -191,7 +191,7 @@ plugins {
}
dependencies {
implementation("one.jpro.platform:jpro-media:0.2.16-SNAPSHOT")
implementation("one.jpro.platform:jpro-media:0.2.16")
implementation "org.bytedeco:javacv-platform:1.5.10" // use compileOnly configuration when running/deploying with JPro
}
```
Expand All @@ -209,15 +209,15 @@ Currently, there are three routing modules available:
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-routing-core</artifactId>
<version>0.2.16-SNAPSHOT</version>
<version>0.2.16</version>
</dependency>
</dependencies>
```

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

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

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

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

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

Expand All @@ -270,15 +270,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.2.16-SNAPSHOT</version>
<version>0.2.16</version>
</dependency>
</dependencies>
```

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

Expand All @@ -293,15 +293,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.2.16-SNAPSHOT</version>
<version>0.2.16</version>
</dependency>
</dependencies>
```

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

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

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

Expand All @@ -345,15 +345,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.2.16-SNAPSHOT</version>
<version>0.2.16</version>
</dependency>
</dependencies>
```

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

Expand Down Expand Up @@ -382,15 +382,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.2.16-SNAPSHOT</version>
<version>0.2.16</version>
</dependency>
</dependencies>
```

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

Expand All @@ -409,14 +409,14 @@ bug-free and leak-free applications.
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>tree-showing</artifactId>
<version>0.2.16-SNAPSHOT</version>
<version>0.2.16</version>
</dependency>
```

#### Gradle configuration
```groovy
dependencies {
implementation 'one.jpro.platform:tree-showing:0.2.16-SNAPSHOT'
implementation 'one.jpro.platform:tree-showing:0.2.16'
}
```

Expand Down Expand Up @@ -448,15 +448,15 @@ This can be useful for debugging purposes, detecting deadlocks or other optimize
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>freeze-detector</artifactId>
<version>0.2.16-SNAPSHOT</version>
<version>0.2.16</version>
</dependency>
</dependency>
```

#### Gradle configuration
```groovy
dependencies {
implementation 'one.jpro.platform:freeze-detector:0.2.16-SNAPSHOT'
implementation 'one.jpro.platform:freeze-detector:0.2.16'
}
```

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.2.16-SNAPSHOT
JPRO_PLATFORM_VERSION = 0.2.16

JPRO_VERSION = 2024.1.0
JAVAFX_VERSION = 17.0.10
Expand Down
8 changes: 4 additions & 4 deletions jpro-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.16-SNAPSHOT")
implementation("one.jpro.platform:jpro-auth:0.2.16")
}
```
- Maven
Expand All @@ -100,7 +100,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.2.16-SNAPSHOT</version>
<version>0.2.16</version>
</dependency>
</dependencies>
```
Expand All @@ -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.16-SNAPSHOT")
implementation("one.jpro.platform:jpro-auth-routing:0.2.16")
}
```
- Maven
Expand All @@ -120,7 +120,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.2.16-SNAPSHOT</version>
<version>0.2.16</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.2.16-SNAPSHOT")
implementation("one.jpro.platform:jpro-file:0.2.16")
}
```
- 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.2.16-SNAPSHOT</version>
<version>0.2.16</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.2.16-SNAPSHOT'
implementation 'one.jpro.platform:jpro-media:0.2.16'
// 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.2.16-SNAPSHOT</version>
<version>0.2.16</version>
</dependency>
<dependency>
<groupId>org.bytedeco</groupId>
Expand Down

0 comments on commit bafb045

Please sign in to comment.