projects
/
facebook-errors
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
283a399
)
Switched the compiler to Java 8.0
author
Kai Moritz
<kai@juplo.de>
Sun, 12 Jun 2016 12:20:47 +0000
(14:20 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sun, 12 Jun 2016 12:39:27 +0000
(14:39 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
17b580d
..
46d8d76
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-54,8
+54,8
@@
<properties>
<encoding>UTF-8</encoding>
- <maven.compiler.source>1.
7
</maven.compiler.source>
- <maven.compiler.target>1.
7
</maven.compiler.target>
+ <maven.compiler.source>1.
8
</maven.compiler.source>
+ <maven.compiler.target>1.
8
</maven.compiler.target>
<!-- character encoding -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>