Skip to content

Commit 4ef6bf8

Browse files
committed
[maven-release-plugin] prepare release keycloak-dropwizard-1.2.0
1 parent e2bc201 commit 4ef6bf8

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>1.1.4-SNAPSHOT</version>
6+
<version>1.2.0</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

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>1.1.4-SNAPSHOT</version>
6+
<version>1.2.0</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>de.ahus1.keycloak.dropwizard</groupId>
4242
<artifactId>domain</artifactId>
43-
<version>1.1.4-SNAPSHOT</version>
43+
<version>1.2.0</version>
4444
</dependency>
4545

4646
<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>1.1.4-SNAPSHOT</version>
6+
<version>1.2.0</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
@@ -40,12 +40,12 @@
4040
<dependency>
4141
<groupId>de.ahus1.keycloak.dropwizard</groupId>
4242
<artifactId>domain</artifactId>
43-
<version>1.1.4-SNAPSHOT</version>
43+
<version>1.2.0</version>
4444
</dependency>
4545
<dependency>
4646
<artifactId>keycloak-dropwizard</artifactId>
4747
<groupId>de.ahus1.keycloak.dropwizard</groupId>
48-
<version>1.1.4-SNAPSHOT</version>
48+
<version>1.2.0</version>
4949
</dependency>
5050

5151
<dependency>

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>1.1.4-SNAPSHOT</version>
5+
<version>1.2.0</version>
66
<artifactId>keycloak-dropwizard-parent</artifactId>
77
<relativePath>..</relativePath>
88
</parent>
@@ -14,12 +14,12 @@
1414
<dependency>
1515
<groupId>de.ahus1.keycloak.dropwizard</groupId>
1616
<artifactId>domain</artifactId>
17-
<version>1.1.4-SNAPSHOT</version>
17+
<version>1.2.0</version>
1818
</dependency>
1919
<dependency>
2020
<artifactId>keycloak-dropwizard</artifactId>
2121
<groupId>de.ahus1.keycloak.dropwizard</groupId>
22-
<version>1.1.4-SNAPSHOT</version>
22+
<version>1.2.0</version>
2323
</dependency>
2424

2525
<dependency>

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>1.1.4-SNAPSHOT</version>
6+
<version>1.2.0</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>de.ahus1.keycloak.dropwizard</groupId>
1616
<artifactId>domain</artifactId>
17-
<version>1.1.4-SNAPSHOT</version>
17+
<version>1.2.0</version>
1818
</dependency>
1919

2020
<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>1.1.4-SNAPSHOT</version>
6+
<version>1.2.0</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

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>1.1.4-SNAPSHOT</version>
6+
<version>1.2.0</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>de.ahus1.keycloak.dropwizard</groupId>
2929
<artifactId>domain</artifactId>
30-
<version>1.1.4-SNAPSHOT</version>
30+
<version>1.2.0</version>
3131
</dependency>
3232
<dependency>
3333
<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-1.2.0</tag>
1010
</scm>
1111

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

4141
<groupId>de.ahus1.keycloak.dropwizard</groupId>
4242
<artifactId>keycloak-dropwizard-parent</artifactId>
43-
<version>1.1.4-SNAPSHOT</version>
43+
<version>1.2.0</version>
4444
<modules>
4545
<module>domain</module>
4646
<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>1.1.4-SNAPSHOT</version>
6+
<version>1.2.0</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>de.ahus1.keycloak.dropwizard</groupId>
2929
<artifactId>domain</artifactId>
30-
<version>1.1.4-SNAPSHOT</version>
30+
<version>1.2.0</version>
3131
</dependency>
3232
</dependencies>
3333

0 commit comments

Comments
 (0)