From 9f3a2e5c9b5c9bb23af27f469b8c733a50186177 Mon Sep 17 00:00:00 2001 From: Niall Kegan Pemberton Date: Fri, 27 Jul 2007 17:52:04 +0000 Subject: [PATCH 1/5] Remove jakarta references from m1 and m2 builds git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@560337 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 10 +++++----- project.xml | 30 +++++++++++++++--------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index ad2c53c..6b6a323 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 @@ -387,7 +387,7 @@ apache.website - ${commons.deployment.protocol}://people.apache.org//www/jakarta.apache.org/commons/logging/ + ${commons.deployment.protocol}://people.apache.org//www/commons.apache.org/logging/ diff --git a/project.xml b/project.xml index f98ac4c..7c3ced0 100644 --- a/project.xml +++ b/project.xml @@ -32,13 +32,13 @@ /images/logo.png - http://jakarta.apache.org/commons/logging/ + http://commons.apache.org/logging/ org.apache.commons.logging The Apache Software Foundation - http://jakarta.apache.org - http://jakarta.apache.org/images/original-jakarta-logo.gif + http://commons.apache.org/ + http://commons.apache.org/images/logo.png @@ -49,15 +49,15 @@ - jakarta + commons http://issues.apache.org/jira/browse/LOGGING people.apache.org - /www/jakarta.apache.org/commons/logging/ - /www/jakarta.apache.org/builds/jakarta-commons/logging/ + /www/commons.apache.org/logging/ + /www/people.apache.org/builds/commons/logging/ - scm:svn:http://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/ + http://svn.apache.org/repos/asf/commons/proper/logging/trunk/ @@ -91,15 +91,15 @@ Commons Dev List - commons-dev-subscribe@jakarta.apache.org - commons-dev-unsubscribe@jakarta.apache.org - http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/ + dev-subscribe@commons.apache.org + dev-unsubscribe@commons.apache.org + http://mail-archives.apache.org/mod_mbox/commons-dev/ Commons User List - commons-user-subscribe@jakarta.apache.org - commons-user-unsubscribe@jakarta.apache.org - http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/ + user-subscribe@commons.apache.org + user-unsubscribe@commons.apache.org + http://mail-archives.apache.org/mod_mbox/commons-user/ @@ -256,7 +256,7 @@ Runtime Optional. - commons-dev@jakarta.apache.org + dev@commons.apache.org src/java src/test From 17a8564a597e225683910feb9dac69199d8b162a Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Sat, 28 Jul 2007 08:12:57 +0000 Subject: [PATCH 2/5] Updating to reflect website change git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@560518 13f79535-47bb-0310-9956-ffa450edef68 --- doap_logging.rdf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 - + From 970a0be14dbe577971e2f227c7d4c2dcc5d8e277 Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Sat, 28 Jul 2007 18:55:53 +0000 Subject: [PATCH 3/5] Attach the adapters and api jars to the normal artifact. This way they will be deployed when the normal artifact is deployed. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@560590 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/pom.xml b/pom.xml index 6b6a323..999ffac 100644 --- a/pom.xml +++ b/pom.xml @@ -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 + + + + + + +