Author: joern
Date: Fri May 22 10:22:35 2015
New Revision: 1681066

URL: http://svn.apache.org/r1681066
Log:
OPENNLP-747 Removed version from compiler plugin. Default from parent pom is 
now used

Modified:
    opennlp/trunk/opennlp-tools/pom.xml
    opennlp/trunk/opennlp-uima/pom.xml

Modified: opennlp/trunk/opennlp-tools/pom.xml
URL: 
http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/pom.xml?rev=1681066&r1=1681065&r2=1681066&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/pom.xml (original)
+++ opennlp/trunk/opennlp-tools/pom.xml Fri May 22 10:22:35 2015
@@ -175,7 +175,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.3.2</version>
         <configuration>
           <source>1.7</source>
           <target>1.7</target>

Modified: opennlp/trunk/opennlp-uima/pom.xml
URL: 
http://svn.apache.org/viewvc/opennlp/trunk/opennlp-uima/pom.xml?rev=1681066&r1=1681065&r2=1681066&view=diff
==============================================================================
--- opennlp/trunk/opennlp-uima/pom.xml (original)
+++ opennlp/trunk/opennlp-uima/pom.xml Fri May 22 10:22:35 2015
@@ -94,7 +94,6 @@
                 <plugin>
                  <groupId>org.apache.maven.plugins</groupId>
                  <artifactId>maven-compiler-plugin</artifactId>
-                 <version>2.3.2</version>
                  <configuration>
                   <source>1.7</source>
                   <target>1.7</target>


Reply via email to