Author: schor
Date: Tue Oct 30 21:19:54 2018
New Revision: 1845281

URL: http://svn.apache.org/viewvc?rev=1845281&view=rev
Log:
no jira - prepare for release

Modified:
    uima/uimaj/trunk/README
    uima/uimaj/trunk/RELEASE_NOTES.html
    uima/uimaj/trunk/pom.xml
    uima/uimaj/trunk/uimaj-parent/pom.xml

Modified: uima/uimaj/trunk/README
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/README?rev=1845281&r1=1845280&r2=1845281&view=diff
==============================================================================
--- uima/uimaj/trunk/README (original)
+++ uima/uimaj/trunk/README Tue Oct 30 21:19:54 2018
@@ -90,12 +90,12 @@ What's New
 Supported Platforms
 --------------------
 
-Apache UIMA requires Java version 7 or later; it has been tested with 
Sun/Oracle Java SDK 7, and 8, 
-and IBM Java 7 and 8.
+Apache UIMA requires Java version 8 or later; it has been tested with 
Sun/Oracle 8, 
+and IBM Java 8.
 
-Running the Eclipse plugin tooling for UIMA requires you start Eclipse using a 
Java 7 or later, as well.
+Running the Eclipse plugin tooling for UIMA requires you start Eclipse using a 
Java 8 or later, as well.
 
-The supported platforms are: Windows, Linux, and Mac OS X. Other platforms and 
Java (7+) 
+The supported platforms are: Windows, Linux, and Mac OS X. Other platforms and 
Java (8+) 
 implementations should work, but have not been significantly tested.
 
 Many of the scripts in the /bin directory invoke Java. They use the value of 
the environment variable, JAVA_HOME, 

Modified: uima/uimaj/trunk/RELEASE_NOTES.html
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/RELEASE_NOTES.html?rev=1845281&r1=1845280&r2=1845281&view=diff
==============================================================================
--- uima/uimaj/trunk/RELEASE_NOTES.html (original)
+++ uima/uimaj/trunk/RELEASE_NOTES.html Tue Oct 30 21:19:54 2018
@@ -20,10 +20,10 @@
    -->
 <html>
 <head>
-  <title>Apache UIMA v2.10.2 Release Notes</title>
+  <title>Apache UIMA v2.10.3 Release Notes</title>
 </head>
 <body>
-<h1>Apache UIMA (Unstructured Information Management Architecture) v2.10.2 
Release Notes</h1>
+<h1>Apache UIMA (Unstructured Information Management Architecture) v2.10.3 
Release Notes</h1>
 
 <h2>Contents</h2>
 <p>
@@ -82,12 +82,16 @@
 <h2><a id="major.changes">Major Changes in this Release</a></h2>
 <p>The major changes in this release include:</p>
 
-<ul><li>fixed a bug in xmi serialization/deserialization of 0-length string 
array</li>
-<li>added a filter to the Annotation Viewer utility</li>
-<li>Eclipse plugin jars are now Eclipse-signed.</li>
-<li>The Eclipse examples project fixed a typo in the javadoc attachments.
-<li>The Eclipse update site was pruned of old releases; these are still 
available at
-https://archive.apache.org/dist/uima/eclipse-update-site/uimaj-2.3.1-2.10.1
+<ul><li>The minimum Java version was changed from 7 to 8.  The code and the 
build 
+was adjusted to compile using both Java 8 and Java 11.</li>
+<li>The class loading when using the UIMA Class Loader now will first try 
loading
+from that class loader's URL list, and if not found will try using the
+Context Class Loader (if set), and if not found, then will delegate to the 
parent.
+Previously the Context Class Loader was never consulted.</li>
+<li>Fixed some edge case performance issues.</li>
+<li>Fixed PEAR installation to no longer lock files.</li>
+<li>Pear Specifier parameters now passed to the wrapped Analysis Engine</li>
+<li>Implemented a destroy() method for ResourceManager which closes its 
UIMAClassLoader</li> 
 </ul>
   
 <h2><a id="list.issues">Full list of JIRA Issues Fixed in this Release</a></h2>

Modified: uima/uimaj/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/pom.xml?rev=1845281&r1=1845280&r2=1845281&view=diff
==============================================================================
--- uima/uimaj/trunk/pom.xml (original)
+++ uima/uimaj/trunk/pom.xml Tue Oct 30 21:19:54 2018
@@ -61,7 +61,7 @@
 
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <jiraVersion>2.10.2SDK</jiraVersion>   <!-- set this to get the right 
issues fixed report -->
+    <jiraVersion>2.10.3SDK</jiraVersion>   <!-- set this to get the right 
issues fixed report -->
     <assemblyFinalName>uimaj-${project.version}</assemblyFinalName> 
     
<assemblyBinDescriptor>src/main/assembly/bin-without-jackson.xml</assemblyBinDescriptor>
 
     <postNoticeText>${ibmNoticeText}</postNoticeText>    
@@ -167,16 +167,7 @@
     <module>aggregate-uimaj</module>
   </modules>
   
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-            <artifactId>maven-release-plugin</artifactId>
-            <version>2.5.3</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-    
+  <build>    
     <plugins>
 
       <!-- This java doc config is for building the ones distributed with the 
bin packaging, and also 

Modified: uima/uimaj/trunk/uimaj-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-parent/pom.xml?rev=1845281&r1=1845280&r2=1845281&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-parent/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-parent/pom.xml Tue Oct 30 21:19:54 2018
@@ -158,6 +158,7 @@
     
     <jacoco.argLine />
     <api_check_oldVersion>2.10.1</api_check_oldVersion>
+    <java.version>8</java.version>
   </properties>
 
   <dependencyManagement>


Reply via email to