Skip to content

Commit 76f8a57

Browse files
committed
Preparing for 1.12.3
1 parent 8fa2067 commit 76f8a57

40 files changed

Lines changed: 42 additions & 42 deletions

File tree

lang/java/android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>avro-parent</artifactId>
2424
<groupId>org.apache.avro</groupId>
25-
<version>1.12.2</version>
25+
<version>1.12.3-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

lang/java/archetypes/avro-service-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>avro-archetypes-parent</artifactId>
2525
<groupId>org.apache.avro</groupId>
26-
<version>1.12.2</version>
26+
<version>1.12.3-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

lang/java/archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.avro</groupId>
2424
<artifactId>avro-parent</artifactId>
25-
<version>1.12.2</version>
25+
<version>1.12.3-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

lang/java/avro/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>avro-parent</artifactId>
2525
<groupId>org.apache.avro</groupId>
26-
<version>1.12.2</version>
26+
<version>1.12.3-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

lang/java/compiler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>avro-parent</artifactId>
2525
<groupId>org.apache.avro</groupId>
26-
<version>1.12.2</version>
26+
<version>1.12.3-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

lang/java/grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.avro</groupId>
2525
<artifactId>avro-parent</artifactId>
26-
<version>1.12.2</version>
26+
<version>1.12.3-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

lang/java/idl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>avro-parent</artifactId>
2525
<groupId>org.apache.avro</groupId>
26-
<version>1.12.2</version>
26+
<version>1.12.3-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

lang/java/integration-test/codegen-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>avro-integration-test</artifactId>
2525
<groupId>org.apache.avro</groupId>
26-
<version>1.12.2</version>
26+
<version>1.12.3-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

lang/java/integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>avro-parent</artifactId>
2525
<groupId>org.apache.avro</groupId>
26-
<version>1.12.2</version>
26+
<version>1.12.3-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

lang/java/integration-test/test-custom-conversions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>avro-integration-test</artifactId>
2525
<groupId>org.apache.avro</groupId>
26-
<version>1.12.2</version>
26+
<version>1.12.3-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)