!3 fasterxml-oss-parent: update version to 56
From: @xujing99 Reviewed-by: @wangchong1995924 Signed-off-by: @wangchong1995924
This commit is contained in:
commit
a7632b4e2b
@ -1,9 +1,9 @@
|
|||||||
Name: fasterxml-oss-parent
|
Name: fasterxml-oss-parent
|
||||||
Version: 26
|
Version: 56
|
||||||
Release: 9
|
Release: 1
|
||||||
Summary: Faster, better open source XML and JSON parsing for the Java platform
|
Summary: Faster, better open source XML and JSON parsing for the Java platform
|
||||||
License: ASL 2.0
|
License: Apache-2.0
|
||||||
URL: http://fasterxml.com/
|
URL: https://github.com/FasterXML/oss-parent
|
||||||
Source0: https://github.com/FasterXML/oss-parent/archive/oss-parent-%{version}.tar.gz
|
Source0: https://github.com/FasterXML/oss-parent/archive/oss-parent-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin) mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin) mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||||
@ -19,21 +19,14 @@ FasterXML offers consulting services for adoption, performance tuning, and exten
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n oss-parent-oss-parent-%{version} -p1
|
%autosetup -n oss-parent-oss-parent-%{version} -p1
|
||||||
|
|
||||||
for package in org.sonatype.plugins:nexus-maven-plugin :maven-scm-plugin \
|
for package in :jacoco-maven-plugin :maven-enforcer-plugin :maven-javadoc-plugin \
|
||||||
org.codehaus.mojo:jdepend-maven-plugin org.codehaus.mojo:taglist-maven-plugin \
|
:maven-pmd-plugin :maven-scm-plugin :maven-site-plugin \
|
||||||
:maven-enforcer-plugin :maven-site-plugin
|
:jdepend-maven-plugin :taglist-maven-plugin
|
||||||
do
|
do
|
||||||
%pom_remove_plugin ${package}
|
%pom_remove_plugin ${package}
|
||||||
done
|
done
|
||||||
|
|
||||||
%pom_xpath_remove "pom:build/pom:extensions"
|
%pom_xpath_remove "pom:build/pom:extensions"
|
||||||
%pom_xpath_remove "pom:reporting/pom:plugins/pom:plugin[pom:artifactId='maven-javadoc-plugin']/pom:configuration"
|
|
||||||
%pom_xpath_inject "pom:reporting/pom:plugins/pom:plugin[pom:artifactId='maven-javadoc-plugin']" '
|
|
||||||
<configuration>
|
|
||||||
<encoding>UTF-8</encoding>
|
|
||||||
<quiet>true</quiet>
|
|
||||||
<source>${javac.src.version}</source>
|
|
||||||
</configuration>'
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build -j
|
%mvn_build -j
|
||||||
@ -46,6 +39,9 @@ done
|
|||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 17 2024 xujing <xujing125@huawei.com> - 56-1
|
||||||
|
- update version to 56
|
||||||
|
|
||||||
* Thu Dec 29 2022 yangmingtai <yangmingtai@huawei.com> - 26-9
|
* Thu Dec 29 2022 yangmingtai <yangmingtai@huawei.com> - 26-9
|
||||||
- add fasterxml-oss-parent.yaml
|
- add fasterxml-oss-parent.yaml
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
oss-parent-56.tar.gz
Normal file
BIN
oss-parent-56.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user