Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-bot-cst[bot] committed Dec 3, 2024
1 parent bb84bc9 commit cc6a2fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>net.continuous-security-tools</groupId>
<artifactId>keycloak-auditor</artifactId>
<version>2.0.10-SNAPSHOT</version>
<version>2.0.10</version>
<name>Auditing Tooling for Keycloak Server</name>
<packaging>pom</packaging>

Expand Down Expand Up @@ -57,7 +57,7 @@
<url>https://${GITHUB_TOKEN}@github.com/ContinuousSecurityTooling/keycloak-auditor.git</url>
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<tag>HEAD</tag>
<tag>v2.0.10</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>net.continuous-security-tools</groupId>
<artifactId>keycloak-auditor</artifactId>
<version>2.0.10-SNAPSHOT</version>
<version>2.0.10</version>
</parent>

<artifactId>spi</artifactId>
Expand Down

0 comments on commit cc6a2fa

Please sign in to comment.