This is an automated email from the ASF dual-hosted git repository. zkaoudi pushed a commit to branch zkaoudi-patch-8 in repository https://gitbox.apache.org/repos/asf/wayang.git
commit 12415859adf239cc6fb300ce74885d789cc7c554 Author: Zoi Kaoudi <[email protected]> AuthorDate: Mon Jan 19 13:20:11 2026 +0100 Update parent version in pom.xml to 1.1.1-SNAPSHOT This should fix the build error --- wayang-docs/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/wayang-docs/pom.xml b/wayang-docs/pom.xml index 57dfb2551..4ad7d8f80 100644 --- a/wayang-docs/pom.xml +++ b/wayang-docs/pom.xml @@ -24,6 +24,7 @@ <parent> <artifactId>wayang</artifactId> <groupId>org.apache.wayang</groupId> + <version>1.1.1-SNAPSHOT</version> </parent> <artifactId>wayang-docs</artifactId>
