You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jz...@apache.org on 2018/06/22 15:48:37 UTC

[opennlp] branch master updated (45f2c2a -> 8045cb2)

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

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


    from 45f2c2a  [maven-release-plugin] prepare for next development iteration
     new b30871d  Revert "[maven-release-plugin] prepare for next development iteration"
     new 8045cb2  Revert "[maven-release-plugin] prepare release 1.9.0"

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                          | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)


[opennlp] 01/02: Revert "[maven-release-plugin] prepare for next development iteration"

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

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

commit b30871dbb656700842729cbbad85319570eb9a33
Author: jzonthemtn <jz...@apache.org>
AuthorDate: Fri Jun 22 11:48:03 2018 -0400

    Revert "[maven-release-plugin] prepare for next development iteration"
    
    This reverts commit 45f2c2ae765dd9633a4ee8a5351ed112973bbc94.
---
 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 19b93f4..00dbe14 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.9.1-SNAPSHOT</version>
+		<version>1.9.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml
index e89288c..19f43bb 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.9.1-SNAPSHOT</version>
+		<version>1.9.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/opennlp-docs/pom.xml b/opennlp-docs/pom.xml
index 9565d8b..0bd2987 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.9.1-SNAPSHOT</version>
+	<version>1.9.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   
diff --git a/opennlp-morfologik-addon/pom.xml b/opennlp-morfologik-addon/pom.xml
index dd14c86..cfb3647 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.9.1-SNAPSHOT</version>
+		<version>1.9.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/opennlp-tools/pom.xml b/opennlp-tools/pom.xml
index dfd7f82..d4c2726 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.9.1-SNAPSHOT</version>
+    <version>1.9.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
     
diff --git a/opennlp-uima/pom.xml b/opennlp-uima/pom.xml
index 83f6119..4576598 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.9.1-SNAPSHOT</version>
+	    <version>1.9.0</version>
 	    <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/pom.xml b/pom.xml
index 37a37e4..dda85b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
 	<groupId>org.apache.opennlp</groupId>
 	<artifactId>opennlp</artifactId>
-	<version>1.9.1-SNAPSHOT</version>
+	<version>1.9.0</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>1.9.0</tag>
 	</scm>
 
 	<repositories>


[opennlp] 02/02: Revert "[maven-release-plugin] prepare release 1.9.0"

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

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

commit 8045cb22045763e1ede117977bf52fbdf7b916a8
Author: jzonthemtn <jz...@apache.org>
AuthorDate: Fri Jun 22 11:48:13 2018 -0400

    Revert "[maven-release-plugin] prepare release 1.9.0"
    
    This reverts commit 769cc9711244b672abcfb1b1eb9e3e96ed9f19c9.
---
 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 00dbe14..25f6a71 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.9.0</version>
+		<version>1.8.5-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml
index 19f43bb..45a0f71 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.9.0</version>
+		<version>1.8.5-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/opennlp-docs/pom.xml b/opennlp-docs/pom.xml
index 0bd2987..d8dcbb2 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.9.0</version>
+	<version>1.8.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   
diff --git a/opennlp-morfologik-addon/pom.xml b/opennlp-morfologik-addon/pom.xml
index cfb3647..a20876f 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.9.0</version>
+		<version>1.8.5-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/opennlp-tools/pom.xml b/opennlp-tools/pom.xml
index d4c2726..eb0d13f 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.9.0</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
     
diff --git a/opennlp-uima/pom.xml b/opennlp-uima/pom.xml
index 4576598..f280ad3 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.9.0</version>
+	    <version>1.8.5-SNAPSHOT</version>
 	    <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/pom.xml b/pom.xml
index dda85b2..b9e022f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
 	<groupId>org.apache.opennlp</groupId>
 	<artifactId>opennlp</artifactId>
-	<version>1.9.0</version>
+	<version>1.8.5-SNAPSHOT</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>1.9.0</tag>
+		<tag>HEAD</tag>
 	</scm>
 
 	<repositories>