From 407dded034341f5206989ffb2788477d1600c7b5 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Sun, 26 May 2024 21:03:22 +0200 Subject: [PATCH] Update for next development version --- _examples/java-example/pom.xml | 2 +- _examples/kotlin-example/pom.xml | 2 +- _examples/logical-type-customer-id/pom.xml | 2 +- _examples/logical-type-money/pom.xml | 2 +- _examples/pom.xml | 2 +- _test/pom.xml | 2 +- avro-kotlin-bom/pom.xml | 2 +- avro-kotlin-serialization/pom.xml | 2 +- avro-kotlin/pom.xml | 2 +- pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/_examples/java-example/pom.xml b/_examples/java-example/pom.xml index ab481841..3c67d771 100644 --- a/_examples/java-example/pom.xml +++ b/_examples/java-example/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.avro._ avro-kotlin-examples-root - 1.11.4.0-SNAPSHOT + 1.11.4.0 io.toolisticon.kotlin.avro.examples diff --git a/_examples/kotlin-example/pom.xml b/_examples/kotlin-example/pom.xml index e26ef67a..b260408c 100644 --- a/_examples/kotlin-example/pom.xml +++ b/_examples/kotlin-example/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.avro._ avro-kotlin-examples-root - 1.11.4.0-SNAPSHOT + 1.11.4.0 io.toolisticon.kotlin.avro.examples diff --git a/_examples/logical-type-customer-id/pom.xml b/_examples/logical-type-customer-id/pom.xml index d026214a..82c44e97 100644 --- a/_examples/logical-type-customer-id/pom.xml +++ b/_examples/logical-type-customer-id/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.avro._ avro-kotlin-examples-root - 1.11.4.0-SNAPSHOT + 1.11.4.0 io.toolisticon.kotlin.avro.examples diff --git a/_examples/logical-type-money/pom.xml b/_examples/logical-type-money/pom.xml index d301b1f6..e475d309 100644 --- a/_examples/logical-type-money/pom.xml +++ b/_examples/logical-type-money/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.avro._ avro-kotlin-examples-root - 1.11.4.0-SNAPSHOT + 1.11.4.0 io.toolisticon.kotlin.avro.examples diff --git a/_examples/pom.xml b/_examples/pom.xml index 085d6664..8d7813dd 100644 --- a/_examples/pom.xml +++ b/_examples/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.avro._ avro-kotlin-root - 1.11.4.0-SNAPSHOT + 1.11.4.0 avro-kotlin-examples-root diff --git a/_test/pom.xml b/_test/pom.xml index f83f10f6..8f4c536c 100644 --- a/_test/pom.xml +++ b/_test/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.avro._ avro-kotlin-root - 1.11.4.0-SNAPSHOT + 1.11.4.0 io.toolisticon.kotlin.avro.test diff --git a/avro-kotlin-bom/pom.xml b/avro-kotlin-bom/pom.xml index f0bab014..4c01957b 100644 --- a/avro-kotlin-bom/pom.xml +++ b/avro-kotlin-bom/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.avro._ avro-kotlin-root - 1.11.4.0-SNAPSHOT + 1.11.4.0 io.toolisticon.kotlin.avro diff --git a/avro-kotlin-serialization/pom.xml b/avro-kotlin-serialization/pom.xml index 3270800f..7015f1c7 100644 --- a/avro-kotlin-serialization/pom.xml +++ b/avro-kotlin-serialization/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.avro._ avro-kotlin-root - 1.11.4.0-SNAPSHOT + 1.11.4.0 io.toolisticon.kotlin.avro diff --git a/avro-kotlin/pom.xml b/avro-kotlin/pom.xml index 5466c23b..f7e32d19 100644 --- a/avro-kotlin/pom.xml +++ b/avro-kotlin/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.avro._ avro-kotlin-root - 1.11.4.0-SNAPSHOT + 1.11.4.0 io.toolisticon.kotlin.avro diff --git a/pom.xml b/pom.xml index 6cef7f0e..7c23d7ab 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.toolisticon.kotlin.avro._ avro-kotlin-root - 1.11.4.0-SNAPSHOT + 1.11.4.0 pom: ${project.artifactId} Root of Opinionated extension functions and helpers for using Apache Avro with Kotlin.