Skip to content

Commit

Permalink
Merge pull request #288 from dbmdz/bump-snapshot
Browse files Browse the repository at this point in the history
pom: bump to next snapshot
  • Loading branch information
stefan-it authored May 7, 2024
2 parents 56629b9 + 208e8a9 commit acc36f5
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.7</version>
<version>0.6.8</version>
</dependency>

<dependency>
<groupId>de.digitalcollections.imageio</groupId>
<artifactId>imageio-openjpeg</artifactId>
<version>0.6.7</version>
<version>0.6.8</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.8</version>
<version>0.6.9-SNAPSHOT</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.8</version>
<version>0.6.9-SNAPSHOT</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.8</version>
<version>0.6.9-SNAPSHOT</version>
<packaging>pom</packaging>
<name>MDZ/Bayerische Staatsbibliothek :: ImageIO</name>
<description>Parent for ImageIO-JNR components.</description>
Expand Down

0 comments on commit acc36f5

Please sign in to comment.