Cool. Done. Thanks.

On 1 April 2015 at 14:19, David Bosschaert <david.bosscha...@gmail.com> wrote:
> I've committed this on behalf of Kamesh Sampath the other day. I guess
> if it works fine with Java 6 then there is no reason to force Java 7.
>
> Cheers,
>
> David
>
> On 1 April 2015 at 14:17, Jeremy Hughes <jpjhug...@gmail.com> wrote:
>> Hi guys, is there any reason to tie this down to Java 7. I've built
>> with Java 6 and all looks good.
>>
>> On 16 March 2015 at 15:49,  <dav...@apache.org> wrote:
>> ...
>>> +       <build>
>>> +               <plugins>
>>> +                       <plugin>
>>> +                               <groupId>org.apache.maven.plugins</groupId>
>>> +                               
>>> <artifactId>maven-compiler-plugin</artifactId>
>>> +                               <version>3.1</version>
>>> +                               <configuration>
>>> +                                       <!-- 
>>> http://maven.apache.org/plugins/maven-compiler-plugin/ -->
>>> +                                       <source>1.7</source>
>>> +                                       <target>1.7</target>
>>> +                               </configuration>
>>> +                       </plugin>
>>> +               </plugins>
>>> +       </build>
>>> +</project>

Reply via email to