You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/03/05 04:05:32 UTC

[5/7] [text] Updated README.md in preparation for 1.0 release

Updated README.md in preparation for 1.0 release


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/a22f4aa6
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/a22f4aa6
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/a22f4aa6

Branch: refs/heads/release
Commit: a22f4aa6116f771dd125a71f3117d1a3d23cfe18
Parents: bfdd0aa
Author: Rob Tompkins <ch...@apache.org>
Authored: Sat Mar 4 22:59:35 2017 -0500
Committer: Rob Tompkins <ch...@apache.org>
Committed: Sat Mar 4 22:59:35 2017 -0500

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/a22f4aa6/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index efec318..ef228e8 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-text</artifactId>
-  <version>1.0-beta-1</version>
+  <version>1.0</version>
 </dependency>
 ```