Upgrade to 2.9.0
This commit is contained in:
parent
1516a1939b
commit
81ebf85cdf
@ -1,6 +1,6 @@
|
|||||||
Name: apache-commons-pool2
|
Name: apache-commons-pool2
|
||||||
Version: 2.4.2
|
Version: 2.9.0
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: Apache Commons Object Pooling Library 2.x series
|
Summary: Apache Commons Object Pooling Library 2.x series
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/proper/commons-pool/
|
URL: http://commons.apache.org/proper/commons-pool/
|
||||||
@ -27,8 +27,7 @@ Obsoletes: %{name}-javadoc < %{version}-%{release}
|
|||||||
This package contains javadoc for %{name}.
|
This package contains javadoc for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n commons-pool2-%{version}-src
|
%autosetup -n commons-pool2-%{version}-src -p1
|
||||||
%patch0 -p1
|
|
||||||
%pom_remove_plugin :maven-assembly-plugin
|
%pom_remove_plugin :maven-assembly-plugin
|
||||||
%pom_remove_plugin org.apache.maven.plugins:maven-scm-publish-plugin
|
%pom_remove_plugin org.apache.maven.plugins:maven-scm-publish-plugin
|
||||||
%mvn_file : %{name} commons-pool2
|
%mvn_file : %{name} commons-pool2
|
||||||
@ -47,6 +46,9 @@ This package contains javadoc for %{name}.
|
|||||||
%license LICENSE.txt NOTICE.txt
|
%license LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 20 2023 yaoxin <yao_xin001@hoperun.com> - 2.9.0-1
|
||||||
|
- Upgrade to 2.9.0
|
||||||
|
|
||||||
* Tue Jul 19 2022 wulei <wulei80@h-partners.com> - 2.4.2-3
|
* Tue Jul 19 2022 wulei <wulei80@h-partners.com> - 2.4.2-3
|
||||||
- Fix the compilation failure
|
- Fix the compilation failure
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
commons-pool2-2.9.0-src.tar.gz
Normal file
BIN
commons-pool2-2.9.0-src.tar.gz
Normal file
Binary file not shown.
@ -9,10 +9,3 @@ diff -Nur a/pom.xml b/pom.xml
|
|||||||
<!-- Don't allow test to run for more than 30 minutes -->
|
<!-- Don't allow test to run for more than 30 minutes -->
|
||||||
<forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
|
<forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
|
||||||
<includes>
|
<includes>
|
||||||
@@ -313,4 +314,4 @@
|
|
||||||
</profile>
|
|
||||||
</profiles>
|
|
||||||
|
|
||||||
-</project>
|
|
||||||
\ No newline at end of file
|
|
||||||
+</project>
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user