[maven-release-plugin] prepare release opennlp-1.7.0

Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo
Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/7a713cfa
Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/7a713cfa
Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/7a713cfa

Branch: refs/heads/parser_regression
Commit: 7a713cfa6ac7196a4c17e943db6ad1d8517d417a
Parents: d71eb53
Author: William D C M SILVA <[email protected]>
Authored: Fri Dec 30 21:07:21 2016 -0200
Committer: William D C M SILVA <[email protected]>
Committed: Fri Dec 30 21:07:21 2016 -0200

----------------------------------------------------------------------
 opennlp-brat-annotator/pom.xml   |   5 +-
 opennlp-distr/pom.xml            |   2 +-
 opennlp-docs/pom.xml             |   2 +-
 opennlp-morfologik-addon/pom.xml | 177 +++++++++++++++++-----------------
 opennlp-tools/pom.xml            |   2 +-
 opennlp-uima/pom.xml             |   2 +-
 pom.xml                          |   4 +-
 7 files changed, 96 insertions(+), 98 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/opennlp/blob/7a713cfa/opennlp-brat-annotator/pom.xml
----------------------------------------------------------------------
diff --git a/opennlp-brat-annotator/pom.xml b/opennlp-brat-annotator/pom.xml
index 1007f61..56544f0 100644
--- a/opennlp-brat-annotator/pom.xml
+++ b/opennlp-brat-annotator/pom.xml
@@ -11,14 +11,13 @@
        OF ANY KIND, either express or implied. See the License for the 
specific 
        language governing permissions and limitations under the License. -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
        <modelVersion>4.0.0</modelVersion>
 
        <parent>
                <groupId>org.apache.opennlp</groupId>
                <artifactId>opennlp</artifactId>
-               <version>1.7.0-SNAPSHOT</version>
+               <version>1.7.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/opennlp/blob/7a713cfa/opennlp-distr/pom.xml
----------------------------------------------------------------------
diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml
index 91fb0f3..a57aa54 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.7.0-SNAPSHOT</version>
+               <version>1.7.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/opennlp/blob/7a713cfa/opennlp-docs/pom.xml
----------------------------------------------------------------------
diff --git a/opennlp-docs/pom.xml b/opennlp-docs/pom.xml
index 18c0b3e..e67242d 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.7.0-SNAPSHOT</version>
+       <version>1.7.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   

http://git-wip-us.apache.org/repos/asf/opennlp/blob/7a713cfa/opennlp-morfologik-addon/pom.xml
----------------------------------------------------------------------
diff --git a/opennlp-morfologik-addon/pom.xml b/opennlp-morfologik-addon/pom.xml
index 78a4ef9..436410e 100644
--- a/opennlp-morfologik-addon/pom.xml
+++ b/opennlp-morfologik-addon/pom.xml
@@ -1,89 +1,88 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one
-   or more contributor license agreements.  See the NOTICE file
-   distributed with this work for additional information
-   regarding copyright ownership.  The ASF licenses this file
-   to you under the Apache License, Version 2.0 (the
-   "License"); you may not use this file except in compliance
-   with the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing,
-   software distributed under the License is distributed on an
-   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-   KIND, either express or implied.  See the License for the
-   specific language governing permissions and limitations
-   under the License.    
--->
-
-       <modelVersion>4.0.0</modelVersion>
-
-       <parent>
-               <groupId>org.apache.opennlp</groupId>
-               <artifactId>opennlp</artifactId>
-               <version>1.7.0-SNAPSHOT</version>
-               <relativePath>../pom.xml</relativePath>
-       </parent>
-
-       <artifactId>opennlp-morfologik-addon</artifactId>
-       <packaging>jar</packaging>
-       <name>Apache OpenNLP Morfologik Addon</name>
-
-       <url>http://maven.apache.org</url>
-
-       <properties>
-               
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-       </properties>
-
-       <dependencies>
-               <dependency>
-                       <groupId>org.carrot2</groupId>
-                       <artifactId>morfologik-stemming</artifactId>
-                       <version>2.1.0</version>
-                       <scope>compile</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.carrot2</groupId>
-                       <artifactId>morfologik-tools</artifactId>
-                       <version>2.1.0</version>
-                       <scope>compile</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.apache.opennlp</groupId>
-                       <artifactId>opennlp-tools</artifactId>
-               </dependency>
-
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <scope>test</scope>
-               </dependency>
-
-       </dependencies>
-
-       <build>
-               <plugins>
-                       <plugin>
-                       <groupId>org.apache.rat</groupId>
-                       <artifactId>apache-rat-plugin</artifactId>
-                       <executions>
-                         <execution>
-                           <id>default-cli</id>
-                           <configuration>
-                             <excludes>
-                               <!-- test data -->
-                               <exclude>src/test/resources/*.txt</exclude>
-                                               
<exclude>src/test/resources/*.info</exclude>
-                             </excludes>
-                           </configuration>
-                         </execution>
-                       </executions>
-               </plugin>
-               </plugins>
-       </build>
-</project>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
+
+       <modelVersion>4.0.0</modelVersion>
+
+       <parent>
+               <groupId>org.apache.opennlp</groupId>
+               <artifactId>opennlp</artifactId>
+               <version>1.7.0</version>
+               <relativePath>../pom.xml</relativePath>
+       </parent>
+
+       <artifactId>opennlp-morfologik-addon</artifactId>
+       <packaging>jar</packaging>
+       <name>Apache OpenNLP Morfologik Addon</name>
+
+       <url>http://maven.apache.org</url>
+
+       <properties>
+               
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+       </properties>
+
+       <dependencies>
+               <dependency>
+                       <groupId>org.carrot2</groupId>
+                       <artifactId>morfologik-stemming</artifactId>
+                       <version>2.1.0</version>
+                       <scope>compile</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.carrot2</groupId>
+                       <artifactId>morfologik-tools</artifactId>
+                       <version>2.1.0</version>
+                       <scope>compile</scope>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.apache.opennlp</groupId>
+                       <artifactId>opennlp-tools</artifactId>
+               </dependency>
+
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <scope>test</scope>
+               </dependency>
+
+       </dependencies>
+
+       <build>
+               <plugins>
+                       <plugin>
+                       <groupId>org.apache.rat</groupId>
+                       <artifactId>apache-rat-plugin</artifactId>
+                       <executions>
+                         <execution>
+                           <id>default-cli</id>
+                           <configuration>
+                             <excludes>
+                               <!-- test data -->
+                               <exclude>src/test/resources/*.txt</exclude>
+                                               
<exclude>src/test/resources/*.info</exclude>
+                             </excludes>
+                           </configuration>
+                         </execution>
+                       </executions>
+               </plugin>
+               </plugins>
+       </build>
+</project>

http://git-wip-us.apache.org/repos/asf/opennlp/blob/7a713cfa/opennlp-tools/pom.xml
----------------------------------------------------------------------
diff --git a/opennlp-tools/pom.xml b/opennlp-tools/pom.xml
index 9e86eb0..3d7e41f 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.7.0-SNAPSHOT</version>
+    <version>1.7.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
     

http://git-wip-us.apache.org/repos/asf/opennlp/blob/7a713cfa/opennlp-uima/pom.xml
----------------------------------------------------------------------
diff --git a/opennlp-uima/pom.xml b/opennlp-uima/pom.xml
index 7d00ab5..83609b0 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.7.0-SNAPSHOT</version>
+           <version>1.7.0</version>
            <relativePath>../pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/opennlp/blob/7a713cfa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2138031..f1d0ec0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
        <groupId>org.apache.opennlp</groupId>
        <artifactId>opennlp</artifactId>
-       <version>1.7.0-SNAPSHOT</version>
+       <version>1.7.0</version>
        <packaging>pom</packaging>
 
        <name>Apache OpenNLP Reactor</name>
@@ -40,7 +40,7 @@
                
<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>
-               <tag>HEAD</tag>
+               <tag>opennlp-1.7.0</tag>
        </scm>
 
        <mailingLists>

Reply via email to