Skip to content

Commit

Permalink
[maven-release-plugin] prepare release keycloak-dropwizard-0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Oct 9, 2015
1 parent 71d394a commit 2c8a9a3
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 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>0.1.9-SNAPSHOT</version>
<version>0.2.0</version>
</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>0.1.9-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<artifactId>domain</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.2.0</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 @@ -3,7 +3,7 @@
<parent>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<artifactId>keycloak-dropwizard-parent</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -13,12 +13,12 @@
<dependency>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<artifactId>domain</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<artifactId>keycloak-dropwizard</artifactId>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<version>0.1.9-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion keycloak-dropwizard-jaxrs/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>0.1.9-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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>0.1.9-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<artifactId>domain</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>

<dependency>
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>0.1.9-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<artifactId>domain</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.2.0</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,12 +6,12 @@
<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-0.2.0</tag>
</scm>

<groupId>de.ahus1.keycloak.dropwizard</groupId>
<artifactId>keycloak-dropwizard-parent</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.2.0</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>0.1.9-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.ahus1.keycloak.dropwizard</groupId>
<artifactId>domain</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 2c8a9a3

Please sign in to comment.