aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMaxime Mériouma-Caron <maxime.meriouma@arcbees.com>2016-02-01 20:46:38 -0500
committerMaxime Mériouma-Caron <maxime.meriouma@arcbees.com>2016-02-01 20:46:38 -0500
commit283134b5bc67925b0a61feaeb35eca737c26170b (patch)
tree55fa13baeff7ee80968174d654cc31c4ed18d78a /pom.xml
parenta077516121504ab88c207838966e478d3be59fc6 (diff)
downloadgwtquery-283134b5bc67925b0a61feaeb35eca737c26170b.tar.gz
gwtquery-283134b5bc67925b0a61feaeb35eca737c26170b.zip
Cleanup
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 5b4cb5b2..0db05e14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,10 +97,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.2</version>
+ <version>3.5</version>
<configuration>
- <source>1.6</source>
- <target>1.6</target>
+ <source>1.7</source>
+ <target>1.7</target>
</configuration>
</plugin>
</plugins>