From ec64e5b2c1f9f9aeb5a6a17994806a41d4bc86d2 Mon Sep 17 00:00:00 2001
From: Thomas Neidhart
Date: Mon, 20 May 2013 17:21:37 +0000
Subject: [PATCH] Post release changes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1484532 13f79535-47bb-0310-9956-ffa450edef68
---
build.xml | 2 +-
doap_logging.rdf | 5 +++++
pom.xml | 4 ++--
src/changes/changes.xml | 4 +++-
src/site/xdoc/download_logging.xml | 26 +++++++++++++-------------
src/site/xdoc/index.xml | 6 ++++++
6 files changed, 30 insertions(+), 17 deletions(-)
diff --git a/build.xml b/build.xml
index 9943e20..0ba79ef 100644
--- a/build.xml
+++ b/build.xml
@@ -94,7 +94,7 @@
-
+
diff --git a/doap_logging.rdf b/doap_logging.rdf
index ae6132b..6eb9554 100644
--- a/doap_logging.rdf
+++ b/doap_logging.rdf
@@ -37,6 +37,11 @@ limitations under the License.
+
+ commons-logging
+ 2013-03-21
+ 1.1.3
+
commons-logging
2013-03-20
diff --git a/pom.xml b/pom.xml
index e839dce..60fb82e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@ under the License.
commons-logging
commons-logging
Commons Logging
- 1.1.3-SNAPSHOT
+ 1.2-SNAPSHOT
Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems.
http://commons.apache.org/proper/commons-logging/
@@ -523,7 +523,7 @@ under the License.
1.2
1.1
logging
- 1.1.2
+ 1.1.3
LOGGING
12310484
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c4546ef..60a4600 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,7 +43,9 @@ The type attribute can be add,update,fix,remove.
Release Notes
-
+
+
+
Use "org.apache.commons.logging" as bundle symbolic name.
diff --git a/src/site/xdoc/download_logging.xml b/src/site/xdoc/download_logging.xml
index c8ee107..19a911a 100644
--- a/src/site/xdoc/download_logging.xml
+++ b/src/site/xdoc/download_logging.xml
@@ -95,32 +95,32 @@ limitations under the License.
-
+
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 157838f..aa7974a 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -81,6 +81,12 @@ This gives short introductions to topics such as advanced class loading.
Binary and source distributions are available
here.
+
+ The 1.1.3 release only updates the Bundle-SymbolicName in the manifest
+ to "org.apache.commons.logging".
+ For a full list of changes since the 1.1.1 release, please refer to the
+ change-report.
+
The 1.1.2 release is a packaging of bug fixes since release 1.1.1.
For the full details, see the release notes for this version.