This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-intake.git
commit a35566b6a672954b7b236a4714634bd1f4eec997 Author: gk <[email protected]> AuthorDate: Wed Dec 11 17:18:58 2024 +0100 Use released fulcrum-parser 4.0.0 component --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ebd87ae9..8f388f53 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,7 @@ <dependency> <groupId>org.apache.fulcrum</groupId> <artifactId>fulcrum-parser</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>4.0.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId>
