diff --git a/commons-logging-README.txt b/commons-logging-README.txt deleted file mode 100644 index 1fad379..0000000 --- a/commons-logging-README.txt +++ /dev/null @@ -1,6 +0,0 @@ -The Logging package is an ultra-thin bridge between different logging implementations. A library that uses the commons-logging API can be used with any logging implementation at runtime. Commons-logging comes with support for a number of popular logging implementations, and writing adapters for others is a reasonably simple task. - -See RELEASE-NOTES.txt for details on the current release. - - -Note: The maven2 pom.xml file is affected by the presence or absence of this file. See the comments in that file for details. diff --git a/doap_logging.rdf b/doap_logging.rdf index de3f8c3..2f3205a 100644 --- a/doap_logging.rdf +++ b/doap_logging.rdf @@ -1,14 +1,14 @@ - - Apache Jakarta Commons Logging - + + Apache Apache Commons Logging + Java - + Commons Logging Commons Logging is a thin adapter allowing configurable bridging to other, @@ -27,6 +27,6 @@ 1.0.4 - + diff --git a/pom.xml b/pom.xml index ad2c53c..999ffac 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ 1.1.1-SNAPSHOT Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. - http://jakarta.apache.org/commons/logging + http://commons.apache.org/logging http://issues.apache.org/jira/browse/LOGGING @@ -122,9 +122,9 @@ - scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk - scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk - http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk + scm:svn:http://svn.apache.org/repos/asf/commons/proper/logging/trunk + scm:svn:https://svn.apache.org/repos/asf/commons/proper/logging/trunk + http://svn.apache.org/repos/asf/commons/proper/logging/trunk @@ -263,6 +263,39 @@ + + + org.codehaus.mojo + build-helper-maven-plugin + 1.0 + + + attach-artifacts + package + + attach-artifact + + + + + ${project.build.directory}/${project.artifactId}-adapters-${project.version}.jar + jar + adapters + + + ${project.build.directory}/${project.artifactId}-api-${project.version}.jar + jar + api + + + + + + +