Repository: commons-text Updated Branches: refs/heads/master 69a2706d7 -> 3d613bab3
(pom) add proper <url> tag Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/3d613bab Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/3d613bab Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/3d613bab Branch: refs/heads/master Commit: 3d613bab3a42944d6407026630e71805d1e84ae2 Parents: 69a2706 Author: Rob Tompkins <[email protected]> Authored: Mon May 21 09:15:26 2018 -0400 Committer: Rob Tompkins <[email protected]> Committed: Mon May 21 09:15:26 2018 -0400 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/3d613bab/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5cb4ca0..45ef415 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,7 @@ <version>1.4-SNAPSHOT</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> <properties> <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
