diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -13,8 +13,8 @@ | |||
| 13 | <artifactId>maven-compiler-plugin</artifactId> | 13 | <artifactId>maven-compiler-plugin</artifactId> |
| 14 | <version>3.1</version> | 14 | <version>3.1</version> |
| 15 | <configuration> | 15 | <configuration> |
| 16 | <source>1.7</source> | 16 | <source>1.8</source> |
| 17 | <target>1.7</target> | 17 | <target>1.8</target> |
| 18 | </configuration> | 18 | </configuration> |
| 19 | </plugin> | 19 | </plugin> |
| 20 | <plugin> | 20 | <plugin> |
