This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
commit f6b57ffdcd77fa6cc0cefc1a58c348e008a67609 Author: henrib <hen...@apache.org> AuthorDate: Thu Jul 16 10:55:06 2020 +0200 JEXL: preparing release 3.2 --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 069260d..83ed8fd 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,8 @@ <artifactId>commons-jexl3</artifactId> <version>3.2-SNAPSHOT</version> <name>Apache Commons JEXL</name> - <description>The Apache Commons JEXL library is an implementation of a Java-symbiotic Expression Language.</description> + <description>JEXL is a library intended to facilitate the implementation of scripting features in + applications and frameworks written in Java.</description> <url>https://commons.apache.org/proper/commons-jexl/</url> <inceptionYear>2001</inceptionYear> @@ -51,7 +52,7 @@ <commons.release.3.binary.suffix /> <commons.jira.id>JEXL</commons.jira.id> <commons.jira.pid>12310479</commons.jira.pid> - <checkstyle.plugin.version>2.17</checkstyle.plugin.version> + <checkstyle.plugin.version>3.1.1</checkstyle.plugin.version> <checksyle.version>8.18</checksyle.version> <!--