Upgrade to 2.19.0

This commit is contained in:
starlet-dx 2024-03-06 14:29:26 +08:00
parent 18635a43b5
commit 5ba3e68b17
4 changed files with 7 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
%global majorversion 2
Name: metadata-extractor2
Version: 2.18.0
Version: 2.19.0
Release: 1
Summary: Extracts EXIF, IPTC, XMP, ICC and other metadata from image files
License: ASL 2.0
@ -61,6 +61,9 @@ mv Output/maven/apidocs target/site/apidocs
/usr/share/javadoc/metadata-extractor2
%changelog
* Wed Mar 06 2024 yaoxin <yao_xin001@hoperun.com> - 2.19.0-1
- Upgrade to 2.19.0
* Thu Aug 10 2023 xu_ping <707078654@qq.com> - 2.18.0-1
- Update to 2.18.0

View File

@ -4,8 +4,8 @@
<artifact>
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
<version>2.18.0</version>
<path>absolute-prefix/Output/maven/metadata-extractor-2.18.0.jar</path>
<version>2.19.0</version>
<path>absolute-prefix/Output/maven/metadata-extractor-2.19.0.jar</path>
<properties>
<type>bundle</type>
<requiresJava>1.6</requiresJava>
@ -22,7 +22,7 @@
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
<extension>pom</extension>
<version>2.18.0</version>
<version>2.19.0</version>
<path>absolute-prefix/pom.xml</path>
<properties>
<type>bundle</type>