We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb55e5 commit 7795598Copy full SHA for 7795598
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
10
<artifactId>plexus-io</artifactId>
11
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.3.0-SNAPSHOT</version>
12
13
<name>Plexus IO Components</name>
14
@@ -31,7 +31,7 @@
31
32
<properties>
33
<cobertura.skip>true</cobertura.skip>
34
- <javaVersion>7</javaVersion>
+ <javaVersion>8</javaVersion>
35
<project.build.outputTimestamp>2020-01-20T18:52:37Z</project.build.outputTimestamp>
36
</properties>
37
@@ -56,7 +56,7 @@
56
<dependency>
57
<groupId>commons-io</groupId>
58
<artifactId>commons-io</artifactId>
59
- <version>2.6</version>
+ <version>2.10.0</version>
60
</dependency>
61
62
<groupId>junit</groupId>
0 commit comments