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 2015/03/24 00:48:26 UTC

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

Author: schor
Date: Mon Mar 23 23:48:26 2015
New Revision: 1668759

URL: http://svn.apache.org/r1668759
Log:
[UIMA-4301] add source level 7 for default-cli id of javadoc builds

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=1668759&r1=1668758&r2=1668759&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-parent/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-parent/pom.xml Mon Mar 23 23:48:26 2015
@@ -163,6 +163,12 @@
                 <source>7</source>
               </configuration> 
             </execution>
+            <execution>
+              <id>default-cli</id>  <!-- Jenkins runs this apparently 3/2015 -->
+              <configuration>
+                <source>7</source>
+              </configuration> 
+            </execution>
           </executions>
         </plugin>
       </plugins>