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

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


The following commit(s) were added to refs/heads/release/224-uimafit-3_4_0 by 
this push:
     new fa721cd  Issue #224: Apache UIMA uimaFIT 3.4.0
fa721cd is described below

commit fa721cdf146616ae31118f7edab6eb6f0dcd3d59
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Thu Feb 2 12:58:01 2023 +0100

    Issue #224: Apache UIMA uimaFIT 3.4.0
    
    - Remove snapshot repository declaration
    - Update API comparison check
---
 uimafit-parent/pom.xml | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/uimafit-parent/pom.xml b/uimafit-parent/pom.xml
index 45a463c..cfcec63 100644
--- a/uimafit-parent/pom.xml
+++ b/uimafit-parent/pom.xml
@@ -46,24 +46,10 @@
     <url>https://github.com/apache/uima-uimafit</url>
   </scm>
 
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>https://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-  
   <properties>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
-    <api_check_oldVersion>3.2.0</api_check_oldVersion>
+    <api_check_oldVersion>3.3.0</api_check_oldVersion>
 
     <assertj-version>3.22.0</assertj-version>
     <commons-io-version>2.11.0</commons-io-version>

Reply via email to