From 1e90137540b3d2fbf6293dc30bde6296185d3f8f Mon Sep 17 00:00:00 2001 From: Loren Cahlander Date: Wed, 19 Oct 2022 10:52:40 -0400 Subject: [PATCH] Bump commons-text version number with setting the package version to the same --- pom.xml | 5 ++--- xar-assembly.xml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 7be1ffd..0bedd8b 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.exist-db commons-text-functions - 1.3.2 + 1.10.0 Apache Commons Text Functions This is a library function module for eXist-db that wraps the specifically finding the similarities and distances between strings @@ -49,7 +49,6 @@ 1.8 6.0.0 - 1.9 http://exist-db.org/xquery/commons-text @@ -68,7 +67,7 @@ org.apache.commons commons-text - ${commons.text.version} + ${project.version} diff --git a/xar-assembly.xml b/xar-assembly.xml index 0e353ae..b3ee00f 100644 --- a/xar-assembly.xml +++ b/xar-assembly.xml @@ -50,7 +50,7 @@ org.apache.commons commons-text - ${commons.text.version} + ${project.version}