Updated Branches: refs/heads/master 7bcf8430f -> 440862372
CAMEL-6219: Downgrade to commons net 3.1 to avoid bug in 3.2. Thanks to Lu Tahmazyan for testing and discovering this. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/462f00e9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/462f00e9 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/462f00e9 Branch: refs/heads/master Commit: 462f00e96b70fa6e700666861e464c9c19034578 Parents: 50154f3 Author: Claus Ibsen <davscl...@apache.org> Authored: Tue May 21 05:35:25 2013 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Tue May 21 07:43:38 2013 +0200 ---------------------------------------------------------------------- parent/pom.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/462f00e9/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 29bb9ed..bf4f107 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -97,7 +97,8 @@ <commons-lang3-version>3.1</commons-lang3-version> <commons-logging-version>1.1.2</commons-logging-version> <commons-math-version>2.2</commons-math-version> - <commons-net-version>3.2</commons-net-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-pool-version>1.6</commons-pool-version> <commons-vfs2-version>2.0</commons-vfs2-version> <concurrentlinkedhashmap.version>1.3.2</concurrentlinkedhashmap.version>