From 84a22b6c8790d90f4952e11b3dec2241750bb732 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 23 Aug 2011 09:15:00 +0000
Subject: [PATCH] Fix OPENDJ-267: Upgrade to Grizzly 2.1.2
---
opendj3/opendj-ldap-sdk/src/site/xdoc/index.xml | 6 +++---
opendj3/opendj-ldap-sdk/pom.xml | 2 +-
opendj3/pom.xml | 5 -----
3 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/opendj3/opendj-ldap-sdk/pom.xml b/opendj3/opendj-ldap-sdk/pom.xml
index 2262c0e..9f34894 100644
--- a/opendj3/opendj-ldap-sdk/pom.xml
+++ b/opendj3/opendj-ldap-sdk/pom.xml
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-framework</artifactId>
- <version>2.1.1</version>
+ <version>2.1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/opendj3/opendj-ldap-sdk/src/site/xdoc/index.xml b/opendj3/opendj-ldap-sdk/src/site/xdoc/index.xml
index 168db96..f36f3dd 100644
--- a/opendj3/opendj-ldap-sdk/src/site/xdoc/index.xml
+++ b/opendj3/opendj-ldap-sdk/src/site/xdoc/index.xml
@@ -109,9 +109,9 @@
<ul>
<li><a href="http://builds.forgerock.org/view/OpenDJ/job/OpenDJ3/lastStableBuild/org.forgerock.opendj$opendj-ldap-sdk/artifact/org.forgerock.opendj/opendj-ldap-sdk/3.0.0-SNAPSHOT/opendj-ldap-sdk-3.0.0-SNAPSHOT.jar">opendj-ldap-sdk-3.0.0-SNAPSHOT.jar</a> - OpenDJ LDAP SDK</li>
<li><a href="http://maven.forgerock.org/repo/releases/org/forgerock/commons/i18n-core/1.2.0/i18n-core-1.2.0.jar">i18n-core-1.2.0.jar</a> - ForgeRock Commons I18N Framework</li>
- <li><a href="http://download.java.net/maven/glassfish/org/glassfish/grizzly/grizzly-framework/2.1.1/grizzly-framework-2.1.1.jar">grizzly-framework-2.1.1.jar</a> - Grizzly IO Framework</li>
- <li><a href="http://download.java.net/maven/2/org/glassfish/gmbal/gmbal-api-only/3.0.0-b023/gmbal-api-only-3.0.0-b023.jar">gmbal-api-only-3.0.0-b023.jar</a> - Glassfish Management API</li>
- <li><a href="http://download.java.net/maven/2/org/glassfish/external/management-api/3.0.0-b012/management-api-3.0.0-b012.jar">management-api-3.0.0-b012.jar</a> - Glassfish Common Management API</li>
+ <li><a href="http://search.maven.org/remotecontent?filepath=org/glassfish/grizzly/grizzly-framework/2.1.2/grizzly-framework-2.1.2.jar">grizzly-framework-2.1.1.jar</a> - Grizzly IO Framework</li>
+ <li><a href="http://search.maven.org/remotecontent?filepath=org/glassfish/gmbal/gmbal-api-only/3.0.0-b023/gmbal-api-only-3.0.0-b023.jar">gmbal-api-only-3.0.0-b023.jar</a> - Glassfish Management API</li>
+ <li><a href="http://search.maven.org/remotecontent?filepath=org/glassfish/external/management-api/3.0.0-b012/management-api-3.0.0-b012.jar">management-api-3.0.0-b012.jar</a> - Glassfish Common Management API</li>
</ul>
</subsection>
<subsection name="Build">
diff --git a/opendj3/pom.xml b/opendj3/pom.xml
index dcc5b59..321390c 100644
--- a/opendj3/pom.xml
+++ b/opendj3/pom.xml
@@ -636,11 +636,6 @@
<enabled>false</enabled>
</releases>
</repository>
- <repository>
- <id>glassfish-repository</id>
- <name>GlassFish Repository</name>
- <url>http://download.java.net/maven/glassfish</url>
- </repository>
</repositories>
<dependencies>
<dependency>
--
Gitblit v1.10.0