The README file in opennlp-distr must be updated as well, I will have a look at the build server.
Jörn On 10/29/2013 10:49 AM, ma...@apache.org wrote:
Author: markg Date: Tue Oct 29 09:49:58 2013 New Revision: 1536630 URL: http://svn.apache.org/r1536630 Log: OPENNLP-611 Commiting POM with 1.7 build tags. Modified: opennlp/trunk/opennlp-tools/pom.xml Modified: opennlp/trunk/opennlp-tools/pom.xml URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/pom.xml?rev=1536630&r1=1536629&r2=1536630&view=diff ============================================================================== --- opennlp/trunk/opennlp-tools/pom.xml (original) +++ opennlp/trunk/opennlp-tools/pom.xml Tue Oct 29 09:49:58 2013 @@ -139,7 +139,16 @@ </configuration> </execution> </executions> - </plugin> + </plugin> + <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> + </configuration> + </plugin> </plugins> </build> </project>