Skip to content

Commit

Permalink
Prepare for 0.6.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <www@scholzj.com>
  • Loading branch information
scholzj committed Aug 12, 2020
1 parent 7390d13 commit 277c674
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.strimzi</groupId>
<artifactId>oauth</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>kafka-oauth-examples-consumer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<keycloak.version>10.0.0</keycloak.version>
<bouncycastle.version>1.60</bouncycastle.version>
<strimzi-oauth.version>1.0.0-SNAPSHOT</strimzi-oauth.version>
<strimzi-oauth.version>0.6.0</strimzi-oauth.version>
</properties>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion examples/producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.strimzi</groupId>
<artifactId>oauth</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>kafka-oauth-examples-producer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oauth-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>oauth</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>kafka-oauth-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oauth-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>oauth</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>kafka-oauth-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oauth-keycloak-authorizer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>oauth</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>kafka-oauth-keycloak-authorizer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oauth-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>oauth</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>kafka-oauth-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.strimzi</groupId>
<artifactId>oauth</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>pom</packaging>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<bouncycastle.version>1.60</bouncycastle.version>
<arquillian.cube.version>1.18.2</arquillian.cube.version>
<spotbugs.version>3.1.12</spotbugs.version>
<strimzi-oauth.version>1.0.0-SNAPSHOT</strimzi-oauth.version>
<strimzi-oauth.version>0.6.0</strimzi-oauth.version>
<checkstyle.dir>..</checkstyle.dir>

<kafka.docker.image>strimzi/kafka:latest-kafka-2.6.0</kafka.docker.image>
Expand Down

0 comments on commit 277c674

Please sign in to comment.