You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2018/10/15 22:07:55 UTC

svn commit: r1843961 - /uima/uimaj/trunk/uimaj-parent/pom.xml

Author: schor
Date: Mon Oct 15 22:07:55 2018
New Revision: 1843961

URL: http://svn.apache.org/viewvc?rev=1843961&view=rev
Log:
[UIMA-5753] update for new uima-wide parent pom, delete java 11 enablement here, was moved to uima-wide pom.

Modified:
    uima/uimaj/trunk/uimaj-parent/pom.xml

Modified: uima/uimaj/trunk/uimaj-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-parent/pom.xml?rev=1843961&r1=1843960&r2=1843961&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-parent/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-parent/pom.xml Mon Oct 15 22:07:55 2018
@@ -32,7 +32,7 @@
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom</artifactId>
     <relativePath />
-    <version>11</version>
+    <version>12-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.uima</groupId>
@@ -178,7 +178,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.20.1</version>
           <configuration>
             <argLine>@{jacoco.argLine} -Xmx@{maven.surefire.heap} -Xms@{maven.surefire.heap} @{maven.surefire.argLine} @{maven.surefire.java9}</argLine>
           </configuration>
@@ -198,36 +197,7 @@
     </plugins>
   </build>
  
-  <profiles>
-    <!-- ************ Java 9 enablement ************** -->
-    <profile>
-      <id>java9</id>
-      <activation>
-        <jdk>9</jdk>
-      </activation>
-      <properties>
-        <maven.surefire.java9>--add-modules java.xml.bind</maven.surefire.java9>
-      </properties>
-      <build>
-        <pluginManagement>
-          <plugins>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-compiler-plugin</artifactId>
-              <configuration>
-                <compilerArgs>
-                  <arg>--add-modules</arg>
-                  <arg>java.xml.bind</arg>
-                </compilerArgs>
-                <target>1.9</target>
-              </configuration>
-            </plugin>
-            
-          </plugins>
-        </pluginManagement>
-      </build>
-    </profile>
-    
+  <profiles>     
     <profile>
       <id>pmd</id>
       <build>
@@ -380,7 +350,7 @@
           <plugin>              
             <groupId>com.github.siom79.japicmp</groupId>
             <artifactId>japicmp-maven-plugin</artifactId>
-            <version>0.9.4</version>
+            <version>0.13.0</version>
             <configuration>
               <oldVersion>
                 <dependency>