Repository: sentry Updated Branches: refs/heads/branch-1.7.0 88de7174b -> 4022de1ab
SENTRY-2101 - Upgrade 1.7 branch to use libthrift 0.9.3. Colm O hEigeartaigh, reviewed by Sergio Pena. Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/4022de1a Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/4022de1a Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/4022de1a Branch: refs/heads/branch-1.7.0 Commit: 4022de1ab31ee7dfca7bcc4798b8940db39a78f8 Parents: 88de717 Author: Colm O hEigeartaigh <[email protected]> Authored: Mon Dec 18 10:55:54 2017 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Mon Dec 18 10:55:54 2017 +0000 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/4022de1a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f901819..bfe592a 100644 --- a/pom.xml +++ b/pom.xml @@ -77,8 +77,8 @@ limitations under the License. <jettyVersion>8.1.19.v20160209</jettyVersion> <joda-time.version>2.5</joda-time.version> <junit.version>4.10</junit.version> - <libfb303.version>0.9.2</libfb303.version> - <libthrift.version>0.9.2</libthrift.version> + <libfb303.version>0.9.3</libfb303.version> + <libthrift.version>0.9.3</libthrift.version> <log4j.version>1.2.16</log4j.version> <maven.antrun.plugin.version>1.7</maven.antrun.plugin.version> <maven.eclipse.plugin.version>2.9</maven.eclipse.plugin.version>
