This is an automated email from the ASF dual-hosted git repository. cbrisson pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/velocity-engine.git
commit 1a22c9542718f631557356d83447d66d88dee425 Author: Claude Brisson <[email protected]> AuthorDate: Sat Feb 27 11:57:18 2021 +0100 [engine] Anticipate master version increment --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 47d2765..e07d018 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.velocity</groupId> <artifactId>velocity-master</artifactId> - <version>3</version> + <version>4</version> <relativePath /> </parent>
