[apache-commons-logging] Add aliases for apache groupId

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Mar 9 13:15:08 UTC 2015


commit a89f5fb69af05db6d973e6d6c77eef5b96886be4
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Mar 9 14:13:02 2015 +0100

    Add aliases for apache groupId

 apache-commons-logging.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/apache-commons-logging.spec b/apache-commons-logging.spec
index 19207d4..df3eb86 100644
--- a/apache-commons-logging.spec
+++ b/apache-commons-logging.spec
@@ -7,7 +7,7 @@
 
 Name:           apache-%{short_name}
 Version:        1.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Apache Commons Logging
 License:        ASL 2.0
 URL:            http://commons.apache.org/%{base_name}
@@ -68,7 +68,7 @@ sed -i 's/\r//' RELEASE-NOTES.txt LICENSE.txt NOTICE.txt
 
 # for compatibility reasons
 %mvn_file ":%{short_name}{*}" "%{short_name}@1" "%{name}@1"
-%mvn_alias ":%{short_name}{*}" "org.apache.commons:%{short_name}@1"
+%mvn_alias ":%{short_name}{*}" "org.apache.commons:%{short_name}@1" "apache:%{short_name}@1"
 
 # Remove log4j12 tests
 rm -rf src/test/java/org/apache/commons/logging/log4j/log4j12
@@ -108,6 +108,9 @@ install -pm 644 %{SOURCE2} %{buildroot}/%{_mavenpomdir}/JPP-%{short_name}-api.po
 # -----------------------------------------------------------------------------
 
 %changelog
+* Mon Mar  9 2015 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.2-3
+- Add aliases for apache groupId
+
 * Tue Jul 29 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.2-2
 - Generate different Bundle-SymbolicName for different JARs
 - Resolves: rhbz#1123055


More information about the scm-commits mailing list