Skip to content

Commit

Permalink
Merge pull request #14 from eXist-db/bump-package-and-commons-text-ve…
Browse files Browse the repository at this point in the history
…rsion-numbers

Bump commons-text version number with setting the package version to …
  • Loading branch information
duncdrum authored Oct 20, 2022
2 parents c642827 + 1e90137 commit 4ed4782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>org.exist-db</groupId>
<artifactId>commons-text-functions</artifactId>
<version>1.3.2</version>
<version>1.10.0</version>

<name>Apache Commons Text Functions</name>
<description>This is a library function module for eXist-db that wraps the specifically finding the similarities and distances between strings</description>
Expand Down Expand Up @@ -49,7 +49,6 @@
<project.build.target>1.8</project.build.target>

<exist.version>6.0.0</exist.version>
<commons.text.version>1.9</commons.text.version>

<!-- used in the EXPath Package Descriptor -->
<package-name>http://exist-db.org/xquery/commons-text</package-name>
Expand All @@ -68,7 +67,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>${commons.text.version}</version>
<version>${project.version}</version>
</dependency>

<!-- test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion xar-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependencySet>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>${commons.text.version}</version>
<version>${project.version}</version>
</dependencySet>
</dependencySets>

Expand Down

0 comments on commit 4ed4782

Please sign in to comment.