!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
|
Name: apache-commons-csv
|
||||||
Version: 1.9.0
|
Version: 1.10.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Utilities to assist with handling of CSV files
|
Summary: Utilities to assist with handling of CSV files
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -47,7 +47,7 @@ mvn package -DskipTests -Dtar -Drat.skip=true
|
|||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
install -d -m 0755 %{buildroot}/%{_javadocdir}/%{name}
|
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
|
%files -f .mfiles
|
||||||
%doc RELEASE-NOTES.txt
|
%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
|
%license LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 13 2022 Ge Wang <wangge20@h-partners.com> - 1.9.0-1
|
||||||
- Upgrade to version 1.9.0
|
- Upgrade to version 1.9.0
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@ -4,8 +4,8 @@
|
|||||||
<artifact>
|
<artifact>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-csv</artifactId>
|
<artifactId>commons-csv</artifactId>
|
||||||
<version>1.9.0</version>
|
<version>1.10.0</version>
|
||||||
<path>absolute-prefix/target/commons-csv-1.9.0.jar</path>
|
<path>absolute-prefix/target/commons-csv-1.10.0.jar</path>
|
||||||
<properties>
|
<properties>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<requiresJava>1.8</requiresJava>
|
<requiresJava>1.8</requiresJava>
|
||||||
@ -15,7 +15,7 @@
|
|||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-csv</artifactId>
|
<artifactId>commons-csv</artifactId>
|
||||||
<extension>pom</extension>
|
<extension>pom</extension>
|
||||||
<version>1.9.0</version>
|
<version>1.10.0</version>
|
||||||
<path>absolute-prefix/pom.xml</path>
|
<path>absolute-prefix/pom.xml</path>
|
||||||
<properties>
|
<properties>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user