This is an automated email from the ASF dual-hosted git repository. rskraba pushed a commit to branch branch-1.11 in repository https://gitbox.apache.org/repos/asf/avro.git
commit 9d9306a23ce3e282a1a908882d68fb6585b48fd8 Author: Ryan Skraba <[email protected]> AuthorDate: Wed Sep 13 19:22:10 2023 +0200 AVRO-3795: Fix backport to 1.11.3 --- .../src/test/resources/unit/schema/pom-nonexistent-file.xml | 2 +- .../src/test/resources/unit/schema/pom-nonexistent-second-file.xml | 2 +- lang/py/docs/source/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/java/maven-plugin/src/test/resources/unit/schema/pom-nonexistent-file.xml b/lang/java/maven-plugin/src/test/resources/unit/schema/pom-nonexistent-file.xml index 49965752d..99df4eb16 100644 --- a/lang/java/maven-plugin/src/test/resources/unit/schema/pom-nonexistent-file.xml +++ b/lang/java/maven-plugin/src/test/resources/unit/schema/pom-nonexistent-file.xml @@ -22,7 +22,7 @@ <parent> <artifactId>avro-parent</artifactId> <groupId>org.apache.avro</groupId> - <version>1.12.0-SNAPSHOT</version> + <version>1.11.3-SNAPSHOT</version> <relativePath>../../../../../../../../../pom.xml</relativePath> </parent> diff --git a/lang/java/maven-plugin/src/test/resources/unit/schema/pom-nonexistent-second-file.xml b/lang/java/maven-plugin/src/test/resources/unit/schema/pom-nonexistent-second-file.xml index f5b7134cd..70e145229 100644 --- a/lang/java/maven-plugin/src/test/resources/unit/schema/pom-nonexistent-second-file.xml +++ b/lang/java/maven-plugin/src/test/resources/unit/schema/pom-nonexistent-second-file.xml @@ -22,7 +22,7 @@ <parent> <artifactId>avro-parent</artifactId> <groupId>org.apache.avro</groupId> - <version>1.12.0-SNAPSHOT</version> + <version>1.11.3-SNAPSHOT</version> <relativePath>../../../../../../../../../pom.xml</relativePath> </parent> diff --git a/lang/py/docs/source/conf.py b/lang/py/docs/source/conf.py index 85ba2827a..d534a7be0 100644 --- a/lang/py/docs/source/conf.py +++ b/lang/py/docs/source/conf.py @@ -29,7 +29,7 @@ sys.path.append("..") project = "Apache Avro" copyright = "2023, Apache" author = "Apache" -release = "1.12.0" +release = "1.11.3" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
