Upgrade to 2.9.0

This commit is contained in:
starlet-dx 2023-09-20 16:21:33 +08:00
parent 1516a1939b
commit 81ebf85cdf
4 changed files with 6 additions and 11 deletions

View File

@ -1,6 +1,6 @@
Name: apache-commons-pool2
Version: 2.4.2
Release: 3
Version: 2.9.0
Release: 1
Summary: Apache Commons Object Pooling Library 2.x series
License: ASL 2.0
URL: http://commons.apache.org/proper/commons-pool/
@ -27,8 +27,7 @@ Obsoletes: %{name}-javadoc < %{version}-%{release}
This package contains javadoc for %{name}.
%prep
%setup -q -n commons-pool2-%{version}-src
%patch0 -p1
%autosetup -n commons-pool2-%{version}-src -p1
%pom_remove_plugin :maven-assembly-plugin
%pom_remove_plugin org.apache.maven.plugins:maven-scm-publish-plugin
%mvn_file : %{name} commons-pool2
@ -47,6 +46,9 @@ This package contains javadoc for %{name}.
%license LICENSE.txt NOTICE.txt
%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
- Fix the compilation failure

Binary file not shown.

Binary file not shown.

View File

@ -9,10 +9,3 @@ diff -Nur a/pom.xml b/pom.xml
<!-- Don't allow test to run for more than 30 minutes -->
<forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
<includes>
@@ -313,4 +314,4 @@
</profile>
</profiles>
-</project>
\ No newline at end of file
+</project>