Skip to content

Commit c1fe9e1

Browse files
committed
[maven-release-plugin] prepare release keycloak-dropwizard-0.9.1
1 parent a454db2 commit c1fe9e1

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
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>0.9.1-SNAPSHOT</version>
6+
<version>0.9.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

keycloak-dropwizard-bearer/pom.xml

Lines changed: 2 additions & 2 deletions
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>0.9.1-SNAPSHOT</version>
6+
<version>0.9.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>de.ahus1.keycloak.dropwizard</groupId>
4141
<artifactId>domain</artifactId>
42-
<version>0.9.1-SNAPSHOT</version>
42+
<version>0.9.1</version>
4343
</dependency>
4444

4545
<dependency>

keycloak-dropwizard-bearermodule/pom.xml

Lines changed: 3 additions & 3 deletions
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>0.9.1-SNAPSHOT</version>
6+
<version>0.9.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -39,12 +39,12 @@
3939
<dependency>
4040
<groupId>de.ahus1.keycloak.dropwizard</groupId>
4141
<artifactId>domain</artifactId>
42-
<version>0.9.1-SNAPSHOT</version>
42+
<version>0.9.1</version>
4343
</dependency>
4444
<dependency>
4545
<artifactId>keycloak-dropwizard</artifactId>
4646
<groupId>de.ahus1.keycloak.dropwizard</groupId>
47-
<version>0.9.1-SNAPSHOT</version>
47+
<version>0.9.1</version>
4848
</dependency>
4949

5050
<dependency>

keycloak-dropwizard-jaxrs-example/pom.xml

Lines changed: 3 additions & 3 deletions
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>0.9.1-SNAPSHOT</version>
6+
<version>0.9.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -13,12 +13,12 @@
1313
<dependency>
1414
<groupId>de.ahus1.keycloak.dropwizard</groupId>
1515
<artifactId>domain</artifactId>
16-
<version>0.9.1-SNAPSHOT</version>
16+
<version>0.9.1</version>
1717
</dependency>
1818
<dependency>
1919
<artifactId>keycloak-dropwizard</artifactId>
2020
<groupId>de.ahus1.keycloak.dropwizard</groupId>
21-
<version>0.9.1-SNAPSHOT</version>
21+
<version>0.9.1</version>
2222
</dependency>
2323

2424
<dependency>

keycloak-dropwizard-jaxrs/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>0.9.1-SNAPSHOT</version>
6+
<version>0.9.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

keycloak-dropwizard-jetty/pom.xml

Lines changed: 2 additions & 2 deletions
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>0.9.1-SNAPSHOT</version>
6+
<version>0.9.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>de.ahus1.keycloak.dropwizard</groupId>
1515
<artifactId>domain</artifactId>
16-
<version>0.9.1-SNAPSHOT</version>
16+
<version>0.9.1</version>
1717
</dependency>
1818

1919
<dependency>

keycloak-war/pom.xml

Lines changed: 2 additions & 2 deletions
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>0.9.1-SNAPSHOT</version>
6+
<version>0.9.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>de.ahus1.keycloak.dropwizard</groupId>
2828
<artifactId>domain</artifactId>
29-
<version>0.9.1-SNAPSHOT</version>
29+
<version>0.9.1</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.keycloak</groupId>

pom.xml

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

1212
<name>Parent POM for Dropwizard and JBoss Keycloak integration</name>
@@ -38,7 +38,7 @@
3838

3939
<groupId>de.ahus1.keycloak.dropwizard</groupId>
4040
<artifactId>keycloak-dropwizard-parent</artifactId>
41-
<version>0.9.1-SNAPSHOT</version>
41+
<version>0.9.1</version>
4242
<modules>
4343
<module>domain</module>
4444
<module>simple-war</module>

simple-war/pom.xml

Lines changed: 2 additions & 2 deletions
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>0.9.1-SNAPSHOT</version>
6+
<version>0.9.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>de.ahus1.keycloak.dropwizard</groupId>
2828
<artifactId>domain</artifactId>
29-
<version>0.9.1-SNAPSHOT</version>
29+
<version>0.9.1</version>
3030
</dependency>
3131
</dependencies>
3232

0 commit comments

Comments
 (0)