From 26244e02e37b338851b63693dd72f782a5a1b555 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 12 Oct 2012 23:57:25 +0000
Subject: [PATCH] Fix OPENDJ-612: SDK: Race conditions installing client/server filter chains during connect/bind/accept
---
opendj3/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj3/pom.xml b/opendj3/pom.xml
index a1e52ab..69a0d1d 100644
--- a/opendj3/pom.xml
+++ b/opendj3/pom.xml
@@ -108,7 +108,7 @@
<docTargetVersion>2.5.0</docTargetVersion>
<siteDistributionURL>scp://forgerock.org/var/www/vhosts/opendj.forgerock.org/httpdocs</siteDistributionURL>
<i18nFrameworkVersion>1.4.0</i18nFrameworkVersion>
- <grizzlyFrameworkVersion>2.2.18</grizzlyFrameworkVersion>
+ <grizzlyFrameworkVersion>2.2.19-SNAPSHOT</grizzlyFrameworkVersion>
<gaId>UA-23412190-8</gaId>
<!--
Release date is specified only when building the documentation
--
Gitblit v1.10.0