Repository: opennlp Updated Branches: refs/heads/master 6545ef9f1 -> e0612227a
OPENNLP-945: Enable Coveralls.io code coverage for OpenNLP, this closes apache/opennlp#68 Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/e0612227 Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/e0612227 Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/e0612227 Branch: refs/heads/master Commit: e0612227af58b0d882cca382c655692a1ed768ad Parents: 6545ef9 Author: smarthi <[email protected]> Authored: Mon Jan 16 21:34:01 2017 -0500 Committer: smarthi <[email protected]> Committed: Mon Jan 16 21:34:01 2017 -0500 ---------------------------------------------------------------------- README.md | 4 ++++ pom.xml | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp/blob/e0612227/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 01459b2..f30c5b3 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ Welcome to Apache OpenNLP! [](https://travis-ci.org/apache/opennlp) [](https://coveralls.io/github/apache/opennlp?branch=master) +[](https://raw.githubusercontent.com/apache/opennlp/master/LICENSE) +[](https://github.com/apache/opennlp/network) +[](https://github.com/apache/opennlp/stargazers) +[](https://twitter.com/ApacheOpenNLP) The Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text. It supports the most common NLP tasks, such as tokenization, sentence segmentation, http://git-wip-us.apache.org/repos/asf/opennlp/blob/e0612227/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0e4c02e..3b3eeec 100644 --- a/pom.xml +++ b/pom.xml @@ -124,6 +124,7 @@ <junit.version>4.12</junit.version> <checkstyle.plugin.version>2.17</checkstyle.plugin.version> <opennlp.forkCount>1.0C</opennlp.forkCount> + <coveralls.maven.plugin>4.3.0</coveralls.maven.plugin> </properties> <build> @@ -196,7 +197,7 @@ <plugin> <groupId>org.eluder.coveralls</groupId> <artifactId>coveralls-maven-plugin</artifactId> - <version>4.3.0</version> + <version>${coveralls.maven.plugin}</version> </plugin> </plugins>
