projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
998ef3f
)
Use Java 7
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Tue, 19 Jul 2016 19:48:36 +0000
(21:48 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Tue, 19 Jul 2016 19:48:36 +0000
(21:48 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
1799801
..
be0b3b0
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-96,8
+96,8
@@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
- <source>1.
6
</source>
- <target>1.
6
</target>
+ <source>1.
7
</source>
+ <target>1.
7
</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>