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 3660b19 OPENNLP-1109: Change repositories in pom.xml to use GitHub
repo
3660b19 is described below
commit 3660b195074d9ac209708a577bc372a13ead908d
Author: smarthi <[email protected]>
AuthorDate: Mon Jul 3 15:45:34 2017 -0400
OPENNLP-1109: Change repositories in pom.xml to use GitHub repo
---
opennlp-tools/pom.xml | 19 +++++++------------
pom.xml | 6 +++---
2 files changed, 10 insertions(+), 15 deletions(-)
diff --git a/opennlp-tools/pom.xml b/opennlp-tools/pom.xml
index 1517336..4a1eb89 100644
--- a/opennlp-tools/pom.xml
+++ b/opennlp-tools/pom.xml
@@ -85,6 +85,13 @@
</manifest>
</archive>
</configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
<plugin>
@@ -116,18 +123,6 @@
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>test-jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
</plugins>
</build>
</project>
diff --git a/pom.xml b/pom.xml
index 2a56fcb..d9ea2b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,9 +37,9 @@
<name>Apache OpenNLP Reactor</name>
<scm>
-
<connection>scm:git:[email protected]:apache/opennlp.git</connection>
-
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/opennlp.git</developerConnection>
- <url>https://git-wip-us.apache.org/repos/asf?p=opennlp.git</url>
+
<connection>scm:git:https://github.com/apache/opennlp.git</connection>
+
<developerConnection>scm:git:[email protected]:apache/opennlp.git</developerConnection>
+ <url>https://github.com/apache/opennlp.git</url>
<tag>HEAD</tag>
</scm>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].