Skip to content

Commit

Permalink
REL: JHOVE 1.28.0-RC2
Browse files Browse the repository at this point in the history
- bumped application version to 1.28.0-RC2;
- bumped xml-HUL version to 1.5.3-RC2;
- update installer packaging versions; and
- updated `RELEASENOTES.md` with change details.
  • Loading branch information
carlwilson committed Apr 20, 2023
1 parent 04e6504 commit 4709119
Show file tree
Hide file tree
Showing 19 changed files with 39 additions and 24 deletions.
17 changes: 16 additions & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,22 @@ see the file LICENSE for details).
Versions 1.7 to 1.11 of JHOVE released independently.
Versions 1.12 onwards released by the Open Preservation Foundation.

## JHOVE 1.28.0
## JHOVE 1.28.0-RC2

2023-04-20

## General

- Fixed small issue in generated reports where schema version wasn't incremented to 1.9. [[#849][]]

### XML Module 1.5.3

- Reverted reporting of XmlParseExceptions so that exception detail is part of message body. [[#850][]]

[#849]: https://github.com/openpreserve/jhove/pull/849
[#850]: https://github.com/openpreserve/jhove/pull/850

## JHOVE 1.28.0-RC1

2023-03-16

Expand Down
2 changes: 1 addition & 1 deletion jhove-apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openpreservation.jhove</groupId>
<artifactId>jhove</artifactId>
<version>1.28.0-RC1</version>
<version>1.28.0-RC2</version>
</parent>

<artifactId>jhove-apps</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jhove-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openpreservation.jhove</groupId>
<artifactId>jhove</artifactId>
<version>1.28.0-RC1</version>
<version>1.28.0-RC2</version>
</parent>

<artifactId>jhove-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jhove-ext-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.openpreservation.jhove</groupId>
<artifactId>jhove</artifactId>
<version>1.28.0-RC1</version>
<version>1.28.0-RC2</version>
</parent>

<artifactId>jhove-ext-modules</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions jhove-installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openpreservation.jhove</groupId>
<artifactId>jhove</artifactId>
<version>1.28.0-RC1</version>
<version>1.28.0-RC2</version>
</parent>

<artifactId>jhove-installer</artifactId>
Expand Down Expand Up @@ -218,7 +218,7 @@
<dependency>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>xml-hul</artifactId>
<version>1.5.3-RC1</version>
<version>1.5.3-RC2</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions jhove-installer/src/main/izpack/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
<executable targetfile="$INSTALL_PATH/bin/utf8-hul-1.7.3-RC1.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/wave-hul-1.8.2.jar"/>
<executable targetfile="$INSTALL_PATH/bin/wave-hul-1.8.2.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/xml-hul-1.5.3-RC1.jar"/>
<executable targetfile="$INSTALL_PATH/bin/xml-hul-1.5.3-RC1.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/xml-hul-1.5.3-RC2.jar"/>
<executable targetfile="$INSTALL_PATH/bin/xml-hul-1.5.3-RC2.jar"/>
<file targetdir="$INSTALL_PATH/conf" override="true" src="config/jhove.conf"/>
<parsable targetfile="$INSTALL_PATH/conf/jhove.conf" type="xml"/>
<updatecheck>
Expand Down
2 changes: 1 addition & 1 deletion jhove-modules/aiff-hul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>jhove-modules</artifactId>
<version>1.28.0-RC1</version>
<version>1.28.0-RC2</version>
</parent>
<artifactId>aiff-hul</artifactId>
<version>1.6.2</version>
Expand Down
2 changes: 1 addition & 1 deletion jhove-modules/ascii-hul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>jhove-modules</artifactId>
<version>1.28.0-RC1</version>
<version>1.28.0-RC2</version>
</parent>
<artifactId>ascii-hul</artifactId>
<version>1.4.2</version>
Expand Down
2 changes: 1 addition & 1 deletion jhove-modules/gif-hul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>jhove-modules</artifactId>
<version>1.28.0-RC1</version>
<version>1.28.0-RC2</version>
</parent>
<artifactId>gif-hul</artifactId>
<version>1.4.3</version>
Expand Down
4 changes: 2 additions & 2 deletions jhove-modules/html-hul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>jhove-modules</artifactId>
<version>1.28.0-RC1</version>
<version>1.28.0-RC2</version>
</parent>
<artifactId>html-hul</artifactId>
<version>1.4.3-RC1</version>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>xml-hul</artifactId>
<version>1.5.3-RC1</version>
<version>1.5.3-RC2</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion jhove-modules/jpeg-hul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>jhove-modules</artifactId>
<version>1.28.0-RC1</version>
<version>1.28.0-RC2</version>
</parent>
<artifactId>jpeg-hul</artifactId>
<version>1.5.4-RC1</version>
Expand Down
2 changes: 1 addition & 1 deletion jhove-modules/jpeg2000-hul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>jhove-modules</artifactId>
<version>1.28.0-RC1</version>
<version>1.28.0-RC2</version>
</parent>
<artifactId>jpeg2000-hul</artifactId>
<version>1.4.4-RC1</version>
Expand Down
2 changes: 1 addition & 1 deletion jhove-modules/pdf-hul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>jhove-modules</artifactId>
<version>1.28.0-RC1</version>
<version>1.28.0-RC2</version>
</parent>
<artifactId>pdf-hul</artifactId>
<version>1.12.4-RC1</version>
Expand Down
4 changes: 2 additions & 2 deletions jhove-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openpreservation.jhove</groupId>
<artifactId>jhove</artifactId>
<version>1.28.0-RC1</version>
<version>1.28.0-RC2</version>
</parent>

<groupId>org.openpreservation.jhove.modules</groupId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>org.openpreservation.jhove</groupId>
<artifactId>jhove-core</artifactId>
<version>1.28.0-RC1</version>
<version>1.28.0-RC2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jhove-modules/tiff-hul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>jhove-modules</artifactId>
<version>1.28.0-RC1</version>
<version>1.28.0-RC2</version>
</parent>
<artifactId>tiff-hul</artifactId>
<version>1.9.4-RC1</version>
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 @@ -3,7 +3,7 @@
<parent>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>jhove-modules</artifactId>
<version>1.28.0-RC1</version>
<version>1.28.0-RC2</version>
</parent>
<artifactId>utf8-hul</artifactId>
<version>1.7.3-RC1</version>
Expand Down
2 changes: 1 addition & 1 deletion jhove-modules/wave-hul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>jhove-modules</artifactId>
<version>1.28.0-RC1</version>
<version>1.28.0-RC2</version>
</parent>
<artifactId>wave-hul</artifactId>
<version>1.8.2</version>
Expand Down
4 changes: 2 additions & 2 deletions jhove-modules/xml-hul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<parent>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>jhove-modules</artifactId>
<version>1.28.0-RC1</version>
<version>1.28.0-RC2</version>
</parent>
<artifactId>xml-hul</artifactId>
<version>1.5.3-RC1</version>
<version>1.5.3-RC2</version>
<name>JHOVE XML Module HUL</name>
<description>XML module developed by Harvard University Library</description>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.openpreservation.jhove</groupId>
<artifactId>jhove</artifactId>
<version>1.28.0-RC1</version>
<version>1.28.0-RC2</version>
<packaging>pom</packaging>

<name>JHOVE - JSTOR/Harvard Object Validation Environment</name>
Expand Down

0 comments on commit 4709119

Please sign in to comment.