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

rec pushed a commit to branch refactoring/325-Update-dependencies
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 0de7cbac4ef7046c9d2d43f18193e656ba8ef442
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Mon Jul 10 12:59:06 2023 +0200

    Issue #325: Update dependencies
    
    * UIMA Parent POM 16 -> 17-SNAPSHOT (for Tycho 3.0.5)
---
 jcasgen-maven-plugin/src/it/classpath/pom.xml           | 17 ++++-------------
 jcasgen-maven-plugin/src/it/m2e/pom.xml                 | 11 ++---------
 .../src/it/multimodule/crossref1/pom.xml                | 17 ++++-------------
 .../src/it/multimodule/crossref2/pom.xml                | 17 ++++-------------
 jcasgen-maven-plugin/src/it/simple/pom.xml              | 17 ++++-------------
 uimaj-parent/pom.xml                                    |  2 +-
 6 files changed, 19 insertions(+), 62 deletions(-)

diff --git a/jcasgen-maven-plugin/src/it/classpath/pom.xml 
b/jcasgen-maven-plugin/src/it/classpath/pom.xml
index a76f9304c..5511cdb19 100644
--- a/jcasgen-maven-plugin/src/it/classpath/pom.xml
+++ b/jcasgen-maven-plugin/src/it/classpath/pom.xml
@@ -23,20 +23,11 @@
        <groupId>test</groupId>
        <artifactId>classpath</artifactId>
        <version>1.0.0-SNAPSHOT</version>
+  <properties>
+    <maven.compiler.target>1.8</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+  </properties>
        <build>
-    <!-- https://issues.apache.org/jira/browse/UIMA-5368 -->
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.1</version>
-          <configuration>
-            <source>1.7</source>
-            <target>1.7</target>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>    
                <plugins>
                        <plugin>
                                <groupId>org.apache.uima</groupId>
diff --git a/jcasgen-maven-plugin/src/it/m2e/pom.xml 
b/jcasgen-maven-plugin/src/it/m2e/pom.xml
index 7157517fe..000d403e5 100644
--- a/jcasgen-maven-plugin/src/it/m2e/pom.xml
+++ b/jcasgen-maven-plugin/src/it/m2e/pom.xml
@@ -44,20 +44,13 @@
                <tycho-version>0.15.0</tycho-version>
                <main.project.version>@project.version@</main.project.version>
                
<main.localRepositoryUrl>@localRepositoryUrl@</main.localRepositoryUrl>
+    <maven.compiler.target>1.8</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
        </properties>
        <build>
     <!-- https://issues.apache.org/jira/browse/UIMA-5368 -->
     <pluginManagement>
       <plugins>
-        <plugin>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.1</version>
-          <configuration>
-            <source>1.7</source>
-            <target>1.7</target>
-          </configuration>
-        </plugin>
-        
         <plugin>
           <groupId>org.eclipse.tycho</groupId>
           <artifactId>tycho-surefire-plugin</artifactId>
diff --git a/jcasgen-maven-plugin/src/it/multimodule/crossref1/pom.xml 
b/jcasgen-maven-plugin/src/it/multimodule/crossref1/pom.xml
index 016706cfb..92942c832 100644
--- a/jcasgen-maven-plugin/src/it/multimodule/crossref1/pom.xml
+++ b/jcasgen-maven-plugin/src/it/multimodule/crossref1/pom.xml
@@ -23,20 +23,11 @@
        <groupId>test</groupId>
        <artifactId>crossref1</artifactId>
        <version>1.0.0-SNAPSHOT</version>
+  <properties>
+    <maven.compiler.target>1.8</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+  </properties>
        <build>
-    <!-- https://issues.apache.org/jira/browse/UIMA-5368 -->
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.1</version>
-          <configuration>
-            <source>1.7</source>
-            <target>1.7</target>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>    
                <plugins>
                        <plugin>
                                <groupId>org.apache.uima</groupId>
diff --git a/jcasgen-maven-plugin/src/it/multimodule/crossref2/pom.xml 
b/jcasgen-maven-plugin/src/it/multimodule/crossref2/pom.xml
index 1d22424e0..a48827ffd 100644
--- a/jcasgen-maven-plugin/src/it/multimodule/crossref2/pom.xml
+++ b/jcasgen-maven-plugin/src/it/multimodule/crossref2/pom.xml
@@ -23,20 +23,11 @@
        <groupId>test</groupId>
        <artifactId>crossref2</artifactId>
        <version>1.0.0-SNAPSHOT</version>
+  <properties>
+    <maven.compiler.target>1.8</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+  </properties>
        <build>
-    <!-- https://issues.apache.org/jira/browse/UIMA-5368 -->
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.1</version>
-          <configuration>
-            <source>1.7</source>
-            <target>1.7</target>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>    
                <plugins>
                        <plugin>
                                <groupId>org.apache.uima</groupId>
diff --git a/jcasgen-maven-plugin/src/it/simple/pom.xml 
b/jcasgen-maven-plugin/src/it/simple/pom.xml
index aeb24551b..6395e393f 100644
--- a/jcasgen-maven-plugin/src/it/simple/pom.xml
+++ b/jcasgen-maven-plugin/src/it/simple/pom.xml
@@ -23,20 +23,11 @@
        <groupId>test</groupId>
        <artifactId>simple</artifactId>
        <version>1.0.0-SNAPSHOT</version>
+       <properties>
+    <maven.compiler.target>1.8</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+  </properties>
        <build>
-    <!-- https://issues.apache.org/jira/browse/UIMA-5368 -->
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.1</version>
-          <configuration>
-            <source>1.7</source>
-            <target>1.7</target>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>    
                <plugins>
                        <plugin>
                                <groupId>org.apache.uima</groupId>
diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml
index a84534a2e..cc0a07d78 100644
--- a/uimaj-parent/pom.xml
+++ b/uimaj-parent/pom.xml
@@ -32,7 +32,7 @@
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom</artifactId>
     <relativePath />
-    <version>16</version>
+    <version>17-SNAPSHOT</version>
   </parent>
 
   <artifactId>uimaj-parent</artifactId>

Reply via email to