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/06/30 13:55:09 UTC

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

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 fab926220dc45b5f7fb441b850832b7654a01020
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jun 30 09:53:52 2019 -0400

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

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