Repository: marmotta Updated Branches: refs/heads/MARMOTTA-450 cebdd6404 -> 18db94512
upgrade JBoss Marshalling to 1.4.5, which is Apache License (fixes MARMOTTA-412) Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/18db9451 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/18db9451 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/18db9451 Branch: refs/heads/MARMOTTA-450 Commit: 18db94512d672324c62f91363d8650adfd0022c3 Parents: cebdd64 Author: Sebastian Schaffert <[email protected]> Authored: Mon Mar 17 10:03:32 2014 +0100 Committer: Sebastian Schaffert <[email protected]> Committed: Mon Mar 17 10:03:32 2014 +0100 ---------------------------------------------------------------------- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/18db9451/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 8abc2b2..58f7cd2 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1091,12 +1091,12 @@ <dependency> <groupId>org.jboss.marshalling</groupId> <artifactId>jboss-marshalling</artifactId> - <version>1.4.3.Final</version> + <version>1.4.5.Final</version> </dependency> <dependency> <groupId>org.jboss.marshalling</groupId> <artifactId>jboss-marshalling-river</artifactId> - <version>1.4.3.Final</version> + <version>1.4.5.Final</version> </dependency> <!-- <dependency>
