Skip to content

Commit 35ff8b9

Browse files
committed
Preparing to build 1.11.3
1 parent 9d9306a commit 35ff8b9

File tree

36 files changed

+43
-43
lines changed

36 files changed

+43
-43
lines changed

doc/examples/java-example/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.apache.avro</groupId>
4040
<artifactId>avro</artifactId>
41-
<version>1.11.2</version>
41+
<version>1.11.3</version>
4242
</dependency>
4343
</dependencies>
4444
<build>
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.apache.avro</groupId>
5757
<artifactId>avro-maven-plugin</artifactId>
58-
<version>1.11.2</version>
58+
<version>1.11.3</version>
5959
<executions>
6060
<execution>
6161
<phase>generate-sources</phase>
@@ -72,7 +72,7 @@
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-plugin</artifactId>
75-
<version>1.11.2</version>
75+
<version>1.11.3</version>
7676
<configuration>
7777
<source>1.8</source>
7878
<target>1.8</target>
@@ -92,7 +92,7 @@
9292
<pluginExecutionFilter>
9393
<groupId>org.apache.avro</groupId>
9494
<artifactId>avro-maven-plugin</artifactId>
95-
<versionRange>[1.11.2,)</versionRange>
95+
<versionRange>[1.11.3,)</versionRange>
9696
<goals>
9797
<goal>schema</goal>
9898
</goals>

doc/examples/mr-example/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<plugin>
4646
<groupId>org.apache.avro</groupId>
4747
<artifactId>avro-maven-plugin</artifactId>
48-
<version>1.11.2</version>
48+
<version>1.11.3</version>
4949
<executions>
5050
<execution>
5151
<phase>generate-sources</phase>
@@ -73,7 +73,7 @@
7373
<pluginExecutionFilter>
7474
<groupId>org.apache.avro</groupId>
7575
<artifactId>avro-maven-plugin</artifactId>
76-
<versionRange>[1.11.2,)</versionRange>
76+
<versionRange>[1.11.3,)</versionRange>
7777
<goals>
7878
<goal>schema</goal>
7979
</goals>
@@ -94,12 +94,12 @@
9494
<dependency>
9595
<groupId>org.apache.avro</groupId>
9696
<artifactId>avro</artifactId>
97-
<version>1.11.2</version>
97+
<version>1.11.3</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.apache.avro</groupId>
101101
<artifactId>avro-mapred</artifactId>
102-
<version>1.11.2</version>
102+
<version>1.11.3</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.apache.hadoop</groupId>

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.11.3-SNAPSHOT</version>
25+
<version>1.11.3</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.11.3-SNAPSHOT</version>
26+
<version>1.11.3</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.11.3-SNAPSHOT</version>
25+
<version>1.11.3</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.11.3-SNAPSHOT</version>
26+
<version>1.11.3</version>
2727
<relativePath>../</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.11.3-SNAPSHOT</version>
26+
<version>1.11.3</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.11.3-SNAPSHOT</version>
26+
<version>1.11.3</version>
2727
<relativePath>../</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.11.3-SNAPSHOT</version>
26+
<version>1.11.3</version>
2727
<relativePath>../</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.11.3-SNAPSHOT</version>
26+
<version>1.11.3</version>
2727
<relativePath>../</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)