Skip to content

Commit f337d19

Browse files
committed
Prepare for 0.12.0 release
Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
1 parent c046504 commit f337d19

File tree

25 files changed

+28
-28
lines changed

25 files changed

+28
-28
lines changed

examples/consumer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>io.strimzi</groupId>
88
<artifactId>oauth</artifactId>
99
<relativePath>../../pom.xml</relativePath>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>0.12.0</version>
1111
</parent>
1212

1313
<artifactId>kafka-oauth-examples-consumer</artifactId>

examples/docker/kafka-oauth-strimzi/kafka/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>io.strimzi.oauth.docker</groupId>
88
<artifactId>kafka-oauth-docker-strimzi</artifactId>
99
<relativePath>../pom.xml</relativePath>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>0.12.0</version>
1111
</parent>
1212

1313
<artifactId>kafka-oauth-docker-strimzi-kafka</artifactId>

examples/docker/kafka-oauth-strimzi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>io.strimzi.oauth.docker</groupId>
88
<artifactId>kafka-oauth-docker-parent</artifactId>
99
<relativePath>../pom.xml</relativePath>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>0.12.0</version>
1111
</parent>
1212

1313
<artifactId>kafka-oauth-docker-strimzi</artifactId>

examples/docker/kafka-oauth-strimzi/zookeeper/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>io.strimzi.oauth.docker</groupId>
88
<artifactId>kafka-oauth-docker-strimzi</artifactId>
99
<relativePath>../pom.xml</relativePath>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>0.12.0</version>
1111
</parent>
1212

1313
<artifactId>kafka-oauth-docker-strimzi-zookeeper</artifactId>

examples/docker/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.strimzi.oauth.docker</groupId>
88
<artifactId>kafka-oauth-docker-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>0.12.0</version>
1010
<packaging>pom</packaging>
1111

1212
<properties>
@@ -15,7 +15,7 @@
1515
<plugins.resources.version>3.1.0</plugins.resources.version>
1616

1717
<nimbus.jose.version>9.10</nimbus.jose.version>
18-
<strimzi-oauth.version>1.0.0-SNAPSHOT</strimzi-oauth.version>
18+
<strimzi-oauth.version>0.12.0</strimzi-oauth.version>
1919
</properties>
2020

2121
<licenses>

examples/docker/spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>io.strimzi.oauth.docker</groupId>
1515
<artifactId>kafka-oauth-docker-spring</artifactId>
16-
<version>1.0.0-SNAPSHOT</version>
16+
<version>0.12.0</version>
1717

1818
<properties>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

examples/docker/strimzi-kafka-image/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<groupId>io.strimzi.oauth.docker</groupId>
88
<artifactId>kafka-oauth-docker-parent</artifactId>
99
<relativePath>../pom.xml</relativePath>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>0.12.0</version>
1111
</parent>
1212

1313
<groupId>org.example</groupId>
1414
<artifactId>kafka-oauth-docker-strimzi-kafka</artifactId>
15-
<version>1.0.0-SNAPSHOT</version>
15+
<version>0.12.0</version>
1616

1717
<packaging>pom</packaging>
1818

examples/producer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>io.strimzi</groupId>
88
<artifactId>oauth</artifactId>
99
<relativePath>../../pom.xml</relativePath>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>0.12.0</version>
1111
</parent>
1212

1313
<artifactId>kafka-oauth-examples-producer</artifactId>

oauth-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.strimzi</groupId>
88
<artifactId>oauth</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>0.12.0</version>
1010
</parent>
1111

1212
<artifactId>kafka-oauth-client</artifactId>

oauth-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.strimzi</groupId>
88
<artifactId>oauth</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>0.12.0</version>
1010
</parent>
1111

1212
<artifactId>kafka-oauth-common</artifactId>

oauth-keycloak-authorizer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.strimzi</groupId>
88
<artifactId>oauth</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>0.12.0</version>
1010
</parent>
1111

1212
<artifactId>kafka-oauth-keycloak-authorizer</artifactId>

oauth-server-plain/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.strimzi</groupId>
88
<artifactId>oauth</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>0.12.0</version>
1010
</parent>
1111

1212
<artifactId>kafka-oauth-server-plain</artifactId>

oauth-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.strimzi</groupId>
88
<artifactId>oauth</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>0.12.0</version>
1010
</parent>
1111

1212
<artifactId>kafka-oauth-server</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.strimzi</groupId>
77
<artifactId>oauth</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>0.12.0</version>
99
<packaging>pom</packaging>
1010

1111
<licenses>

testsuite/common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.strimzi.oauth.testsuite</groupId>
99
<artifactId>kafka-oauth-testsuite</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>0.12.0</version>
1111
</parent>
1212

1313
<artifactId>common</artifactId>

testsuite/docker/hydra-import/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.strimzi.oauth.testsuite</groupId>
99
<artifactId>kafka-oauth-testsuite-docker-pom</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>0.12.0</version>
1111
</parent>
1212

1313
<packaging>pom</packaging>

testsuite/docker/kafka/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.strimzi.oauth.testsuite</groupId>
99
<artifactId>kafka-oauth-testsuite-docker-pom</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>0.12.0</version>
1111
</parent>
1212

1313
<packaging>pom</packaging>

testsuite/docker/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.strimzi.oauth.testsuite</groupId>
99
<artifactId>kafka-oauth-testsuite</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>0.12.0</version>
1111
</parent>
1212

1313
<packaging>pom</packaging>

testsuite/hydra-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.strimzi.oauth.testsuite</groupId>
99
<artifactId>kafka-oauth-testsuite</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>0.12.0</version>
1111
</parent>
1212

1313
<artifactId>hydra-test</artifactId>

testsuite/keycloak-auth-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.strimzi.oauth.testsuite</groupId>
99
<artifactId>kafka-oauth-testsuite</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>0.12.0</version>
1111
</parent>
1212

1313
<artifactId>keycloak-auth-tests</artifactId>

testsuite/keycloak-authz-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.strimzi.oauth.testsuite</groupId>
99
<artifactId>kafka-oauth-testsuite</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>0.12.0</version>
1111
</parent>
1212

1313
<artifactId>keycloak-authz-tests</artifactId>

testsuite/keycloak-errors-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.strimzi.oauth.testsuite</groupId>
99
<artifactId>kafka-oauth-testsuite</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>0.12.0</version>
1111
</parent>
1212

1313
<artifactId>keycloak-errors-tests</artifactId>

testsuite/mock-oauth-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.strimzi.oauth.testsuite</groupId>
99
<artifactId>kafka-oauth-testsuite</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>0.12.0</version>
1111
</parent>
1212

1313
<artifactId>mock-oauth-server</artifactId>

testsuite/mockoauth-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.strimzi.oauth.testsuite</groupId>
99
<artifactId>kafka-oauth-testsuite</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>0.12.0</version>
1111
</parent>
1212

1313
<artifactId>mockoauth-tests</artifactId>

testsuite/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.strimzi.oauth.testsuite</groupId>
88
<artifactId>kafka-oauth-testsuite</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>0.12.0</version>
1010

1111
<packaging>pom</packaging>
1212

@@ -43,7 +43,7 @@
4343
<version.junit>4.13.1</version.junit>
4444
<spotbugs.version>4.7.0</spotbugs.version>
4545
<jackson.annotation.version>2.13.4</jackson.annotation.version>
46-
<strimzi-oauth.version>1.0.0-SNAPSHOT</strimzi-oauth.version>
46+
<strimzi-oauth.version>0.12.0</strimzi-oauth.version>
4747
<checkstyle.dir>..</checkstyle.dir>
4848

4949
<kafka.docker.image>quay.io/strimzi/kafka:0.33.2-kafka-3.4.0</kafka.docker.image>

0 commit comments

Comments
 (0)