You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2018/08/16 05:50:21 UTC

[uima-uimafit] 01/02: No Jira. Update Maven Release Plugin.

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

rec pushed a commit to branch release/3.0.0
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git

commit 8018ec48e512d4c1db765a95d384724202335323
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Aug 16 07:48:15 2018 +0200

    No Jira. Update Maven Release Plugin.
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 42bcf8b..41ad0ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,6 +117,11 @@
             </execution>
           </executions>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.5.3</version>
+        </plugin>
       </plugins>
     </pluginManagement>
 	</build>