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 2016/11/03 21:15:33 UTC

svn commit: r1767975 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml

Author: schor
Date: Thu Nov  3 21:15:33 2016
New Revision: 1767975

URL: http://svn.apache.org/viewvc?rev=1767975&view=rev
Log:
no jira update required bundle execution environment to java 1.8 (was 1.7)

Modified:
    uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml?rev=1767975&r1=1767974&r2=1767975&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml Thu Nov  3 21:15:33 2016
@@ -231,7 +231,7 @@
     
                 <!-- These just get made into the corresponding manifest entries -->
                 <Bundle-SymbolicName>org.apache.uima.runtime;singleton:=true</Bundle-SymbolicName>
-                <Bundle-RequiredExecutionEnvironment>JavaSE-1.7</Bundle-RequiredExecutionEnvironment>
+                <Bundle-RequiredExecutionEnvironment>JavaSE-1.8</Bundle-RequiredExecutionEnvironment>
                 <Eclipse-ExtensibleAPI>true</Eclipse-ExtensibleAPI>
                 <Eclipse-BuddyPolicy>registered</Eclipse-BuddyPolicy>
               </instructions>