You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/08/30 19:54:02 UTC

[commons-text] 01/01: Update POM version numbers for Apache Commons Text release 1.8

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-text.git

commit b63df8d66e8306b2608c16be3661248348e78a2f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Aug 30 15:53:25 2019 -0400

    Update POM version numbers for Apache Commons Text release 1.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 582335e..65627ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <version>48</version>
   </parent>
   <artifactId>commons-text</artifactId>
-  <version>1.8-SNAPSHOT</version>
+  <version>1.8</version>
   <name>Apache Commons Text</name>
   <description>Apache Commons Text is a library focused on algorithms working on strings.</description>
   <url>https://commons.apache.org/proper/commons-text</url>