From 3cfa825f863e2401f094a7e347bef35bd0462f62 Mon Sep 17 00:00:00 2001 From: Pascal Essiembre Date: Sun, 2 Jan 2022 00:49:02 -0500 Subject: [PATCH] Preparing for release. --- CHANGES.xml | 26 +++++++++++++------------- pom.xml | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CHANGES.xml b/CHANGES.xml index e670c225..591406b8 100644 --- a/CHANGES.xml +++ b/CHANGES.xml @@ -7,16 +7,18 @@ - + + + + Improved XML matching of partial "class" names to prioritize exact segment matches (class names and package segments). - - - + + + Configuration variable resolution order now is: system properties, environment variables, properties file, variables file. @@ -25,10 +27,9 @@ Fixed CachedInputStream sometimes returning invalid bytes when re-read from cache and byte values are higher than 127. - - + + New XMLFlow class for treating XML block as being a mix of predicate and consumer classes to create an execution "flow" @@ -69,10 +70,9 @@ Fixed PercentFormatter throwing exception on zero-value denominator. - - - + + + New ExceptionUtil class. diff --git a/pom.xml b/pom.xml index 8fb70fd0..3ebb0b20 100644 --- a/pom.xml +++ b/pom.xml @@ -20,10 +20,10 @@ com.norconex.commons norconex-commons-maven-parent - 1.0.0-SNAPSHOT + 1.0.0 norconex-commons-lang - 2.0.0-SNAPSHOT + 2.0.0 jar Norconex Commons Lang