From bdac810ee3b9198bfdf04d0e26807dfd62ea2a87 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Wed, 19 Aug 2026 22:05:56 +0200 Subject: [PATCH] Stop pinning a version in the README snippet --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7debb1c..ba0b4e4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ Maintained, quietly. It is a thin wrapper over Velocity; most changes here are V org.codehaus.plexus plexus-velocity - 2.3.0 ``` @@ -34,6 +33,8 @@ StringWriter writer = new StringWriter(); template.merge( context, writer ); ``` +Check the badge above for the current version. + The default configuration is meant to be customised: provide a `VelocityComponentConfigurator` implementation and it will be picked up. It is optional. See the [Velocity configuration reference](https://velocity.apache.org/engine/2.4.1/configuration.html) for what