From cd8db97d88c7f4d7e388185fdcccf916b5132e2d Mon Sep 17 00:00:00 2001 From: Pascal Essiembre Date: Sat, 21 Dec 2019 23:01:48 -0500 Subject: [PATCH] Preparing for release. --- norconex-commons-lang/pom.xml | 4 ++-- norconex-commons-lang/src/changes/changes.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/norconex-commons-lang/pom.xml b/norconex-commons-lang/pom.xml index 770dcc0c..c27e9185 100644 --- a/norconex-commons-lang/pom.xml +++ b/norconex-commons-lang/pom.xml @@ -19,7 +19,7 @@ 4.0.0 com.norconex.commons norconex-commons-lang - 1.15.1-SNAPSHOT + 1.15.1 jar Norconex Commons Lang @@ -27,7 +27,7 @@ UTF-8 UTF-8 - 1.15.0 + 1.15.1 3.6 1.10 diff --git a/norconex-commons-lang/src/changes/changes.xml b/norconex-commons-lang/src/changes/changes.xml index 98773eb0..1ac97f74 100644 --- a/norconex-commons-lang/src/changes/changes.xml +++ b/norconex-commons-lang/src/changes/changes.xml @@ -7,7 +7,7 @@ - + Added new normalization rules to URLNormalizer: removeQueryString, lowerCase, lowerCasePath, lowerCaseQuery, lowerCaseQueryParameterNames,