!11 Upgrade to 2.19.0

From: @starlet-dx 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2024-03-06 07:03:05 +00:00 committed by Gitee
commit dc75678a97
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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>