Repository: maven-indexer Updated Branches: refs/heads/master 182cfb386 -> 1791788e6
fixed typo Project: http://git-wip-us.apache.org/repos/asf/maven-indexer/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-indexer/commit/1791788e Tree: http://git-wip-us.apache.org/repos/asf/maven-indexer/tree/1791788e Diff: http://git-wip-us.apache.org/repos/asf/maven-indexer/diff/1791788e Branch: refs/heads/master Commit: 1791788e6171b2b5bf6b4b210079934915762dba Parents: 182cfb3 Author: Hervé Boutemy <hbout...@apache.org> Authored: Sat Nov 25 13:25:05 2017 +0100 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Sat Nov 25 13:25:05 2017 +0100 ---------------------------------------------------------------------- indexer-reader/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-indexer/blob/1791788e/indexer-reader/pom.xml ---------------------------------------------------------------------- diff --git a/indexer-reader/pom.xml b/indexer-reader/pom.xml index 11a9ffe..5c1cd0b 100644 --- a/indexer-reader/pom.xml +++ b/indexer-reader/pom.xml @@ -32,9 +32,9 @@ under the License. <name>Maven :: Indexer Reader</name> <description> - Indexer Reader is a minimal dep-less library that is able to read published (remote) index with incremental update + Indexer Reader is a dependency-less library that is able to read published (remote) index with incremental update support, making user able to integrate published Maven Indexes into any engine without depending on - maven-indexer-core and it's transitive dependencies. + maven-indexer-core and its transitive dependencies. </description> <dependencies>