Skip to content

Commit

Permalink
version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrd committed Jul 23, 2021
1 parent 9f625f5 commit bab7d01
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion generic-archiver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.isg</groupId>
<artifactId>pyramidio-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>
<name>${project.groupId}:${project.artifactId}</name>
<description>Generic library to write archives folders.</description>
Expand Down
2 changes: 1 addition & 1 deletion hdfs-archiver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.isg</groupId>
<artifactId>pyramidio-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>
<name>${project.groupId}:${project.artifactId}</name>
<description>Library to read and write archives on HDFS.</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>gov.nist.isg</groupId>
<artifactId>pyramidio-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Parent project of pyramidio, a Java tool to read and write image pyramids. Bio-Formats enhanced version.</description>
Expand Down
2 changes: 1 addition & 1 deletion pyramidio-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.isg</groupId>
<artifactId>pyramidio-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>
<name>${project.groupId}:${project.artifactId}</name>
<description>Command line interface to build image pyramids.</description>
Expand Down
2 changes: 1 addition & 1 deletion pyramidio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>gov.nist.isg</groupId>
<artifactId>pyramidio-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>
<name>${project.groupId}:${project.artifactId}</name>
<description>Library to read and write image pyramids.</description>
Expand Down
2 changes: 1 addition & 1 deletion s3-archiver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.isg</groupId>
<artifactId>pyramidio-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>
<name>${project.groupId}:${project.artifactId}</name>
<description>Library to read and write archives on Amazon S3.</description>
Expand Down
2 changes: 1 addition & 1 deletion tar-archiver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.isg</groupId>
<artifactId>pyramidio-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>
<name>${project.groupId}:${project.artifactId}</name>
<description>Library to read and write archives in tar files.</description>
Expand Down

0 comments on commit bab7d01

Please sign in to comment.