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