This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-tools.git
The following commit(s) were added to refs/heads/master by this push:
new 1f2ae807 Downgrade to Velocity Engine 2.3
1f2ae807 is described below
commit 1f2ae8071d15efd514bfe5d4bda75b9e66de0bec
Author: Michael Osipov <[email protected]>
AuthorDate: Tue Feb 13 21:35:28 2024 +0100
Downgrade to Velocity Engine 2.3
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a103f4b4..9d79920b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
- <version>2.4</version>
+ <version>2.3</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>