Skip to content

Commit f893ad5

Browse files
java 1.6
1 parent f202b64 commit f893ad5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<url>http://www.thomas-woehlke.de/p/diffusion-limited-aggregation</url>
1010

1111
<properties>
12-
<java-version>1.7</java-version>
12+
<java-version>1.6</java-version>
1313
<maven.scm.version>1.8.1</maven.scm.version>
1414
<encoding>UTF-8</encoding>
1515
</properties>
@@ -74,8 +74,8 @@
7474
<artifactId>maven-compiler-plugin</artifactId>
7575
<version>3.1</version>
7676
<configuration>
77-
<source>1.7</source>
78-
<target>1.7</target>
77+
<source>${java-version}</source>
78+
<target>${java-version}</target>
7979
<compilerArgument>-Xlint:all</compilerArgument>
8080
<showWarnings>true</showWarnings>
8181
<showDeprecation>true</showDeprecation>
@@ -254,6 +254,7 @@
254254
<plugin>
255255
<groupId>org.apache.maven.plugins</groupId>
256256
<artifactId>maven-jar-plugin</artifactId>
257+
<version>2.4</version>
257258
<configuration>
258259
<archive>
259260
<manifest>
@@ -292,7 +293,7 @@
292293
</links> -->
293294
<linksource>true</linksource>
294295
<maxmemory>1024m</maxmemory>
295-
<source>1.7</source>
296+
<source>${java-version}</source>
296297
<encoding>${encoding}</encoding>
297298
</configuration>
298299
</plugin>

0 commit comments

Comments
 (0)