Compare commits

..

13 commits
1.1.1 ... main

Author SHA1 Message Date
4cf733f2e0 fix(deps): update quarkus packages to 3.28.4 (renovate)
All checks were successful
Build / build (pull_request) Successful in 2m47s
Build / build (push) Successful in 3m55s
2025-10-16 21:21:57 +00:00
69c09b38c8
chore: prepare for next development iteration
All checks were successful
Build / build (push) Successful in 2m33s
2025-10-15 09:10:48 +00:00
01bd8f0e5e
chore: release 1.1.2
All checks were successful
Build / build (push) Successful in 2m39s
2025-10-15 09:10:47 +00:00
015ffc41a9 Merge pull request 'chore: bump version to 1.1.3' (#140) from version into main
All checks were successful
Release the current version / Execute the release (push) Successful in 1m33s
Reviewed-on: #140
2025-10-15 09:09:16 +00:00
811cc349ef
chore: bump version to 1.1.3
All checks were successful
Validate release versions / release (pull_request) Successful in 5s
Build / build (pull_request) Successful in 1m55s
2025-10-15 11:03:40 +02:00
2f488e0670 fix(deps): update org.jacoco:jacoco-maven-plugin to 0.8.14 (renovate)
All checks were successful
Build / build (pull_request) Successful in 2m7s
Build / build (push) Successful in 2m50s
2025-10-11 21:12:54 +00:00
5ff50a9635 ci: Updated github actions to use full urls
All checks were successful
Build / build (pull_request) Successful in 1m48s
Build / build (push) Successful in 2m32s
2025-10-10 08:52:47 +00:00
1f2cc4b05a ci(github-action)!: Update actions/checkout action to v5 (renovate) 2025-10-10 08:52:47 +00:00
68455c65a8 ci(github-action)!: Update https://github.com/actions/setup-java action to v5 (renovate)
All checks were successful
Build / build (pull_request) Successful in 1m47s
Build / build (push) Successful in 6m57s
2025-10-10 08:34:42 +00:00
ffcc764133 ci(github-action)!: Update https://github.com/actions/checkout action to v5 (renovate)
All checks were successful
Build / build (pull_request) Successful in 1m57s
Build / build (push) Successful in 2m48s
2025-10-10 08:19:18 +00:00
6fa9b23a99 ci(github-action)!: Update https://github.com/s4u/maven-settings-action action to v4.0.0 (renovate)
All checks were successful
Build / build (pull_request) Successful in 2m8s
Build / build (push) Successful in 4m28s
2025-10-10 08:09:51 +00:00
babb8145b9 fix(deps): update quarkus.platform.version to 3.28.3 (renovate)
All checks were successful
Build / build (pull_request) Successful in 2m54s
Build / build (push) Successful in 3m23s
2025-10-09 21:34:07 +00:00
ff9716514e
chore: prepare for next development iteration
All checks were successful
Build / build (push) Successful in 2m54s
2025-10-06 09:55:38 +00:00
14 changed files with 23 additions and 23 deletions

View file

@ -1,5 +1,5 @@
name: Quarkus Commons
release:
current-version: "1.1.1"
next-version: "1.1.2-SNAPSHOT"
current-version: "1.1.2"
next-version: "1.1.3-SNAPSHOT"

View file

@ -25,12 +25,12 @@ jobs:
steps:
- name: Checkout the code
uses: actions/checkout@v4
uses: https://github.com/actions/checkout@v5
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 21
uses: https://github.com/actions/setup-java@v4
uses: https://github.com/actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'
@ -48,7 +48,7 @@ jobs:
- name: Cache Maven Repository
id: cache-maven
uses: actions/cache@v4
uses: https://github.com/actions/cache@v4
with:
path: ~/.m2/repository
# The cache is per branch but in case we don't find a branch for a given branch, we will get a cache from another branch.
@ -58,7 +58,7 @@ jobs:
${{ steps.cache-key.outputs.m2-monthly-cache-key }}
- name: Configure Maven CI/CD settings
uses: https://github.com/s4u/maven-settings-action@v3.1.0
uses: https://github.com/s4u/maven-settings-action@v4.0.0
with:
servers: |
[{

View file

@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout the code
uses: actions/checkout@v4
uses: https://github.com/actions/checkout@v5
- name: Retrieve project metadata
uses: https://github.com/radcortez/project-metadata-action@main
@ -60,7 +60,7 @@ jobs:
git config --global user.signingkey ${SSH_DIR}/id_rsa
- name: Set up JDK 21
uses: https://github.com/actions/setup-java@v4
uses: https://github.com/actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'
@ -78,7 +78,7 @@ jobs:
- name: Cache Maven Repository
id: cache-maven
uses: actions/cache@v4
uses: https://github.com/actions/cache@v4
with:
path: ~/.m2/repository
# The cache is per branch but in case we don't find a branch for a given branch, we will get a cache from another branch.

View file

@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout the code
uses: https://github.com/actions/checkout@v4
uses: https://github.com/actions/checkout@v5
- name: Retrieve project metadata
uses: https://github.com/radcortez/project-metadata-action@main

View file

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.1</version>
<version>1.1.3-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@ -22,14 +22,14 @@
<!-- Quarkus properties -->
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.28.2</quarkus.platform.version>
<quarkus.platform.version>3.28.4</quarkus.platform.version>
<!-- Plugin versions -->
<compiler-plugin.version>3.14.1</compiler-plugin.version>
<surefire-plugin.version>3.5.4</surefire-plugin.version>
<spotless-plugin.version>3.0.0</spotless-plugin.version>
<palantir-java-format.version>2.72.0</palantir-java-format.version>
<jacoco-plugin.version>0.8.13</jacoco-plugin.version> <!-- Match with version from Quarkus BOM -->
<jacoco-plugin.version>0.8.14</jacoco-plugin.version> <!-- Match with version from Quarkus BOM -->
<jandex-plugin.version>3.5.0</jandex-plugin.version>
<release-plugin.version>3.1.1</release-plugin.version>
<source-plugin.version>3.3.1</source-plugin.version>
@ -74,7 +74,7 @@
<connection>scm:git:ssh://git@git-ssh.kvant.cloud:2222/phoenix-oss/quarkus-commons.git</connection>
<developerConnection>scm:git:ssh://git@git-ssh.kvant.cloud:2222/phoenix-oss/quarkus-commons.git</developerConnection>
<url>https://git.kvant.cloud/phoenix-oss/quarkus-commons.git</url>
<tag>1.1.1</tag>
<tag>HEAD</tag>
</scm>
<dependencies>

View file

@ -5,7 +5,7 @@
<parent>
<groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.1</version>
<version>1.1.3-SNAPSHOT</version>
</parent>
<artifactId>quarkus-audit-tools</artifactId>

View file

@ -5,7 +5,7 @@
<parent>
<groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.1</version>
<version>1.1.3-SNAPSHOT</version>
</parent>
<artifactId>quarkus-client-logger</artifactId>

View file

@ -5,7 +5,7 @@
<parent>
<groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.1</version>
<version>1.1.3-SNAPSHOT</version>
</parent>
<artifactId>quarkus-clock-service</artifactId>

View file

@ -5,7 +5,7 @@
<parent>
<groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.1</version>
<version>1.1.3-SNAPSHOT</version>
</parent>
<artifactId>quarkus-json-service</artifactId>

View file

@ -5,7 +5,7 @@
<parent>
<groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.1</version>
<version>1.1.3-SNAPSHOT</version>
</parent>
<artifactId>quarkus-message-digest-service</artifactId>

View file

@ -5,7 +5,7 @@
<parent>
<groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.1</version>
<version>1.1.3-SNAPSHOT</version>
</parent>
<artifactId>quarkus-random-number-generator</artifactId>

View file

@ -5,7 +5,7 @@
<parent>
<groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.1</version>
<version>1.1.3-SNAPSHOT</version>
</parent>
<artifactId>quarkus-table-generator</artifactId>

View file

@ -5,7 +5,7 @@
<parent>
<groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.1</version>
<version>1.1.3-SNAPSHOT</version>
</parent>
<artifactId>quarkus-tracing-service</artifactId>

View file

@ -5,7 +5,7 @@
<parent>
<groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.1</version>
<version>1.1.3-SNAPSHOT</version>
</parent>
<artifactId>quarkus-uuid-generator</artifactId>