From a67adca60113e55e9aa69e579cf0a97c8e7370a1 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Sun, 26 May 2024 21:55:33 +0200 Subject: [PATCH 1/3] 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 96760297..ba11d100 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.1 + 1.11.4.2-SNAPSHOT io.toolisticon.kotlin.avro.examples diff --git a/_examples/kotlin-example/pom.xml b/_examples/kotlin-example/pom.xml index 2a6a3199..d77e62cc 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.1 + 1.11.4.2-SNAPSHOT io.toolisticon.kotlin.avro.examples diff --git a/_examples/logical-type-customer-id/pom.xml b/_examples/logical-type-customer-id/pom.xml index 6cf5d6b8..79e5f0e2 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.1 + 1.11.4.2-SNAPSHOT io.toolisticon.kotlin.avro.examples diff --git a/_examples/logical-type-money/pom.xml b/_examples/logical-type-money/pom.xml index 99425cbf..6f4f7887 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.1 + 1.11.4.2-SNAPSHOT io.toolisticon.kotlin.avro.examples diff --git a/_examples/pom.xml b/_examples/pom.xml index e929a202..3e6fd450 100644 --- a/_examples/pom.xml +++ b/_examples/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.avro._ avro-kotlin-root - 1.11.4.1 + 1.11.4.2-SNAPSHOT avro-kotlin-examples-root diff --git a/_test/pom.xml b/_test/pom.xml index 12da8beb..0d36e616 100644 --- a/_test/pom.xml +++ b/_test/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.avro._ avro-kotlin-root - 1.11.4.1 + 1.11.4.2-SNAPSHOT io.toolisticon.kotlin.avro.test diff --git a/avro-kotlin-bom/pom.xml b/avro-kotlin-bom/pom.xml index b0d80ded..247b4b20 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.1 + 1.11.4.2-SNAPSHOT io.toolisticon.kotlin.avro diff --git a/avro-kotlin-serialization/pom.xml b/avro-kotlin-serialization/pom.xml index 49cc76be..b081cacc 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.1 + 1.11.4.2-SNAPSHOT io.toolisticon.kotlin.avro diff --git a/avro-kotlin/pom.xml b/avro-kotlin/pom.xml index a7f41cbf..9bd8a382 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.1 + 1.11.4.2-SNAPSHOT io.toolisticon.kotlin.avro diff --git a/pom.xml b/pom.xml index e7e05900..1d1a354c 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.toolisticon.kotlin.avro._ avro-kotlin-root - 1.11.4.1 + 1.11.4.2-SNAPSHOT pom: ${project.artifactId} Root of Opinionated extension functions and helpers for using Apache Avro with Kotlin. From 5ce5a9a1533e5323a24833df7b492261b573f010 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Mon, 27 May 2024 00:17:36 +0200 Subject: [PATCH 2/3] move examples to profile --- pom.xml | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 1d1a354c..80e3c13e 100644 --- a/pom.xml +++ b/pom.xml @@ -23,15 +23,13 @@ _test avro-kotlin avro-kotlin-serialization - - _examples - + - + @@ -53,6 +51,23 @@ + + + + examples + + + !skipExamples + + + + _examples + + + + The Apache Software License, Version 2.0 From 19b0338db0d5ef793d87bb8d9f35f5297ebd9411 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Mon, 27 May 2024 00:31:47 +0200 Subject: [PATCH 3/3] 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 ba11d100..da49566f 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.2-SNAPSHOT + 1.11.4.2 io.toolisticon.kotlin.avro.examples diff --git a/_examples/kotlin-example/pom.xml b/_examples/kotlin-example/pom.xml index d77e62cc..1d1ab686 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.2-SNAPSHOT + 1.11.4.2 io.toolisticon.kotlin.avro.examples diff --git a/_examples/logical-type-customer-id/pom.xml b/_examples/logical-type-customer-id/pom.xml index 79e5f0e2..adc271d7 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.2-SNAPSHOT + 1.11.4.2 io.toolisticon.kotlin.avro.examples diff --git a/_examples/logical-type-money/pom.xml b/_examples/logical-type-money/pom.xml index 6f4f7887..dc305184 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.2-SNAPSHOT + 1.11.4.2 io.toolisticon.kotlin.avro.examples diff --git a/_examples/pom.xml b/_examples/pom.xml index 3e6fd450..0bb3b243 100644 --- a/_examples/pom.xml +++ b/_examples/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.avro._ avro-kotlin-root - 1.11.4.2-SNAPSHOT + 1.11.4.2 avro-kotlin-examples-root diff --git a/_test/pom.xml b/_test/pom.xml index 0d36e616..f5e30db4 100644 --- a/_test/pom.xml +++ b/_test/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.kotlin.avro._ avro-kotlin-root - 1.11.4.2-SNAPSHOT + 1.11.4.2 io.toolisticon.kotlin.avro.test diff --git a/avro-kotlin-bom/pom.xml b/avro-kotlin-bom/pom.xml index 247b4b20..298a9727 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.2-SNAPSHOT + 1.11.4.2 io.toolisticon.kotlin.avro diff --git a/avro-kotlin-serialization/pom.xml b/avro-kotlin-serialization/pom.xml index b081cacc..7f701fb7 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.2-SNAPSHOT + 1.11.4.2 io.toolisticon.kotlin.avro diff --git a/avro-kotlin/pom.xml b/avro-kotlin/pom.xml index 9bd8a382..1b7bd756 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.2-SNAPSHOT + 1.11.4.2 io.toolisticon.kotlin.avro diff --git a/pom.xml b/pom.xml index 80e3c13e..64244ed0 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.toolisticon.kotlin.avro._ avro-kotlin-root - 1.11.4.2-SNAPSHOT + 1.11.4.2 pom: ${project.artifactId} Root of Opinionated extension functions and helpers for using Apache Avro with Kotlin.