Skip to content

Commit bae280f

Browse files
committed
Upgrade maven and plugins
1 parent 02d5c3c commit bae280f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
</plugin>
351351
<plugin>
352352
<artifactId>maven-compiler-plugin</artifactId>
353-
<version>3.3</version>
353+
<version>3.8.0</version>
354354
<configuration>
355355
<source>1.8</source>
356356
<target>1.8</target>
@@ -372,7 +372,7 @@
372372
<plugin>
373373
<groupId>org.apache.maven.plugins</groupId>
374374
<artifactId>maven-surefire-plugin</artifactId>
375-
<version>2.7.2</version>
375+
<version>2.22.0</version>
376376
<configuration>
377377
<forkMode>once</forkMode>
378378
<argLine>-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=1024m -Djava.library.path="${env.GEOSCRIPT_GDAL_HOME}"</argLine>
@@ -412,7 +412,7 @@
412412
<plugin>
413413
<groupId>org.apache.maven.plugins</groupId>
414414
<artifactId>maven-jar-plugin</artifactId>
415-
<version>3.0.2</version>
415+
<version>3.1.0</version>
416416
<configuration>
417417
<archive>
418418
<manifest>
@@ -423,7 +423,7 @@
423423
</plugin>
424424
<plugin>
425425
<artifactId>maven-assembly-plugin</artifactId>
426-
<version>2.2-beta-5</version>
426+
<version>3.1.0</version>
427427
<configuration>
428428
<descriptors>
429429
<descriptor>src/assembly/dir.xml</descriptor>

src/assembly/zip.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
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>
56
<formats>
67
<format>zip</format>
78
</formats>

0 commit comments

Comments
 (0)