Skip to content

Commit

Permalink
update to a newer version of commons-io
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Nov 4, 2011
1 parent 354bd92 commit 0849cc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion symmetric/symmetric-core/pom.xml
Expand Up @@ -27,7 +27,7 @@
<artifactId>commons-dbcp</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions symmetric/symmetric-parent/pom.xml
Expand Up @@ -388,9 +388,9 @@
</dependency>
<!-- Commons -->
<dependency>
<groupId>org.apache.commons</groupId>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
<version>2.1</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
Expand Down
2 changes: 1 addition & 1 deletion symmetric/symmetric-server/pom.xml
Expand Up @@ -136,7 +136,7 @@
</dependency>
<!-- Commons -->
<dependency>
<groupId>org.apache.commons</groupId>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
Expand Down

0 comments on commit 0849cc1

Please sign in to comment.