Skip to content

Commit eb00010

Browse files
authored
Merge pull request #11 from conduktor/update-version
Set version to 1.1.23-cdk
2 parents 677e7a7 + 6bf8609 commit eb00010

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

avro-kafkaconnect-converter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>software.amazon.glue</groupId>
3434
<artifactId>schema-registry-parent</artifactId>
35-
<version>1.1.23</version>
35+
<version>1.1.23-cdk</version>
3636
<relativePath>../pom.xml</relativePath>
3737
</parent>
3838

build-tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.glue</groupId>
2424
<artifactId>schema-registry-parent</artifactId>
25-
<version>1.1.23</version>
25+
<version>1.1.23-cdk</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.glue</groupId>
2424
<artifactId>schema-registry-parent</artifactId>
25-
<version>1.1.23</version>
25+
<version>1.1.23-cdk</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>software.amazon.glue</groupId>
3333
<artifactId>schema-registry-parent</artifactId>
34-
<version>1.1.23</version>
34+
<version>1.1.23-cdk</version>
3535
<relativePath>../pom.xml</relativePath>
3636
</parent>
3737

integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>software.amazon.glue</groupId>
3333
<artifactId>schema-registry-parent</artifactId>
34-
<version>1.1.23</version>
34+
<version>1.1.23-cdk</version>
3535
<relativePath>../pom.xml</relativePath>
3636
</parent>
3737

jsonschema-kafkaconnect-converter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>software.amazon.glue</groupId>
3434
<artifactId>schema-registry-parent</artifactId>
35-
<version>1.1.23</version>
35+
<version>1.1.23-cdk</version>
3636
<relativePath>../pom.xml</relativePath>
3737
</parent>
3838

kafkastreams-serde/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>software.amazon.glue</groupId>
3434
<artifactId>schema-registry-parent</artifactId>
35-
<version>1.1.23</version>
35+
<version>1.1.23-cdk</version>
3636
<relativePath>../pom.xml</relativePath>
3737
</parent>
3838

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>software.amazon.glue</groupId>
2323
<artifactId>schema-registry-parent</artifactId>
24-
<version>1.1.23</version>
24+
<version>1.1.23-cdk</version>
2525
<packaging>pom</packaging>
2626
<name>AWS Glue Schema Registry Library</name>
2727
<description>The AWS Glue Schema Registry Library for Java enables Java developers to easily integrate their

protobuf-kafkaconnect-converter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.glue</groupId>
2424
<artifactId>schema-registry-parent</artifactId>
25-
<version>1.1.23</version>
25+
<version>1.1.23-cdk</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

serializer-deserializer-msk-iam/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<parent>
3434
<groupId>software.amazon.glue</groupId>
3535
<artifactId>schema-registry-parent</artifactId>
36-
<version>1.1.23</version>
36+
<version>1.1.23-cdk</version>
3737
<relativePath>../pom.xml</relativePath>
3838
</parent>
3939

serializer-deserializer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>software.amazon.glue</groupId>
3434
<artifactId>schema-registry-parent</artifactId>
35-
<version>1.1.23</version>
35+
<version>1.1.23-cdk</version>
3636
<relativePath>../pom.xml</relativePath>
3737
</parent>
3838

0 commit comments

Comments
 (0)