Skip to content

Commit

Permalink
Merge branch 'release/1.11.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski committed May 26, 2024
2 parents 019a1af + 9f560ec commit fa46661
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion _examples/java-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.toolisticon.kotlin.avro._</groupId>
<artifactId>avro-kotlin-examples-root</artifactId>
<version>1.11.4.0</version>
<version>1.11.4.1</version>
</parent>

<groupId>io.toolisticon.kotlin.avro.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion _examples/kotlin-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.toolisticon.kotlin.avro._</groupId>
<artifactId>avro-kotlin-examples-root</artifactId>
<version>1.11.4.0</version>
<version>1.11.4.1</version>
</parent>

<groupId>io.toolisticon.kotlin.avro.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion _examples/logical-type-customer-id/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.toolisticon.kotlin.avro._</groupId>
<artifactId>avro-kotlin-examples-root</artifactId>
<version>1.11.4.0</version>
<version>1.11.4.1</version>
</parent>

<groupId>io.toolisticon.kotlin.avro.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion _examples/logical-type-money/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.toolisticon.kotlin.avro._</groupId>
<artifactId>avro-kotlin-examples-root</artifactId>
<version>1.11.4.0</version>
<version>1.11.4.1</version>
</parent>

<groupId>io.toolisticon.kotlin.avro.examples</groupId>
Expand Down
4 changes: 2 additions & 2 deletions _examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.toolisticon.kotlin.avro._</groupId>
<artifactId>avro-kotlin-root</artifactId>
<version>1.11.4.0</version>
<version>1.11.4.1</version>
</parent>

<artifactId>avro-kotlin-examples-root</artifactId>
Expand All @@ -15,7 +15,7 @@

<properties>
<!-- all examples are excluded from install/deploy/release -->
<maven.install.skip>false</maven.install.skip>
<maven.install.skip>true</maven.install.skip>
<gpg.skip>true</gpg.skip>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion _test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.toolisticon.kotlin.avro._</groupId>
<artifactId>avro-kotlin-root</artifactId>
<version>1.11.4.0</version>
<version>1.11.4.1</version>
</parent>

<groupId>io.toolisticon.kotlin.avro.test</groupId>
Expand Down
2 changes: 1 addition & 1 deletion avro-kotlin-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.toolisticon.kotlin.avro._</groupId>
<artifactId>avro-kotlin-root</artifactId>
<version>1.11.4.0</version>
<version>1.11.4.1</version>
</parent>

<groupId>io.toolisticon.kotlin.avro</groupId>
Expand Down
2 changes: 1 addition & 1 deletion avro-kotlin-serialization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.toolisticon.kotlin.avro._</groupId>
<artifactId>avro-kotlin-root</artifactId>
<version>1.11.4.0</version>
<version>1.11.4.1</version>
</parent>

<groupId>io.toolisticon.kotlin.avro</groupId>
Expand Down
2 changes: 1 addition & 1 deletion avro-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.toolisticon.kotlin.avro._</groupId>
<artifactId>avro-kotlin-root</artifactId>
<version>1.11.4.0</version>
<version>1.11.4.1</version>
</parent>

<groupId>io.toolisticon.kotlin.avro</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.toolisticon.kotlin.avro._</groupId>
<artifactId>avro-kotlin-root</artifactId>
<version>1.11.4.0</version>
<version>1.11.4.1</version>

<name>pom: ${project.artifactId}</name>
<description>Root of Opinionated extension functions and helpers for using Apache Avro with Kotlin.</description>
Expand Down

0 comments on commit fa46661

Please sign in to comment.