!7 Update to version 1.10.0
From: @chen-jan Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
d9f3e8023f
@ -1,5 +1,5 @@
|
||||
Name: apache-commons-csv
|
||||
Version: 1.9.0
|
||||
Version: 1.10.0
|
||||
Release: 1
|
||||
Summary: Utilities to assist with handling of CSV files
|
||||
License: Apache-2.0
|
||||
@ -47,7 +47,7 @@ mvn package -DskipTests -Dtar -Drat.skip=true
|
||||
%install
|
||||
%mvn_install
|
||||
install -d -m 0755 %{buildroot}/%{_javadocdir}/%{name}
|
||||
install -m 0755 target/commons-csv-1.9.0-javadoc.jar %{buildroot}/%{_javadocdir}/%{name}
|
||||
install -m 0755 target/commons-csv-%{version}-javadoc.jar %{buildroot}/%{_javadocdir}/%{name}
|
||||
|
||||
%files -f .mfiles
|
||||
%doc RELEASE-NOTES.txt
|
||||
@ -58,6 +58,9 @@ install -m 0755 target/commons-csv-1.9.0-javadoc.jar %{buildroot}/%{_javadocdir}
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Wed May 10 2023 chenchen <chen_aka_jan@163.com> - 1.10.0-1
|
||||
- Update to version 1.10.0
|
||||
|
||||
* Mon Jun 13 2022 Ge Wang <wangge20@h-partners.com> - 1.9.0-1
|
||||
- Upgrade to version 1.9.0
|
||||
|
||||
|
||||
Binary file not shown.
@ -4,8 +4,8 @@
|
||||
<artifact>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-csv</artifactId>
|
||||
<version>1.9.0</version>
|
||||
<path>absolute-prefix/target/commons-csv-1.9.0.jar</path>
|
||||
<version>1.10.0</version>
|
||||
<path>absolute-prefix/target/commons-csv-1.10.0.jar</path>
|
||||
<properties>
|
||||
<type>jar</type>
|
||||
<requiresJava>1.8</requiresJava>
|
||||
@ -15,7 +15,7 @@
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-csv</artifactId>
|
||||
<extension>pom</extension>
|
||||
<version>1.9.0</version>
|
||||
<version>1.10.0</version>
|
||||
<path>absolute-prefix/pom.xml</path>
|
||||
<properties>
|
||||
<type>jar</type>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user