update to version 0.38.19

This commit is contained in:
wang--ge 2023-10-07 15:38:11 +08:00
parent 5204552600
commit ea17e2d948
3 changed files with 5 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: jnr-unixsocket
Version: 0.21
Version: 0.38.19
Release: 1
Summary: Unix sockets for Java
License: ASL 2.0
@ -25,12 +25,10 @@ find ./ -name '*.jar' -delete
find ./ -name '*.class' -delete
%pom_xpath_remove pom:build/pom:extensions
%pom_remove_plugin :maven-checkstyle-plugin
%pom_remove_plugin :findbugs-maven-plugin
%pom_remove_plugin :spotbugs-maven-plugin
%pom_remove_plugin :maven-pmd-plugin
%pom_remove_plugin :maven-javadoc-plugin
%pom_remove_plugin :maven-assembly-plugin
%pom_remove_plugin :exec-maven-plugin
rm -r src/main/java/jnr/enxio
%pom_xpath_remove "pom:plugin[pom:artifactId='maven-jar-plugin']/pom:executions"
%build
@ -47,5 +45,8 @@ rm -r src/main/java/jnr/enxio
%license LICENSE
%changelog
* Sat Oct 07 2023 Ge Wang <wang__ge@126.com> - 0.38.19-1
- Update to version 0.38.19
* Fri Jul 31 2020 Jeffery.Gao <gaojianxing@huawei.com> - 0.21-1
- Package init