OK, I committed the POM only just to see if the CI server has Java 7 in
it's path. Since we haven't gotten a build error yet, it may be fine.
Haven't tried committing  any code with J7 objects.
thanks
MG


On Tue, Oct 29, 2013 at 6:05 AM, Jörn Kottmann <kottm...@gmail.com> wrote:

> 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<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>
>>
>>
>>
>

Reply via email to