You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2023/04/01 05:39:18 UTC

[velocity-tools] branch master updated: Upgrade master to v5

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


The following commit(s) were added to refs/heads/master by this push:
     new d9e31e10 Upgrade master to v5
d9e31e10 is described below

commit d9e31e10269b83a2b52948d755853885b60d5e65
Author: Claude Brisson <cl...@renegat.net>
AuthorDate: Sat Apr 1 07:39:14 2023 +0200

    Upgrade master to v5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f0e216da..4bad2911 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.velocity</groupId>
     <artifactId>velocity-master</artifactId>
-    <version>4</version>
+    <version>5</version>
   </parent>
 
   <groupId>org.apache.velocity.tools</groupId>