faster
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Stephan Schnabel 2025-06-25 14:18:24 +02:00
parent 2ff690d180
commit 82b3e7b6d2
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
7 changed files with 7 additions and 154 deletions

13
pom.xml
View file

@ -4,7 +4,7 @@
<groupId>io.kokuwa.keycloak</groupId>
<artifactId>keycloak-event-metrics</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<name>Keycloak Metrics</name>
<description>Provides metrics for Keycloak user/admin events</description>
@ -59,7 +59,7 @@
<!-- =============================== Build =============================== -->
<!-- ===================================================================== -->
<project.build.outputTimestamp>2025-04-28T12:25:49Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-06-25T12:19:45Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.propertiesEncoding>ISO-8859-1</project.build.propertiesEncoding>
@ -257,13 +257,12 @@
<artifactId>maven-release-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<preparationGoals>test</preparationGoals>
<preparationProfiles>check</preparationProfiles>
<goals>deploy -DskipITs</goals>
<releaseProfiles>deploy,release</releaseProfiles>
<signTag>true</signTag>
<preparationGoals>clean</preparationGoals>
<goals>clean</goals>
<scmReleaseCommitComment>@{prefix} prepare release @{releaseLabel} [CI SKIP]</scmReleaseCommitComment>
<tagNameFormat>@{project.version}</tagNameFormat>
<remoteTagging>false</remoteTagging>
<pushChanges>false</pushChanges>
</configuration>
</plugin>
<plugin>