projects
/
demoscenemusic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd7f7ab
)
Compile with a source setting of Java 1.6.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 18 Apr 2012 21:35:12 +0000
(23:35 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 18 Apr 2012 21:35:12 +0000
(23:35 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
1c01d3b
..
e3a7070
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-34,6
+34,16
@@
</dependencies>
<build>
<finalName>demoscene-music</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>