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/01/26 22:48:55 UTC

svn commit: r1822363 - in /uima/uv3/uimaj-v3/trunk: pom.xml uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties

Author: schor
Date: Fri Jan 26 22:48:55 2018
New Revision: 1822363

URL: http://svn.apache.org/viewvc?rev=1822363&view=rev
Log:
no Jira, fix the jiraversion to 3.0.0SDK, and very slightly improve an error message

Modified:
    uima/uv3/uimaj-v3/trunk/pom.xml
    uima/uv3/uimaj-v3/trunk/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties

Modified: uima/uv3/uimaj-v3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/pom.xml?rev=1822363&r1=1822362&r2=1822363&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/pom.xml (original)
+++ uima/uv3/uimaj-v3/trunk/pom.xml Fri Jan 26 22:48:55 2018
@@ -61,7 +61,7 @@
 
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <jiraVersion>3.0.0SDK-beta</jiraVersion>   
+    <jiraVersion>3.0.0SDK</jiraVersion>   
     <assemblyFinalName>uimaj-${project.version}</assemblyFinalName> 
     <assemblyBinDescriptor>src/main/assembly/bin-without-jackson.xml</assemblyBinDescriptor> 
     <postNoticeText>${ibmNoticeText}</postNoticeText>    

Modified: uima/uv3/uimaj-v3/trunk/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties?rev=1822363&r1=1822362&r2=1822363&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties (original)
+++ uima/uv3/uimaj-v3/trunk/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties Fri Jan 26 22:48:55 2018
@@ -568,7 +568,7 @@ JCAS_MAKING_ABSTRACT_INSTANCE = A CAS it
 JCAS_UNSUPPORTED_OP_NOT_TCAS = The method "{0}" is not supported by this JCAS because it is not associated with a TCAS view of a CAS, but rather just with a base CAS.
 JCAS_MISSING_GETTER = JCas class {0} with feature {1} but is missing a 0 argument getter.  This feature will not be used to maybe expand the type's feature set.
 JCAS_MISSING_TYPEINDEX = The Class "{0}" matches a UIMA Type, and is a subtype of uima.cas.TOP, but is missing the JCas typeIndexId.
-JCAS_ALPHA_LEVEL_NOT_SUPPORTED = The JCas class being loaded was generated for the alpha level of UIMA v3, and is not supported for Beta and later levels. This can be fixed by regenerating this using the current v3 version of UIMA tooling (JCasgen, or the migration tooling to migrate from v2).
+JCAS_ALPHA_LEVEL_NOT_SUPPORTED = The JCas class being loaded was generated for the alpha level of UIMA v3, and is not supported for later levels. This can be fixed by regenerating this using the current v3 version of UIMA tooling (JCasgen, or the migration tooling to migrate from v2).
 SOFANAME_ALREADY_EXISTS = A sofaFS with name {0} has already been created.
 SOFADATA_ALREADY_SET = Data for Sofa feature {0} has already been set.
 SOFANAME_NOT_FOUND = No sofaFS with name {0} found.