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 2021/03/04 11:20:24 UTC

[uima-uimaj] 02/02: [UIMA-6316] Stop using the deprecated Pack200 when building update sites

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

rec pushed a commit to branch feature/UIMA-6316-Stop-using-the-deprecated-Pack200-when-building-update-sites
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 34184b25081dec4ec86ccef1756c6bdf97dc84ea
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Mar 4 12:20:12 2021 +0100

    [UIMA-6316] Stop using the deprecated Pack200 when building update sites
    
    - Adjust version
---
 uimaj-eclipse-update-site/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uimaj-eclipse-update-site/pom.xml b/uimaj-eclipse-update-site/pom.xml
index ca5eb7f..c5b7f0b 100644
--- a/uimaj-eclipse-update-site/pom.xml
+++ b/uimaj-eclipse-update-site/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.10.3</version>  <!-- change to non-snapshot version after release of uimaj-parent -->
+    <version>2.10.5-SNAPSHOT</version>  <!-- change to non-snapshot version after release of uimaj-parent -->
     <relativePath />
   </parent>