Skip to content

Commit

Permalink
Prepare for 0.15.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Strukelj <[email protected]>
  • Loading branch information
mstruk committed Mar 1, 2024
1 parent 49d6c29 commit 58525f6
Show file tree
Hide file tree
Showing 27 changed files with 30 additions and 30 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.15.0</version>
</parent>

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

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

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

<artifactId>kafka-oauth-docker-strimzi-zookeeper</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions examples/docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.strimzi.oauth.docker</groupId>
<artifactId>kafka-oauth-docker-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.0</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -15,7 +15,7 @@
<plugins.resources.version>3.1.0</plugins.resources.version>

<nimbus.jose.version>9.37.2</nimbus.jose.version>
<strimzi-oauth.version>1.0.0-SNAPSHOT</strimzi-oauth.version>
<strimzi-oauth.version>0.15.0</strimzi-oauth.version>
</properties>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion examples/docker/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.strimzi.oauth.docker</groupId>
<artifactId>kafka-oauth-docker-spring</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.0</version>

<name>kafka-oauth-docker-spring</name>
<description>OAuth2 Example using Spring Authorization Server</description>
Expand Down
4 changes: 2 additions & 2 deletions examples/docker/strimzi-kafka-image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<groupId>io.strimzi.oauth.docker</groupId>
<artifactId>kafka-oauth-docker-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.0</version>
</parent>

<groupId>org.example</groupId>
<artifactId>kafka-oauth-docker-strimzi-kafka</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.0</version>

<packaging>pom</packaging>

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.15.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.15.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.15.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.15.0</version>
</parent>

<artifactId>kafka-oauth-keycloak-authorizer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oauth-server-plain/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.15.0</version>
</parent>

<artifactId>kafka-oauth-server-plain</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.15.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.15.0</version>
<packaging>pom</packaging>

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

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

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

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

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

<artifactId>hydra-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/keycloak-auth-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.strimzi.oauth.testsuite</groupId>
<artifactId>kafka-oauth-testsuite</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.0</version>
</parent>

<artifactId>keycloak-auth-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/keycloak-authz-kraft-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.strimzi.oauth.testsuite</groupId>
<artifactId>kafka-oauth-testsuite</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.0</version>
</parent>

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

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

<artifactId>keycloak-authz-zk-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/keycloak-errors-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.strimzi.oauth.testsuite</groupId>
<artifactId>kafka-oauth-testsuite</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.0</version>
</parent>

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

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

<artifactId>mockoauth-tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.strimzi.oauth.testsuite</groupId>
<artifactId>kafka-oauth-testsuite</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.15.0</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -45,7 +45,7 @@
<version.junit>4.13.2</version.junit>
<spotbugs.version>4.7.0</spotbugs.version>
<jackson.annotation.version>2.15.2</jackson.annotation.version>
<strimzi-oauth.version>1.0.0-SNAPSHOT</strimzi-oauth.version>
<strimzi-oauth.version>0.15.0</strimzi-oauth.version>
<checkstyle.dir>..</checkstyle.dir>

<kafka.docker.image>quay.io/strimzi/kafka:0.39.0-kafka-3.6.1</kafka.docker.image>
Expand Down

0 comments on commit 58525f6

Please sign in to comment.