projects
/
xudocci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89b8af3
)
Switch to Java 1.8.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sun, 5 Jan 2014 12:24:20 +0000
(13:24 +0100)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sun, 5 Jan 2014 12:24:20 +0000
(13:24 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
4945394
..
2764b79
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-59,8
+59,8
@@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
- <source>1.
6
</source>
- <target>1.
6
</target>
+ <source>1.
8
</source>
+ <target>1.
8
</target>
</configuration>
</plugin>
<plugin>