Commit 466dd985 authored by gmessner's avatar gmessner
Browse files

Added jdk.version property.

parent 2c6b8878
......@@ -31,6 +31,7 @@
</developers>
<properties>
<jdk.version>1.6</jdk.version>
<jersey.version>1.18</jersey.version>
<jackson.version>1.9.13</jackson.version>
<junit.version>4.9</junit.version>
......@@ -75,8 +76,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>${jdk.version}</source>
<target>${jdk.version}</target>
</configuration>
</plugin>
</plugins>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment