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.