File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 9
9
<url >http://www.thomas-woehlke.de/p/diffusion-limited-aggregation</url >
10
10
11
11
<properties >
12
- <java-version >1.7 </java-version >
12
+ <java-version >1.6 </java-version >
13
13
<maven .scm.version>1.8.1</maven .scm.version>
14
14
<encoding >UTF-8</encoding >
15
15
</properties >
74
74
<artifactId >maven-compiler-plugin</artifactId >
75
75
<version >3.1</version >
76
76
<configuration >
77
- <source >1.7 </source >
78
- <target >1.7 </target >
77
+ <source >${java-version} </source >
78
+ <target >${java-version} </target >
79
79
<compilerArgument >-Xlint:all</compilerArgument >
80
80
<showWarnings >true</showWarnings >
81
81
<showDeprecation >true</showDeprecation >
254
254
<plugin >
255
255
<groupId >org.apache.maven.plugins</groupId >
256
256
<artifactId >maven-jar-plugin</artifactId >
257
+ <version >2.4</version >
257
258
<configuration >
258
259
<archive >
259
260
<manifest >
292
293
</links> -->
293
294
<linksource >true</linksource >
294
295
<maxmemory >1024m</maxmemory >
295
- <source >1.7 </source >
296
+ <source >${java-version} </source >
296
297
<encoding >${encoding} </encoding >
297
298
</configuration >
298
299
</plugin >
You can’t perform that action at this time.
0 commit comments