Skip to content

Commit 7795598

Browse files
committed
Updated commons-io, require java 8. Bumped to 3.3.0-SNAPSHOT
1 parent 9eb55e5 commit 7795598

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99

1010
<artifactId>plexus-io</artifactId>
11-
<version>3.2.1-SNAPSHOT</version>
11+
<version>3.3.0-SNAPSHOT</version>
1212

1313
<name>Plexus IO Components</name>
1414

@@ -31,7 +31,7 @@
3131

3232
<properties>
3333
<cobertura.skip>true</cobertura.skip>
34-
<javaVersion>7</javaVersion>
34+
<javaVersion>8</javaVersion>
3535
<project.build.outputTimestamp>2020-01-20T18:52:37Z</project.build.outputTimestamp>
3636
</properties>
3737

@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>commons-io</groupId>
5858
<artifactId>commons-io</artifactId>
59-
<version>2.6</version>
59+
<version>2.10.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>junit</groupId>

0 commit comments

Comments
 (0)