This is an automated email from the ASF dual-hosted git repository.
smarthi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/master by this push:
new 89b52b0 OPENNLP-1112: Travis should publish daily snapshot builds
89b52b0 is described below
commit 89b52b00396e3237192d113051eba448b6d01beb
Author: smarthi <[email protected]>
AuthorDate: Sat Jul 8 05:57:24 2017 -0400
OPENNLP-1112: Travis should publish daily snapshot builds
---
pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/pom.xml b/pom.xml
index b75b8e4..00714cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,17 @@
<tag>HEAD</tag>
</scm>
+ <repositories>
+ <repository>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+ <url>http://repository.apache.org/snapshots</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
<mailingLists>
<mailingList>
<name>Apache OpenNLP Users</name>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].