This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 49caf8784f WICKET-7124 Use #[[ ]]# for snippet literals in Velocity
templates (#981)
49caf8784f is described below
commit 49caf8784f82356975742f76f813669162ab96dc
Author: Martin Grigorov <[email protected]>
AuthorDate: Wed Oct 2 16:04:02 2024 +0300
WICKET-7124 Use #[[ ]]# for snippet literals in Velocity templates (#981)
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
archetypes/quickstart/src/main/resources/archetype-resources/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
index ab1451b1c2..68f96b348e 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -24,7 +24,7 @@
<artifactId>${artifactId}</artifactId>
<packaging>war</packaging>
<version>${version}</version>
- #literal()
+ #[[
<!-- TODO project name -->
<name>quickstart</name>
<description></description>
@@ -207,5 +207,5 @@
</snapshots>
</repository>
</repositories>
- #end
+ ]]#
</project>