Skip to content

Commit

Permalink
REL: JHOVE v1.26
Browse files Browse the repository at this point in the history
- bumped version numbers;
- update installer references; and
- updated `RELEASENOTES`.
  • Loading branch information
carlwilson committed Jun 9, 2022
1 parent 3ff1946 commit 826098d
Show file tree
Hide file tree
Showing 19 changed files with 68 additions and 68 deletions.
4 changes: 2 additions & 2 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ 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.26-RC1
## JHOVE 1.26

2022-04-13
2022-04-22

### General

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.26.0-RC2</version>
<version>1.26.0</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.26.0-RC2</version>
<version>1.26.0</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.26.0-RC2</version>
<version>1.26.0</version>
</parent>

<artifactId>jhove-ext-modules</artifactId>
Expand Down
24 changes: 12 additions & 12 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.26.0-RC2</version>
<version>1.26.0</version>
</parent>

<artifactId>jhove-installer</artifactId>
Expand Down Expand Up @@ -168,57 +168,57 @@
<dependency>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>aiff-hul</artifactId>
<version>1.6.2-RC2</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>ascii-hul</artifactId>
<version>1.4.2-RC2</version>
<version>1.4.2</version>
</dependency>
<dependency>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>gif-hul</artifactId>
<version>1.4.3-RC2</version>
<version>1.4.3</version>
</dependency>
<dependency>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>html-hul</artifactId>
<version>1.4.2-RC2</version>
<version>1.4.2</version>
</dependency>
<dependency>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>jpeg2000-hul</artifactId>
<version>1.4.3-RC2</version>
<version>1.4.3</version>
</dependency>
<dependency>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>jpeg-hul</artifactId>
<version>1.5.3-RC2</version>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>pdf-hul</artifactId>
<version>1.12.3-RC2</version>
<version>1.12.3</version>
</dependency>
<dependency>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>tiff-hul</artifactId>
<version>1.9.3-RC2</version>
<version>1.9.3</version>
</dependency>
<dependency>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>utf8-hul</artifactId>
<version>1.7.2-RC2</version>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>wave-hul</artifactId>
<version>1.8.2-RC2</version>
<version>1.8.2</version>
</dependency>
<dependency>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>xml-hul</artifactId>
<version>1.5.2-RC2</version>
<version>1.5.2</version>
</dependency>
</dependencies>

Expand Down
44 changes: 22 additions & 22 deletions jhove-installer/src/main/izpack/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,28 +59,28 @@
<description>JHOVE application JARs including the internal modules and configuration files.</description>
<file targetdir="$INSTALL_PATH/bin" src="bin/jhove-apps-${project.version}.jar"/>
<executable targetfile="$INSTALL_PATH/bin/jhove-apps-${project.version}.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/aiff-hul-1.6.2-RC2.jar"/>
<executable targetfile="$INSTALL_PATH/bin/aiff-hul-1.6.2-RC2.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/ascii-hul-1.4.2-RC2.jar"/>
<executable targetfile="$INSTALL_PATH/bin/ascii-hul-1.4.2-RC2.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/gif-hul-1.4.3-RC2.jar"/>
<executable targetfile="$INSTALL_PATH/bin/gif-hul-1.4.3-RC2.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/html-hul-1.4.2-RC2.jar"/>
<executable targetfile="$INSTALL_PATH/bin/html-hul-1.4.2-RC2.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/jpeg2000-hul-1.4.3-RC2.jar"/>
<executable targetfile="$INSTALL_PATH/bin/jpeg2000-hul-1.4.3-RC2.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/jpeg-hul-1.5.3-RC2.jar"/>
<executable targetfile="$INSTALL_PATH/bin/jpeg-hul-1.5.3-RC2.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/pdf-hul-1.12.3-RC2.jar"/>
<executable targetfile="$INSTALL_PATH/bin/pdf-hul-1.12.3-RC2.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/tiff-hul-1.9.3-RC2.jar"/>
<executable targetfile="$INSTALL_PATH/bin/tiff-hul-1.9.3-RC2.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/utf8-hul-1.7.2-RC2.jar"/>
<executable targetfile="$INSTALL_PATH/bin/utf8-hul-1.7.2-RC2.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/wave-hul-1.8.2-RC2.jar"/>
<executable targetfile="$INSTALL_PATH/bin/wave-hul-1.8.2-RC2.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/xml-hul-1.5.2-RC2.jar"/>
<executable targetfile="$INSTALL_PATH/bin/xml-hul-1.5.2-RC2.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/aiff-hul-1.6.2.jar"/>
<executable targetfile="$INSTALL_PATH/bin/aiff-hul-1.6.2.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/ascii-hul-1.4.2.jar"/>
<executable targetfile="$INSTALL_PATH/bin/ascii-hul-1.4.2.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/gif-hul-1.4.3.jar"/>
<executable targetfile="$INSTALL_PATH/bin/gif-hul-1.4.3.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/html-hul-1.4.2.jar"/>
<executable targetfile="$INSTALL_PATH/bin/html-hul-1.4.2.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/jpeg2000-hul-1.4.3.jar"/>
<executable targetfile="$INSTALL_PATH/bin/jpeg2000-hul-1.4.3.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/jpeg-hul-1.5.3.jar"/>
<executable targetfile="$INSTALL_PATH/bin/jpeg-hul-1.5.3.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/pdf-hul-1.12.3.jar"/>
<executable targetfile="$INSTALL_PATH/bin/pdf-hul-1.12.3.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/tiff-hul-1.9.3.jar"/>
<executable targetfile="$INSTALL_PATH/bin/tiff-hul-1.9.3.jar"/>
<file targetdir="$INSTALL_PATH/bin" src="bin/utf8-hul-1.7.2.jar"/>
<executable targetfile="$INSTALL_PATH/bin/utf8-hul-1.7.2.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.2.jar"/>
<executable targetfile="$INSTALL_PATH/bin/xml-hul-1.5.2.jar"/>
<file targetdir="$INSTALL_PATH/conf" override="true" src="config/jhove.conf"/>
<parsable targetfile="$INSTALL_PATH/conf/jhove.conf" type="xml"/>
<updatecheck>
Expand Down
4 changes: 2 additions & 2 deletions jhove-modules/aiff-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.26.0-RC2</version>
<version>1.26.0</version>
</parent>
<artifactId>aiff-hul</artifactId>
<version>1.6.2-RC2</version>
<version>1.6.2</version>
<name>JHOVE AIFF Module HUL</name>
<description>AIFF module developed by Harvard University Library</description>
</project>
4 changes: 2 additions & 2 deletions jhove-modules/ascii-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.26.0-RC2</version>
<version>1.26.0</version>
</parent>
<artifactId>ascii-hul</artifactId>
<version>1.4.2-RC2</version>
<version>1.4.2</version>
<name>JHOVE ASCII Module HUL</name>
<description>ASCII module developed by Harvard University Library</description>

Expand Down
4 changes: 2 additions & 2 deletions jhove-modules/gif-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.26.0-RC2</version>
<version>1.26.0</version>
</parent>
<artifactId>gif-hul</artifactId>
<version>1.4.3-RC2</version>
<version>1.4.3</version>
<name>JHOVE GIF Module HUL</name>
<description>GIF module developed by Harvard University Library</description>
</project>
6 changes: 3 additions & 3 deletions jhove-modules/html-hul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<parent>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>jhove-modules</artifactId>
<version>1.26.0-RC2</version>
<version>1.26.0</version>
</parent>
<artifactId>html-hul</artifactId>
<version>1.4.2-RC2</version>
<version>1.4.2</version>
<name>JHOVE HTML Module HUL</name>
<description>HTML module developed by Harvard University Library</description>

<dependencies>
<dependency>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>xml-hul</artifactId>
<version>1.5.2-RC2</version>
<version>1.5.2</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions jhove-modules/jpeg-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.26.0-RC2</version>
<version>1.26.0</version>
</parent>
<artifactId>jpeg-hul</artifactId>
<version>1.5.3-RC2</version>
<version>1.5.3</version>
<name>JHOVE JPEG Module HUL</name>
<description>JPEG module developed by Harvard University Library</description>

Expand Down
4 changes: 2 additions & 2 deletions jhove-modules/jpeg2000-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.26.0-RC2</version>
<version>1.26.0</version>
</parent>
<artifactId>jpeg2000-hul</artifactId>
<version>1.4.3-RC2</version>
<version>1.4.3</version>
<name>JHOVE JPEG 2000 Module HUL</name>
<description>JPEG 2000 module developed by Harvard University Library</description>
</project>
4 changes: 2 additions & 2 deletions jhove-modules/pdf-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.26.0-RC2</version>
<version>1.26.0</version>
</parent>
<artifactId>pdf-hul</artifactId>
<version>1.12.3-RC2</version>
<version>1.12.3</version>
<name>JHOVE PDF Module HUL</name>
<description>PDF module developed by Harvard University Library</description>
</project>
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.26.0-RC2</version>
<version>1.26.0</version>
</parent>

<groupId>org.openpreservation.jhove.modules</groupId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.openpreservation.jhove</groupId>
<artifactId>jhove-core</artifactId>
<version>1.26.0-RC2</version>
<version>1.26.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jhove-modules/tiff-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.26.0-RC2</version>
<version>1.26.0</version>
</parent>
<artifactId>tiff-hul</artifactId>
<version>1.9.3-RC2</version>
<version>1.9.3</version>
<name>JHOVE TIFF Module HUL</name>
<description>TIFF module developed by Harvard University Library</description>
</project>
6 changes: 3 additions & 3 deletions jhove-modules/utf8-hul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<parent>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>jhove-modules</artifactId>
<version>1.26.0-RC2</version>
<version>1.26.0</version>
</parent>
<artifactId>utf8-hul</artifactId>
<version>1.7.2-RC2</version>
<version>1.7.2</version>
<name>JHOVE UTF8 Module HUL</name>
<description>UTF8 module developed by Harvard University Library</description>

<dependencies>
<dependency>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>ascii-hul</artifactId>
<version>1.4.2-RC2</version>
<version>1.4.2</version>
</dependency>
<dependency>
<groupId>org.openpreservation.jhove.modules</groupId>
Expand Down
6 changes: 3 additions & 3 deletions jhove-modules/wave-hul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<parent>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>jhove-modules</artifactId>
<version>1.26.0-RC2</version>
<version>1.26.0</version>
</parent>
<artifactId>wave-hul</artifactId>
<version>1.8.2-RC2</version>
<version>1.8.2</version>
<name>JHOVE WAVE Module HUL</name>
<description>WAVE module developed by Harvard University Library</description>

<dependencies>
<dependency>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>aiff-hul</artifactId>
<version>1.6.2-RC2</version>
<version>1.6.2</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions jhove-modules/xml-hul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<parent>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>jhove-modules</artifactId>
<version>1.26.0-RC2</version>
<version>1.26.0</version>
</parent>
<artifactId>xml-hul</artifactId>
<version>1.5.2-RC2</version>
<version>1.5.2</version>
<name>JHOVE XML Module HUL</name>
<description>XML module developed by Harvard University Library</description>

<dependencies>
<dependency>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>utf8-hul</artifactId>
<version>1.7.2-RC2</version>
<version>1.7.2</version>
</dependency>
</dependencies>

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.26.0-RC2</version>
<version>1.26.0</version>
<packaging>pom</packaging>

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

0 comments on commit 826098d

Please sign in to comment.