Skip to content
This repository was archived by the owner on Apr 5, 2019. It is now read-only.

Commit b502b1c

Browse files
committed
updating to latest dependency/plugin versions
1 parent 0558b04 commit b502b1c

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

pom.xml

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
<properties>
5656
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5757
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
58+
<truezip.version>7.7.4</truezip.version>
59+
<junit.version>4.11</junit.version>
5860
</properties>
5961

6062
<prerequisites>
@@ -65,12 +67,12 @@
6567
<dependency>
6668
<groupId>org.apache.maven</groupId>
6769
<artifactId>maven-plugin-api</artifactId>
68-
<version>3.0.5</version>
70+
<version>3.1.0</version>
6971
</dependency>
7072
<dependency>
7173
<groupId>org.apache.maven</groupId>
7274
<artifactId>maven-core</artifactId>
73-
<version>3.0.5</version>
75+
<version>3.1.0</version>
7476
</dependency>
7577
<dependency>
7678
<groupId>org.apache.maven.plugin-tools</groupId>
@@ -81,28 +83,28 @@
8183
<dependency>
8284
<groupId>org.codehaus.plexus</groupId>
8385
<artifactId>plexus-utils</artifactId>
84-
<version>3.0.10</version>
86+
<version>3.0.15</version>
8587
</dependency>
8688
<dependency>
8789
<groupId>junit</groupId>
8890
<artifactId>junit</artifactId>
89-
<version>4.8.2</version>
91+
<version>${junit.version}</version>
9092
<scope>test</scope>
9193
</dependency>
9294
<dependency>
9395
<groupId>de.schlichtherle.truezip</groupId>
9496
<artifactId>truezip-driver-zip</artifactId>
95-
<version>7.7.3</version>
97+
<version>${truezip.version}</version>
9698
</dependency>
9799
<dependency>
98100
<groupId>de.schlichtherle.truezip</groupId>
99101
<artifactId>truezip-driver-tar</artifactId>
100-
<version>7.7.3</version>
102+
<version>${truezip.version}</version>
101103
</dependency>
102104
<dependency>
103105
<groupId>de.schlichtherle.truezip</groupId>
104106
<artifactId>truezip-file</artifactId>
105-
<version>7.7.3</version>
107+
<version>${truezip.version}</version>
106108
</dependency>
107109
</dependencies>
108110

@@ -129,6 +131,16 @@
129131
<artifactId>maven-clean-plugin</artifactId>
130132
<version>2.5</version>
131133
</plugin>
134+
<plugin>
135+
<groupId>org.apache.maven.plugins</groupId>
136+
<artifactId>maven-resources-plugin</artifactId>
137+
<version>2.6</version>
138+
</plugin>
139+
<plugin>
140+
<groupId>org.apache.maven.plugins</groupId>
141+
<artifactId>maven-surefire-plugin</artifactId>
142+
<version>2.15</version>
143+
</plugin>
132144
<plugin>
133145
<groupId>org.apache.maven.plugins</groupId>
134146
<artifactId>maven-deploy-plugin</artifactId>

0 commit comments

Comments
 (0)