From 75b01a6248ab9c26e46ebb8de62675b64e358fa2 Mon Sep 17 00:00:00 2001 From: Antoine Vandecreme Date: Fri, 20 May 2016 10:20:12 -0400 Subject: [PATCH] [maven-release-plugin] prepare release v1.1.0 --- generic-archiver/pom.xml | 2 +- hdfs-archiver/pom.xml | 2 +- pom.xml | 4 ++-- pyramidio-cli/pom.xml | 2 +- pyramidio/pom.xml | 2 +- s3-archiver/pom.xml | 2 +- tar-archiver/pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) 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.