projects
/
jSite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ce9a8e
)
Require Java 8
author
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Sun, 31 Jan 2016 04:22:21 +0000
(
05:22
+0100)
committer
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Sun, 31 Jan 2016 04:22:21 +0000
(
05:22
+0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
42d793c
..
11224ec
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-31,8
+31,8
@@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.
7
</source>
- <target>1.
7
</target>
+ <source>1.
8
</source>
+ <target>1.
8
</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>