This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 4123b64 velocity-engine-core 2.0 -> 2.1. 4123b64 is described below commit 4123b649604d7a5da3fa9f5cebd06f0041783163 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sun Apr 7 10:26:53 2019 -0400 velocity-engine-core 2.0 -> 2.1. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 232a4fd..a87d668 100755 --- a/pom.xml +++ b/pom.xml @@ -215,7 +215,7 @@ <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity-engine-core</artifactId> - <version>2.0</version> + <version>2.1</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bd9061c..55e1d59 100755 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -34,6 +34,7 @@ <action type="update" dev="ggregory">maven-pmd-plugin 3.9.0 -> 3.11.0</action> <action type="update" dev="ggregory">commons-build-plugin 1.8 -> 1.10</action> <action type="update" dev="ggregory">commons.jacoco.version 0.8.2 -> 0.8.3</action> + <action type="update" dev="ggregory">velocity-engine-core 2.0 -> 2.1</action> </release> <release version="1.6" date="2019-03-08" description="Version 1.6">