Skip to content

Commit

Permalink
Merge pull request #10 from telicent-oss/release/0.20.1
Browse files Browse the repository at this point in the history
Release/0.20.1
  • Loading branch information
rvesse authored Jun 20, 2024
2 parents 8fad9c6 + cf24165 commit 53dc322
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 17 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

- JAX-RS Base Server Improvements:
- `FallbackExceptionMapper` explicitly logs the stack trace for otherwise unhandled exceptions to aid in diagnosis
of the underlying issue
of the underlying issues
- Build Improvements:
- Upgraded various plugins to latest available

# 0.20.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ There are however some debugging tools found in the `cli/cli-debug` module that

### Depending on these Libraries

The current stable version of these libraries is `0.20.0`, and the development version is `0.20.1-SNAPSHOT`.
The current stable version of these libraries is `0.20.1`, and the development version is `0.20.2-SNAPSHOT`.

Please see [CHANGELOG](CHANGELOG.md) to track any changes to the APIs. Since we are currently on pre 1.x versions
breaking changes **MAY** happen in any release.
Expand Down
2 changes: 1 addition & 1 deletion cli/cli-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cli</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cli-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/cli-debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cli</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cli-debug</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion configurator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.telicent.smart-caches</groupId>
<artifactId>parent</artifactId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.2-SNAPSHOT</version>
</parent>
<artifactId>configurator</artifactId>
<name>Telicent Smart Caches - Configuration API</name>
Expand Down
2 changes: 1 addition & 1 deletion event-sources/event-source-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>event-sources</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>event-source-file</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion event-sources/event-source-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>event-sources</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>event-source-kafka</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion event-sources/event-sources-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>event-sources</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Telicent Smart Caches - Event Sources - Core API</name>
Expand Down
2 changes: 1 addition & 1 deletion event-sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>event-sources</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs-base-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jaxrs-base-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwt-auth-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.telicent.smart-caches</groupId>
<artifactId>parent</artifactId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.2-SNAPSHOT</version>
</parent>
<artifactId>jwt-auth-common</artifactId>
<name>Telicent Smart Caches - JWT Authentication</name>
Expand Down
2 changes: 1 addition & 1 deletion live-reporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.telicent.smart-caches</groupId>
<artifactId>parent</artifactId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.2-SNAPSHOT</version>
</parent>
<artifactId>live-reporter</artifactId>
<name>Telicent Smart Caches - Live Reporter</name>
Expand Down
2 changes: 1 addition & 1 deletion observability-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>observability-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.telicent.smart-caches</groupId>
<artifactId>parent</artifactId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.2-SNAPSHOT</version>
<modules>
<module>projectors-core</module>
<module>projector-driver</module>
Expand Down
2 changes: 1 addition & 1 deletion projector-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Telicent Smart Caches - Projectors - Driver</name>
Expand Down
2 changes: 1 addition & 1 deletion projectors-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Telicent Smart Caches - Projectors - Core API</name>
Expand Down

0 comments on commit 53dc322

Please # to comment.