Skip to content

Commit

Permalink
Updated commons-io, require java 8. Bumped to 3.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
krosenvold committed Jun 15, 2021
1 parent 9eb55e5 commit 7795598
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>plexus-io</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0-SNAPSHOT</version>

<name>Plexus IO Components</name>

Expand All @@ -31,7 +31,7 @@

<properties>
<cobertura.skip>true</cobertura.skip>
<javaVersion>7</javaVersion>
<javaVersion>8</javaVersion>
<project.build.outputTimestamp>2020-01-20T18:52:37Z</project.build.outputTimestamp>
</properties>

Expand All @@ -56,7 +56,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 7795598

Please # to comment.