File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- distributionUrl =https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.3 /apache-maven-3.5.3 -bin.zip
1
+ distributionUrl =https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.4 /apache-maven-3.5.4 -bin.zip
Original file line number Diff line number Diff line change 350
350
</plugin >
351
351
<plugin >
352
352
<artifactId >maven-compiler-plugin</artifactId >
353
- <version >3.3 </version >
353
+ <version >3.8.0 </version >
354
354
<configuration >
355
355
<source >1.8</source >
356
356
<target >1.8</target >
372
372
<plugin >
373
373
<groupId >org.apache.maven.plugins</groupId >
374
374
<artifactId >maven-surefire-plugin</artifactId >
375
- <version >2.7.2 </version >
375
+ <version >2.22.0 </version >
376
376
<configuration >
377
377
<forkMode >once</forkMode >
378
378
<argLine >-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=1024m -Djava.library.path="${env.GEOSCRIPT_GDAL_HOME} "</argLine >
412
412
<plugin >
413
413
<groupId >org.apache.maven.plugins</groupId >
414
414
<artifactId >maven-jar-plugin</artifactId >
415
- <version >3.0.2 </version >
415
+ <version >3.1.0 </version >
416
416
<configuration >
417
417
<archive >
418
418
<manifest >
423
423
</plugin >
424
424
<plugin >
425
425
<artifactId >maven-assembly-plugin</artifactId >
426
- <version >2.2-beta-5 </version >
426
+ <version >3.1.0 </version >
427
427
<configuration >
428
428
<descriptors >
429
429
<descriptor >src/assembly/dir.xml</descriptor >
Original file line number Diff line number Diff line change 2
2
<assembly xmlns =" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd" >
5
+ <id >zip</id >
5
6
<formats >
6
7
<format >zip</format >
7
8
</formats >
You can’t perform that action at this time.
0 commit comments