This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch docs in repository https://gitbox.apache.org/repos/asf/stormcrawler.git
The following commit(s) were added to refs/heads/docs by this push: new 3889517d Fix parent version 3889517d is described below commit 3889517d42effc058d8ec786349dce4a21ab7391 Author: Richard Zowalla <r...@apache.org> AuthorDate: Fri Sep 19 13:24:46 2025 +0200 Fix parent version --- docs/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pom.xml b/docs/pom.xml index c1a8b79e..3f715770 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.stormcrawler</groupId> <artifactId>stormcrawler</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>stormcrawler-docs</artifactId>