Add aliases for apache groupId
This commit is contained in:
parent
b731d25946
commit
a89f5fb69a
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Apache Commons Logging
|
Summary: Apache Commons Logging
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/%{base_name}
|
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
|
# for compatibility reasons
|
||||||
%mvn_file ":%{short_name}{*}" "%{short_name}@1" "%{name}@1"
|
%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
|
# Remove log4j12 tests
|
||||||
rm -rf src/test/java/org/apache/commons/logging/log4j/log4j12
|
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
|
%changelog
|
||||||
|
* Mon Mar 9 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2-3
|
||||||
|
- Add aliases for apache groupId
|
||||||
|
|
||||||
* Tue Jul 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2-2
|
* Tue Jul 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2-2
|
||||||
- Generate different Bundle-SymbolicName for different JARs
|
- Generate different Bundle-SymbolicName for different JARs
|
||||||
- Resolves: rhbz#1123055
|
- Resolves: rhbz#1123055
|
||||||
|
Loading…
Reference in New Issue
Block a user