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/05/18 20:43:22 UTC

[uima-uimafit] branch feature/5323-uimav3 created (now a0763c6)

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

rec pushed a change to branch feature/5323-uimav3
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git.


      at a0763c6  [UIMA-5323] Adjust uimaFIT v3 branch to actually build against UIMA v3

This branch includes the following new commits:

     new a0763c6  [UIMA-5323] Adjust uimaFIT v3 branch to actually build against UIMA v3

The 1 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.


-- 
To stop receiving notification emails like this one, please contact
rec@apache.org.

[uima-uimafit] 01/01: [UIMA-5323] Adjust uimaFIT v3 branch to actually build against UIMA v3

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

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

commit a0763c68be65902adabb31f705f7c6057853bb97
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri May 18 22:43:16 2018 +0200

    [UIMA-5323] Adjust uimaFIT v3 branch to actually build against UIMA v3
    
    - Fix bad parent version
    - Depend on UIMA 3.0.0 (release version)
---
 uimafit-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uimafit-parent/pom.xml b/uimafit-parent/pom.xml
index d6adaef..57d5d85 100644
--- a/uimafit-parent/pom.xml
+++ b/uimafit-parent/pom.xml
@@ -15,7 +15,7 @@
 	<inceptionYear>2012</inceptionYear>
 	<properties>
 		<spring.version>3.2.16.RELEASE</spring.version>
-		<uima.version>3.0.1-beta-SNAPSHOT</uima.version>
+		<uima.version>3.0.0</uima.version>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <compat.previous.version>2.1.0</compat.previous.version>

-- 
To stop receiving notification emails like this one, please contact
rec@apache.org.