Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Release/0.25.2 #90

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

# 0.25.2
- Build improvements
- Minor dependency cleanup
# 0.25.1

- JAX-RS Base Server improvements:
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.25.2-SNAPSHOT</version>
<version>0.25.3-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.25.2-SNAPSHOT</version>
<version>0.25.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cli-debug</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/cli-probe-server/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>cli</artifactId>
<version>0.25.2-SNAPSHOT</version>
<version>0.25.3-SNAPSHOT</version>
</parent>
<artifactId>cli-probe-server</artifactId>
<name>Telicent Smart Caches - CLI - Health Probe Server</name>
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.25.2-SNAPSHOT</version>
<version>0.25.3-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.25.2-SNAPSHOT</version>
<version>0.25.3-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.25.2-SNAPSHOT</version>
<version>0.25.3-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.25.2-SNAPSHOT</version>
<version>0.25.3-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.25.2-SNAPSHOT</version>
<version>0.25.3-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.25.2-SNAPSHOT</version>
<version>0.25.3-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.25.2-SNAPSHOT</version>
<version>0.25.3-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.25.2-SNAPSHOT</version>
<version>0.25.3-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.25.2-SNAPSHOT</version>
<version>0.25.3-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.25.2-SNAPSHOT</version>
<version>0.25.3-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.25.2-SNAPSHOT</version>
<version>0.25.3-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.25.2-SNAPSHOT</version>
<version>0.25.3-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.25.2-SNAPSHOT</version>
<version>0.25.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Telicent Smart Caches - Projectors - Core API</name>
Expand Down
Loading