You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2013/07/12 08:25:55 UTC

git commit: CAMEL-6487: Upgrade to commons-net 3.3

Updated Branches:
  refs/heads/master d729fbfd7 -> 67d48e925


CAMEL-6487: Upgrade to commons-net 3.3


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/67d48e92
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/67d48e92
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/67d48e92

Branch: refs/heads/master
Commit: 67d48e9251d0afd41d3a6846f2e302c5730cb0fb
Parents: d729fbf
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Jul 12 08:25:45 2013 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Jul 12 08:25:45 2013 +0200

----------------------------------------------------------------------
 parent/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/67d48e92/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 0339b3d..b6a642b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -98,8 +98,7 @@
     <commons-lang3-version>3.1</commons-lang3-version>
     <commons-logging-version>1.1.3</commons-logging-version>
     <commons-math-version>2.2</commons-math-version>
-    <!-- commons-net 3.2 has a bug so keep using 3.1, see NET-492 -->
-    <commons-net-version>3.1</commons-net-version>
+    <commons-net-version>3.3</commons-net-version>
     <commons-pool-version>1.6</commons-pool-version>
     <commons-vfs2-version>2.0</commons-vfs2-version>
     <concurrentlinkedhashmap.version>1.3.2</concurrentlinkedhashmap.version>