diff --git a/generic-archiver/pom.xml b/generic-archiver/pom.xml index 066f5e6..9b0aa9d 100644 --- a/generic-archiver/pom.xml +++ b/generic-archiver/pom.xml @@ -4,7 +4,7 @@ gov.nist.isg pyramidio-parent - 1.0.1-SNAPSHOT + 1.1.0 ${project.groupId}:${project.artifactId} Generic library to write archives folders. diff --git a/hdfs-archiver/pom.xml b/hdfs-archiver/pom.xml index 1f4871d..a295d3f 100644 --- a/hdfs-archiver/pom.xml +++ b/hdfs-archiver/pom.xml @@ -4,7 +4,7 @@ gov.nist.isg pyramidio-parent - 1.0.1-SNAPSHOT + 1.1.0 ${project.groupId}:${project.artifactId} Library to read and write archives on HDFS. diff --git a/pom.xml b/pom.xml index db456be..b3f267f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 gov.nist.isg pyramidio-parent - 1.0.1-SNAPSHOT + 1.1.0 pom ${project.groupId}:${project.artifactId} Parent project of pyramidio, a Java tool to read and write image pyramids. @@ -26,7 +26,7 @@ scm:git:https://github.com/usnistgov/pyramidio.git scm:git:https://github.com/usnistgov/pyramidio.git https://github.com/usnistgov/pyramidio.git - HEAD + v1.1.0 diff --git a/pyramidio-cli/pom.xml b/pyramidio-cli/pom.xml index 09b5e6a..d9d68ae 100644 --- a/pyramidio-cli/pom.xml +++ b/pyramidio-cli/pom.xml @@ -4,7 +4,7 @@ gov.nist.isg pyramidio-parent - 1.0.1-SNAPSHOT + 1.1.0 ${project.groupId}:${project.artifactId} Command line interface to build image pyramids. diff --git a/pyramidio/pom.xml b/pyramidio/pom.xml index 25c2d05..e72072c 100644 --- a/pyramidio/pom.xml +++ b/pyramidio/pom.xml @@ -4,7 +4,7 @@ gov.nist.isg pyramidio-parent - 1.0.1-SNAPSHOT + 1.1.0 ${project.groupId}:${project.artifactId} Library to read and write image pyramids. diff --git a/s3-archiver/pom.xml b/s3-archiver/pom.xml index 0ef00da..cfa196e 100644 --- a/s3-archiver/pom.xml +++ b/s3-archiver/pom.xml @@ -4,7 +4,7 @@ gov.nist.isg pyramidio-parent - 1.0.1-SNAPSHOT + 1.1.0 ${project.groupId}:${project.artifactId} Library to read and write archives on Amazon S3. diff --git a/tar-archiver/pom.xml b/tar-archiver/pom.xml index e967523..ee518e2 100644 --- a/tar-archiver/pom.xml +++ b/tar-archiver/pom.xml @@ -4,7 +4,7 @@ gov.nist.isg pyramidio-parent - 1.0.1-SNAPSHOT + 1.1.0 ${project.groupId}:${project.artifactId} Library to read and write archives in tar files.