From 5506657f8007af0af782782e44865d2d8dec93ac Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Mon, 15 Apr 2013 18:46:50 +0000 Subject: [PATCH] [LOGGING-151] Use org.apache.commons.logging as BSN. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1468180 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 3 +-- src/changes/changes.xml | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 463f8a8..2b1a5cf 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ under the License. commons-logging commons-logging Commons Logging - 1.2-SNAPSHOT + 1.1.3-SNAPSHOT Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. http://commons.apache.org/proper/commons-logging/ @@ -513,7 +513,6 @@ under the License. 2.12 true - ${project.artifactId} javax.servlet;version="[2.1.0, 3.0.0)";resolution:=optional, org.apache.avalon.framework.logger;version="[4.1.3, 4.1.5]";resolution:=optional, diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3065e7b..fe3bd6c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,7 +43,10 @@ The type attribute can be add,update,fix,remove. Release Notes - + + + Use "org.apache.commons.logging" as bundle symbolic name. +