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-tools.git
commit b7a144d80c467f27d8a3b60da2f7b133d8fb6fd6 Author: Claude Brisson <[email protected]> AuthorDate: Sat Feb 27 21:11:55 2021 +0100 [tools] Anticipate velocity-master and velocity-engine upcoming releases --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 367c4b8..bf29c4d 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.velocity</groupId> <artifactId>velocity-master</artifactId> - <version>3</version> + <version>4</version> </parent> <groupId>org.apache.velocity.tools</groupId> @@ -128,7 +128,7 @@ <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity-engine-core</artifactId> - <version>2.2</version> + <version>2.3</version> </dependency> <dependency> <groupId>org.apache.commons</groupId>
