Skip to content

Commit

Permalink
set dev version, see #143
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski committed Sep 18, 2024
1 parent 8a1b0aa commit 87a89e5
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion _build/coverage-aggregator/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.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion _build/parent/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.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
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.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</version>
</parent>

<artifactId>java-example</artifactId>
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.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</version>
</parent>

<artifactId>kotlin-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion _examples/kotlin-plugin-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.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</version>
</parent>

<artifactId>kotlin-plugin-example</artifactId>
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.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</version>
</parent>

<artifactId>logical-type-customer-id</artifactId>
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.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</version>
</parent>

<artifactId>logical-type-money</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion _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.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</version>
</parent>

<artifactId>avro-kotlin-examples-root</artifactId>
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-parent</artifactId>
<version>1.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</version>
<relativePath>../_build/parent/pom.xml</relativePath>
</parent>

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.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</version>
</parent>

<groupId>io.toolisticon.kotlin.avro</groupId>
Expand Down
2 changes: 1 addition & 1 deletion avro-kotlin-generator/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-parent</artifactId>
<version>1.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</version>
<relativePath>../_build/parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion avro-kotlin-maven-plugin/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-parent</artifactId>
<version>1.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</version>
<relativePath>../_build/parent/pom.xml</relativePath>
</parent>

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-parent</artifactId>
<version>1.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</version>
<relativePath>../_build/parent/pom.xml</relativePath>
</parent>

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-parent</artifactId>
<version>1.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</version>
<relativePath>../_build/parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lib/avro-compiler/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-lib-root</artifactId>
<version>1.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</version>
</parent>

<groupId>io.toolisticon.kotlin.avro.lib</groupId>
Expand Down
2 changes: 1 addition & 1 deletion lib/avro-ipc/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-lib-root</artifactId>
<version>1.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</version>
</parent>

<groupId>io.toolisticon.kotlin.avro.lib</groupId>
Expand Down
2 changes: 1 addition & 1 deletion lib/avro/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-lib-root</artifactId>
<version>1.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</version>
</parent>

<groupId>io.toolisticon.kotlin.avro.lib</groupId>
Expand Down
2 changes: 1 addition & 1 deletion lib/avro4k-core/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-lib-root</artifactId>
<version>1.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</version>
</parent>

<groupId>io.toolisticon.kotlin.avro.lib</groupId>
Expand Down
2 changes: 1 addition & 1 deletion lib/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.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</version>
</parent>

<artifactId>avro-lib-root</artifactId>
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.12.3.1-SNAPSHOT</version>
<version>1.12.4.0-SNAPSHOT</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 87a89e5

Please sign in to comment.