Skip to content

Commit

Permalink
Merge pull request #957 from openpreserve/rel/1.32
Browse files Browse the repository at this point in the history
FIX: UTF-8 module bump
  • Loading branch information
carlwilson authored Sep 3, 2024
2 parents 1db57e0 + c4e5bfe commit 84ff728
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jhove-installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<jpeg.hul.version>1.5.4</jpeg.hul.version>
<pdf.hul.version>1.12.7</pdf.hul.version>
<tiff.hul.version>1.9.5</tiff.hul.version>
<utf8.hul.version>1.7.3</utf8.hul.version>
<utf8.hul.version>1.7.4</utf8.hul.version>
<wave.hul.version>1.8.3</wave.hul.version>
<xml.hul.version>1.5.5</xml.hul.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion jhove-modules/utf8-hul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>1.32.0-RC1</version>
</parent>
<artifactId>utf8-hul</artifactId>
<version>1.7.3</version>
<version>1.7.4</version>
<name>JHOVE UTF8 Module HUL</name>
<description>UTF8 module developed by Harvard University Library</description>

Expand Down
2 changes: 1 addition & 1 deletion jhove-modules/xml-hul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>utf8-hul</artifactId>
<version>1.7.3</version>
<version>1.7.4</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 84ff728

Please sign in to comment.