Author: cwiklik
Date: Thu Dec 17 19:33:02 2015
New Revision: 1720634

URL: http://svn.apache.org/viewvc?rev=1720634&view=rev
Log:
UIMA-4703 ad compiler plugin with source and target 1.7

Modified:
    uima/uima-as/trunk/uima-as-parent/pom.xml

Modified: uima/uima-as/trunk/uima-as-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-parent/pom.xml?rev=1720634&r1=1720633&r2=1720634&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-parent/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-parent/pom.xml Thu Dec 17 19:33:02 2015
@@ -423,6 +423,15 @@ ${uimaASNoticeText}
     <pluginManagement>
     
        <plugins>
+
+<plugin>
+  <artifactId>maven-compiler-plugin</artifactId>
+  <configuration>
+    <source>1.7</source>
+    <target>1.7</target>
+    </configuration>
+  </plugin>
+
                <!--This plugin's configuration is used to store Eclipse m2e 
settings only. It has no influence on the Maven build itself.-->
                <plugin>
                        <groupId>org.eclipse.m2e</groupId>


Reply via email to