Skip to content

Commit 6518d0e

Browse files
committed
[maven-release-plugin] prepare release keycloak-dropwizard-3.0.0
1 parent 867a5b9 commit 6518d0e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

domain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>de.ahus1.keycloak.dropwizard</groupId>
55
<artifactId>keycloak-dropwizard-parent</artifactId>
6-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

keycloak-dropwizard-ajax-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>de.ahus1.keycloak.dropwizard</groupId>
55
<artifactId>keycloak-dropwizard-parent</artifactId>
6-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

keycloak-dropwizard-jaxrs-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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">
33
<parent>
44
<groupId>de.ahus1.keycloak.dropwizard</groupId>
5-
<version>3.0.0-SNAPSHOT</version>
5+
<version>3.0.0</version>
66
<artifactId>keycloak-dropwizard-parent</artifactId>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
@@ -25,12 +25,12 @@
2525
<dependency>
2626
<groupId>de.ahus1.keycloak.dropwizard</groupId>
2727
<artifactId>domain</artifactId>
28-
<version>3.0.0-SNAPSHOT</version>
28+
<version>3.0.0</version>
2929
</dependency>
3030
<dependency>
3131
<artifactId>keycloak-dropwizard</artifactId>
3232
<groupId>de.ahus1.keycloak.dropwizard</groupId>
33-
<version>3.0.0-SNAPSHOT</version>
33+
<version>3.0.0</version>
3434
</dependency>
3535

3636
<dependency>

keycloak-dropwizard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>de.ahus1.keycloak.dropwizard</groupId>
55
<artifactId>keycloak-dropwizard-parent</artifactId>
6-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<connection>scm:git:https://github.com/ahus1/keycloak-dropwizard-integration.git</connection>
88
<developerConnection>scm:git:https://github.com/ahus1/keycloak-dropwizard-integration.git</developerConnection>
99
<url>https://github.com/ahus1/keycloak-dropwizard-integration/</url>
10-
<tag>HEAD</tag>
10+
<tag>keycloak-dropwizard-3.0.0</tag>
1111
</scm>
1212

1313
<name>Parent POM for Dropwizard and JBoss Keycloak integration</name>
@@ -41,7 +41,7 @@
4141

4242
<groupId>de.ahus1.keycloak.dropwizard</groupId>
4343
<artifactId>keycloak-dropwizard-parent</artifactId>
44-
<version>3.0.0-SNAPSHOT</version>
44+
<version>3.0.0</version>
4545
<modules>
4646
<module>domain</module>
4747
<module>keycloak-dropwizard</module>

0 commit comments

Comments
 (0)