Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
tischi committed Sep 21, 2023
2 parents a3fa008 + 1b919ff commit 6c61f5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.embl.mobie</groupId>
<artifactId>mobie-io</artifactId>
<name>MoBIE IO</name>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<description>Readers and writers for image data in MoBIE projects</description>
<url>https://github.com/mobie/mobie-io</url>
<issueManagement>
Expand Down Expand Up @@ -83,6 +83,7 @@
<scm>
<connection>scm:git:https://github.com/mobie/mobie-io</connection>
<developerConnection>scm:git:[email protected]:mobie/mobie-io</developerConnection>
<tag>mobie-io-2.2.0</tag>
<url>https://github.com/mobie/mobie-io</url>
</scm>
<organization>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"class":"org.embl.mobie.io.n5.shaded.XzCompression","values":{"value":"xz"}}{"class":"org.embl.mobie.io.n5.shaded.Bzip2Compression","values":{"value":"bzip2"}}{"class":"org.embl.mobie.io.n5.shaded.Lz4Compression","values":{"value":"lz4"}}{"class":"org.embl.mobie.io.n5.shaded.GzipCompression","values":{"value":"gzip"}}{"class":"org.embl.mobie.io.n5.shaded.RawCompression","values":{"value":"raw"}}

0 comments on commit 6c61f5c

Please sign in to comment.