Skip to content

Commit

Permalink
[maven-release-plugin] prepare release keycloak-dropwizard-1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Jun 16, 2020
1 parent b8b2e35 commit 49f6795
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 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>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions keycloak-dropwizard-bearer/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>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<artifactId>domain</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions keycloak-dropwizard-bearermodule/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>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -40,12 +40,12 @@
<dependency>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<artifactId>domain</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>
<dependency>
<artifactId>keycloak-dropwizard</artifactId>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>

<dependency>
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>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<artifactId>keycloak-dropwizard-parent</artifactId>
<relativePath>..</relativePath>
</parent>
Expand All @@ -14,12 +14,12 @@
<dependency>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<artifactId>domain</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>
<dependency>
<artifactId>keycloak-dropwizard</artifactId>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions keycloak-dropwizard-jetty/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>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<artifactId>domain</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</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>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions keycloak-war/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>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<artifactId>domain</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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-1.1.2</tag>
</scm>

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

<groupId>de.ahus1.keycloak.dropwizard</groupId>
<artifactId>keycloak-dropwizard-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<modules>
<module>domain</module>
<module>simple-war</module>
Expand Down
4 changes: 2 additions & 2 deletions simple-war/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>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<artifactId>domain</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 49f6795

Please sign in to comment.