Skip to content

Commit

Permalink
Merge pull request #961 from openpreserve/rel/1.32
Browse files Browse the repository at this point in the history
REL: Version 1.32.0
  • Loading branch information
carlwilson authored Sep 4, 2024
2 parents 84ff728 + ec42055 commit 3a4808e
Show file tree
Hide file tree
Showing 20 changed files with 26 additions and 26 deletions.
6 changes: 3 additions & 3 deletions jhove-apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.openpreservation.jhove</groupId>
<artifactId>jhove</artifactId>
<version>1.32.0-RC1</version>
<version>1.32.0</version>
</parent>

<artifactId>jhove-apps</artifactId>
<packaging>jar</packaging>
<version>1.32.0-RC1</version>
<version>1.32.0</version>


<name>JHOVE Applications</name>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.openpreservation.jhove</groupId>
<artifactId>jhove-core</artifactId>
<version>1.32.0-RC1</version>
<version>1.32.0</version>
</dependency>
</dependencies>

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.32.0-RC1</version>
<version>1.32.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.32.0-RC1</version>
<version>1.32.0</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,11 +5,11 @@
<parent>
<groupId>org.openpreservation.jhove</groupId>
<artifactId>jhove</artifactId>
<version>1.32.0-RC1</version>
<version>1.32.0</version>
</parent>

<artifactId>jhove-installer</artifactId>
<version>1.32.0-RC1</version>
<version>1.32.0</version>
<name>JHOVE Installer</name>
<description>Maven-built IzPack installer for JHOVE.</description>

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.32.0-RC1</version>
<version>1.32.0</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.32.0-RC1</version>
<version>1.32.0</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.32.0-RC1</version>
<version>1.32.0</version>
</parent>
<artifactId>gif-hul</artifactId>
<version>1.4.3</version>
Expand Down
2 changes: 1 addition & 1 deletion 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.32.0-RC1</version>
<version>1.32.0</version>
</parent>
<artifactId>html-hul</artifactId>
<version>1.4.4</version>
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.32.0-RC1</version>
<version>1.32.0</version>
</parent>
<artifactId>jpeg-hul</artifactId>
<version>1.5.4</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.32.0-RC1</version>
<version>1.32.0</version>
</parent>
<artifactId>jpeg2000-hul</artifactId>
<version>1.4.4</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.32.0-RC1</version>
<version>1.32.0</version>
</parent>
<artifactId>pdf-hul</artifactId>
<version>1.12.7</version>
Expand Down
6 changes: 3 additions & 3 deletions jhove-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<parent>
<groupId>org.openpreservation.jhove</groupId>
<artifactId>jhove</artifactId>
<version>1.32.0-RC1</version>
<version>1.32.0</version>
</parent>

<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>jhove-modules</artifactId>
<packaging>pom</packaging>
<version>1.32.0-RC1</version>
<version>1.32.0</version>
<name>JHOVE Validation Modules</name>
<description>The JHOVE HUL validation modules.</description>

<dependencies>
<dependency>
<groupId>org.openpreservation.jhove</groupId>
<artifactId>jhove-core</artifactId>
<version>1.32.0-RC1</version>
<version>1.32.0</version>
</dependency>
<dependency>
<groupId>org.junit.vintage</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.32.0-RC1</version>
<version>1.32.0</version>
</parent>
<artifactId>tiff-hul</artifactId>
<version>1.9.5</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.32.0-RC1</version>
<version>1.32.0</version>
</parent>
<artifactId>utf8-hul</artifactId>
<version>1.7.4</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.32.0-RC1</version>
<version>1.32.0</version>
</parent>
<artifactId>wave-hul</artifactId>
<version>1.8.3</version>
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 @@ -3,7 +3,7 @@
<parent>
<groupId>org.openpreservation.jhove.modules</groupId>
<artifactId>jhove-modules</artifactId>
<version>1.32.0-RC1</version>
<version>1.32.0</version>
</parent>
<artifactId>xml-hul</artifactId>
<version>1.5.5</version>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
XML-HUL-1 = SAXParseException
XML-HUL-1-SUB = {0} Zeile = {1,number,integer}, Spalte = {2,number,integer}.
XML-HUL-1 = SAXParseException: {0}
XML-HUL-1-SUB = Zeile = {0,number,integer}, Spalte = {1,number,integer}.
XML-HUL-2 = Maximalanzahl {0,number,integer} für Fehlermeldungen erreicht. Weitere Fehler werden nicht mehr angezeigt.
XML-HUL-3 = SAXException: {0}
XML-HUL-4 = Typ des Zeilenendes konnte nicht erkannt werden.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
XML-HUL-1 = SaxParseException : {0}
XML-HUL-1-SUB = Line = {0,number,integer}, Column = {1,number,integer}.
XML-HUL-2 = {0} messages d'erreur supplémentaires non signalés
XML-HUL-2 = {0,number,integer} messages d'erreur supplémentaires non signalés
XML-HUL-3 = SaxParseException : {0}
XML-HUL-4 = Impossible de déterminer le type de fin de ligne
XML-HUL-5 = L'interface LexicalHandler n'est pas supportée par votre implémentation XML. Certaines propriétés peuvent ne pas être signalées.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
XML-HUL-1 = SaxParseException: {0}
XML-HUL-1-SUB = Line = {0,number,integer}, Column = {1,number,integer}.
XML-HUL-2 = As mensagens de erro acima de {0} não reportadas
XML-HUL-2 = As mensagens de erro acima de {0,number,integer} não reportadas
XML-HUL-3 = SaxParseException: {0}
XML-HUL-4 = Não foi possível determinar o tipo de fim de linha
XML-HUL-5 = A interface LexicalHandler não é suportada por sua implementação XML. Isso pode resultar em algumas propriedades não sendo reportadas.
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.32.0-RC1</version>
<version>1.32.0</version>
<packaging>pom</packaging>

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

0 comments on commit 3a4808e

Please sign in to comment.