Skip to content

Commit

Permalink
Merge pull request #239 from dbmdz/release
Browse files Browse the repository at this point in the history
Bump version to 0.6.7
  • Loading branch information
schmika authored May 16, 2023
2 parents 31fcc93 + 75386c4 commit 1d6ce60
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ To use the ImageIO plugins, include them in your dependencies:
<dependency>
<groupId>de.digitalcollections.imageio</groupId>
<artifactId>imageio-turbojpeg</artifactId>
<version>0.6.6</version>
<version>0.6.7</version>
</dependency>

<dependency>
<groupId>de.digitalcollections.imageio</groupId>
<artifactId>imageio-openjpeg</artifactId>
<version>0.6.6</version>
<version>0.6.7</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion imageio-openjpeg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.digitalcollections.imageio</groupId>
<artifactId>imageio-jnr</artifactId>
<version>0.6.7-SNAPSHOT</version>
<version>0.6.7</version>
</parent>
<artifactId>imageio-openjpeg</artifactId>
<name>MDZ/Bayerische Staatsbibliothek :: ImageIO :: OpenJPEG/JPEG2000 plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion imageio-turbojpeg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.digitalcollections.imageio</groupId>
<artifactId>imageio-jnr</artifactId>
<version>0.6.7-SNAPSHOT</version>
<version>0.6.7</version>
</parent>
<artifactId>imageio-turbojpeg</artifactId>
<name>MDZ/Bayerische Staatsbibliothek :: ImageIO :: TurboJPEG plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.digitalcollections.imageio</groupId>
<artifactId>imageio-jnr</artifactId>
<version>0.6.7-SNAPSHOT</version>
<version>0.6.7</version>
<packaging>pom</packaging>
<name>MDZ/Bayerische Staatsbibliothek :: ImageIO</name>
<description>Parent for ImageIO-JNR components.</description>
Expand Down

0 comments on commit 1d6ce60

Please sign in to comment.