Skip to content

Commit

Permalink
FIX: UTF-8 module bump
Browse files Browse the repository at this point in the history
- UTF8-hul version needs bumping for Maven publication; and
- TIFF-hul bumped for 1.32 release.

Closes #936
  • Loading branch information
carlwilson committed Aug 22, 2024
1 parent 901cdfa commit d8abf5d
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 d8abf5d

Please sign in to comment.