summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-07-12 10:14:59 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-07-12 10:14:59 +0200
commit1c6561be38129e39be05b839e842a6e9f377fc8a (patch)
tree41acc6a894b72aaae4a434e0848e6b298b6068a7
parent1b32936fb428ca88f4548b71caad20a8e404fe39 (diff)
downloadtrygvis-parent-1c6561be38129e39be05b839e842a6e9f377fc8a.tar.gz
trygvis-parent-1c6561be38129e39be05b839e842a6e9f377fc8a.tar.bz2
trygvis-parent-1c6561be38129e39be05b839e842a6e9f377fc8a.tar.xz
trygvis-parent-1c6561be38129e39be05b839e842a6e9f377fc8a.zip
o Using the standard properties for setting source/target.HEADmaster
-rw-r--r--pom.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index c4c41c0..d92fe11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,16 +16,13 @@
<url>http://trygvis.io/~trygvis/git/2013/06/trygvis-parent.git</url>
<tag>HEAD</tag>
</scm>
+ <properties>
+ <maven.compiler.source>1.7</maven.compiler.source>
+ <maven.compiler.target>1.7</maven.compiler.target>
+ </properties>
<build>
<plugins>
<plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.7</source>
- <target>1.7</target>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.1</version>
</plugin>