[java-parent-project] 03/03: JPAR-116 - pull out version for velocity
Ian Young
ian at iay.org.uk
Tue Jan 22 12:19:09 EST 2019
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=cb4f42af232ed85f023725bf5a7345b8ffe3655c
commit cb4f42af232ed85f023725bf5a7345b8ffe3655c
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Jan 22 17:07:33 2019 +0000
JPAR-116 - pull out version for velocity
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2e465cc..a57874c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,6 +39,7 @@
<spring.version>5.1.4.RELEASE</spring.version>
<spring-webflow.groupId>org.springframework.webflow</spring-webflow.groupId>
<spring-webflow.version>2.5.1.RELEASE</spring-webflow.version>
+ <velocity.version>1.7</velocity.version>
<xmlsec.version>2.1.2</xmlsec.version>
<xmlunit.version>2.5.1</xmlunit.version>
@@ -72,7 +73,7 @@
<spring-framework.link>https://docs.spring.io/spring/docs/${spring.version}/javadoc-api/</spring-framework.link>
<spring-webflow.link>https://docs.spring.io/spring-webflow/docs/${spring-webflow.version}/api/</spring-webflow.link>
<testng.link>https://jitpack.io/com/github/cbeust/testng/master/javadoc/</testng.link>
- <velocity.link>http://velocity.apache.org/engine/1.7/apidocs/</velocity.link>
+ <velocity.link>http://velocity.apache.org/engine/${velocity.version}/apidocs/</velocity.link>
<xmlsec.link>http://santuario.apache.org/Java/api/</xmlsec.link>
<!--
@@ -360,7 +361,7 @@
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
- <version>1.7</version>
+ <version>${velocity.version}</version>
<exclusions>
<exclusion>
<groupId>oro</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list