You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2013/01/31 22:15:04 UTC

svn commit: r1441194 - /uima/sandbox/textmarker/trunk/README

Author: pkluegl
Date: Thu Jan 31 21:15:03 2013
New Revision: 1441194

URL: http://svn.apache.org/viewvc?rev=1441194&view=rev
Log:
no jira - removed compile level in readme

Modified:
    uima/sandbox/textmarker/trunk/README

Modified: uima/sandbox/textmarker/trunk/README
URL: http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/README?rev=1441194&r1=1441193&r2=1441194&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/README (original)
+++ uima/sandbox/textmarker/trunk/README Thu Jan 31 21:15:03 2013
@@ -47,8 +47,6 @@ type files from the build, e.g., by addi
     <artifactId>maven-compiler-plugin</artifactId>
     <version>3.0</version>
     <configuration>
-        <source>1.6</source>
-        <target>1.6</target>
          <excludes>
              <exclude>org/apache/uima/textmarker/type/*.java</exclude>
          </excludes>