You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2017/07/04 12:59:10 UTC

[opennlp] branch master updated (2b13a14 -> 733a103)

This is an automated email from the ASF dual-hosted git repository.

joern pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp.git.


    from 2b13a14  OPENNLP-1084: Documents language detector usage and training
     new 06b2328  test
     new 733a103  [maven-release-plugin] prepare release opennlp-1.8.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 opennlp-brat-annotator/pom.xml   | 2 +-
 opennlp-distr/pom.xml            | 2 +-
 opennlp-docs/pom.xml             | 2 +-
 opennlp-morfologik-addon/pom.xml | 2 +-
 opennlp-tools/pom.xml            | 2 +-
 opennlp-uima/pom.xml             | 2 +-
 pom.xml                          | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@opennlp.apache.org" <co...@opennlp.apache.org>'].

[opennlp] 01/02: test

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

joern pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp.git

commit 06b23284664602985bdd24c69f3fd923a15fa216
Author: Jörn Kottmann <jo...@apache.org>
AuthorDate: Tue Jul 4 13:00:44 2017 +0200

    test

-- 
To stop receiving notification emails like this one, please contact
"commits@opennlp.apache.org" <co...@opennlp.apache.org>.

[opennlp] 02/02: [maven-release-plugin] prepare release opennlp-1.8.1

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

joern pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp.git

commit 733a1033ba244d53f937a1b2cb915521ad4d04ff
Author: Jörn Kottmann <jo...@apache.org>
AuthorDate: Tue Jul 4 14:59:06 2017 +0200

    [maven-release-plugin] prepare release opennlp-1.8.1
---
 opennlp-brat-annotator/pom.xml   | 2 +-
 opennlp-distr/pom.xml            | 2 +-
 opennlp-docs/pom.xml             | 2 +-
 opennlp-morfologik-addon/pom.xml | 2 +-
 opennlp-tools/pom.xml            | 2 +-
 opennlp-uima/pom.xml             | 2 +-
 pom.xml                          | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/opennlp-brat-annotator/pom.xml b/opennlp-brat-annotator/pom.xml
index 0791e6b..309cc29 100644
--- a/opennlp-brat-annotator/pom.xml
+++ b/opennlp-brat-annotator/pom.xml
@@ -17,7 +17,7 @@
 	<parent>
 		<groupId>org.apache.opennlp</groupId>
 		<artifactId>opennlp</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml
index 881b92b..1bcfd3f 100644
--- a/opennlp-distr/pom.xml
+++ b/opennlp-distr/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.opennlp</groupId>
 		<artifactId>opennlp</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/opennlp-docs/pom.xml b/opennlp-docs/pom.xml
index 312f6b8..e81e9ec 100644
--- a/opennlp-docs/pom.xml
+++ b/opennlp-docs/pom.xml
@@ -24,7 +24,7 @@
   <parent>
 	<groupId>org.apache.opennlp</groupId>
 	<artifactId>opennlp</artifactId>
-	<version>1.8.1-SNAPSHOT</version>
+	<version>1.8.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   
diff --git a/opennlp-morfologik-addon/pom.xml b/opennlp-morfologik-addon/pom.xml
index 144027b..d36f14c 100644
--- a/opennlp-morfologik-addon/pom.xml
+++ b/opennlp-morfologik-addon/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.opennlp</groupId>
 		<artifactId>opennlp</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/opennlp-tools/pom.xml b/opennlp-tools/pom.xml
index 4a1eb89..e86d2ec 100644
--- a/opennlp-tools/pom.xml
+++ b/opennlp-tools/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
     
diff --git a/opennlp-uima/pom.xml b/opennlp-uima/pom.xml
index 73144f0..0c4c360 100644
--- a/opennlp-uima/pom.xml
+++ b/opennlp-uima/pom.xml
@@ -25,7 +25,7 @@
 	<parent>
 	    <groupId>org.apache.opennlp</groupId>
 	    <artifactId>opennlp</artifactId>
-	    <version>1.8.1-SNAPSHOT</version>
+	    <version>1.8.1</version>
 	    <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/pom.xml b/pom.xml
index d9ea2b6..2a181e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
 	<groupId>org.apache.opennlp</groupId>
 	<artifactId>opennlp</artifactId>
-	<version>1.8.1-SNAPSHOT</version>
+	<version>1.8.1</version>
 	<packaging>pom</packaging>
 
 	<name>Apache OpenNLP Reactor</name>
@@ -40,7 +40,7 @@
 		<connection>scm:git:https://github.com/apache/opennlp.git</connection>
 		<developerConnection>scm:git:git@github.com:apache/opennlp.git</developerConnection>
 		<url>https://github.com/apache/opennlp.git</url>
-		<tag>HEAD</tag>
+		<tag>opennlp-1.8.1</tag>
 	</scm>
 
 	<mailingLists>

-- 
To stop receiving notification emails like this one, please contact
"commits@opennlp.apache.org" <co...@opennlp.apache.org>.