Skip to content

Commit

Permalink
[maven-release-plugin] prepare release keycloak-dropwizard-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Feb 10, 2024
1 parent 867a5b9 commit 6518d0e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<artifactId>keycloak-dropwizard-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion keycloak-dropwizard-ajax-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<artifactId>keycloak-dropwizard-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions keycloak-dropwizard-jaxrs-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<artifactId>keycloak-dropwizard-parent</artifactId>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -25,12 +25,12 @@
<dependency>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<artifactId>domain</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>
<dependency>
<artifactId>keycloak-dropwizard</artifactId>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion keycloak-dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<artifactId>keycloak-dropwizard-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<connection>scm:git:https://github.com/ahus1/keycloak-dropwizard-integration.git</connection>
<developerConnection>scm:git:https://github.com/ahus1/keycloak-dropwizard-integration.git</developerConnection>
<url>https://github.com/ahus1/keycloak-dropwizard-integration/</url>
<tag>HEAD</tag>
<tag>keycloak-dropwizard-3.0.0</tag>
</scm>

<name>Parent POM for Dropwizard and JBoss Keycloak integration</name>
Expand Down Expand Up @@ -41,7 +41,7 @@

<groupId>de.ahus1.keycloak.dropwizard</groupId>
<artifactId>keycloak-dropwizard-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<modules>
<module>domain</module>
<module>keycloak-dropwizard</module>
Expand Down

0 comments on commit 6518d0e

Please sign in to comment.