From 0ad146be1bb6fb2e7778d0327bcc54b923ffabe3 Mon Sep 17 00:00:00 2001 From: Chris Wilson <> Date: Mon, 31 Dec 2018 13:14:20 -0600 Subject: [PATCH] Release for Version 0.22 --- apps/pom.xml | 2 +- apps/sparkpost-documentor-app/pom.xml | 2 +- apps/sparkpost-javamail-app/pom.xml | 2 +- apps/sparkpost-samples-app/pom.xml | 2 +- libs/pom.xml | 2 +- libs/sparkpost-lib/pom.xml | 2 +- pom.xml | 4 +- tools/bin/collectJars.sh | 64 ++++++++++++++------------- 8 files changed, 41 insertions(+), 39 deletions(-) diff --git a/apps/pom.xml b/apps/pom.xml index fb4ff89..2f287e2 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -3,7 +3,7 @@ com.sparkpost sparkpost - 0.21 + 0.22 4.0.0 apps diff --git a/apps/sparkpost-documentor-app/pom.xml b/apps/sparkpost-documentor-app/pom.xml index 1e12633..fd000e8 100644 --- a/apps/sparkpost-documentor-app/pom.xml +++ b/apps/sparkpost-documentor-app/pom.xml @@ -4,7 +4,7 @@ com.sparkpost apps - 0.21 + 0.22 sparkpost-documentor-app Generates Markdown of Protocol diff --git a/apps/sparkpost-javamail-app/pom.xml b/apps/sparkpost-javamail-app/pom.xml index 17a77f4..b93b6fd 100644 --- a/apps/sparkpost-javamail-app/pom.xml +++ b/apps/sparkpost-javamail-app/pom.xml @@ -6,7 +6,7 @@ com.sparkpost apps - 0.21 + 0.22 com.sparkpost.sample sparkpost-javamail-app diff --git a/apps/sparkpost-samples-app/pom.xml b/apps/sparkpost-samples-app/pom.xml index b370b8d..c640143 100644 --- a/apps/sparkpost-samples-app/pom.xml +++ b/apps/sparkpost-samples-app/pom.xml @@ -4,7 +4,7 @@ com.sparkpost apps - 0.21 + 0.22 sparkpost-samples-app Example use SparkPost library diff --git a/libs/pom.xml b/libs/pom.xml index bef2c1f..0e647d1 100644 --- a/libs/pom.xml +++ b/libs/pom.xml @@ -4,7 +4,7 @@ com.sparkpost sparkpost - 0.21 + 0.22 4.0.0 libs diff --git a/libs/sparkpost-lib/pom.xml b/libs/sparkpost-lib/pom.xml index 889263e..fdb4ae3 100644 --- a/libs/sparkpost-lib/pom.xml +++ b/libs/sparkpost-lib/pom.xml @@ -4,7 +4,7 @@ com.sparkpost libs - 0.21 + 0.22 sparkpost-lib diff --git a/pom.xml b/pom.xml index 16af512..28092a2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.sparkpost sparkpost - 0.21 + 0.22 pom *** SparkPost Java Code *** SparkPost client library for Java https://www.sparkpost.com/ @@ -282,7 +282,7 @@ com.sparkpost sparkpost-lib - 0.21 + 0.22 diff --git a/tools/bin/collectJars.sh b/tools/bin/collectJars.sh index ba281e9..2b81611 100755 --- a/tools/bin/collectJars.sh +++ b/tools/bin/collectJars.sh @@ -3,41 +3,43 @@ # Do everything relative to the tools/bin directory cd "$(dirname $0)" +VERSION=0.22 + cd ../.. mkdir target/files -cp ./apps/sparkpost-documentor-app/target/sparkpost-documentor-app-0.8-javadoc.jar ./target/files/ -cp ./apps/sparkpost-documentor-app/target/sparkpost-documentor-app-0.8-javadoc.jar.asc ./target/files/ -cp ./apps/sparkpost-documentor-app/target/sparkpost-documentor-app-0.8-sources.jar ./target/files/ -cp ./apps/sparkpost-documentor-app/target/sparkpost-documentor-app-0.8-sources.jar.asc ./target/files/ -cp ./apps/sparkpost-documentor-app/target/sparkpost-documentor-app-0.8.jar ./target/files/ -cp ./apps/sparkpost-documentor-app/target/sparkpost-documentor-app-0.8.jar.asc ./target/files/ -cp ./apps/sparkpost-samples-app/target/sparkpost-samples-app-0.8-javadoc.jar ./target/files/ -cp ./apps/sparkpost-samples-app/target/sparkpost-samples-app-0.8-javadoc.jar.asc ./target/files/ -cp ./apps/sparkpost-samples-app/target/sparkpost-samples-app-0.8-sources.jar ./target/files/ -cp ./apps/sparkpost-samples-app/target/sparkpost-samples-app-0.8-sources.jar.asc ./target/files/ -cp ./apps/sparkpost-samples-app/target/sparkpost-samples-app-0.8.jar ./target/files/ -cp ./apps/sparkpost-samples-app/target/sparkpost-samples-app-0.8.jar.asc ./target/files/ -cp ./libs/sparkpost-lib/target/sparkpost-lib-0.8-javadoc.jar ./target/files/ -cp ./libs/sparkpost-lib/target/sparkpost-lib-0.8-javadoc.jar.asc ./target/files/ -cp ./libs/sparkpost-lib/target/sparkpost-lib-0.8-sources.jar ./target/files/ -cp ./libs/sparkpost-lib/target/sparkpost-lib-0.8-sources.jar.asc ./target/files/ -cp ./libs/sparkpost-lib/target/sparkpost-lib-0.8.jar ./target/files/ -cp ./libs/sparkpost-lib/target/sparkpost-lib-0.8.jar.asc ./target/files/ - -cp ./apps/sparkpost-documentor-app/target/sparkpost-documentor-app-0.8.pom ./target/files/ -cp ./apps/sparkpost-documentor-app/target/sparkpost-documentor-app-0.8.pom.asc ./target/files/ -cp ./apps/sparkpost-samples-app/target/sparkpost-samples-app-0.8.pom ./target/files/ -cp ./apps/sparkpost-samples-app/target/sparkpost-samples-app-0.8.pom.asc ./target/files/ -cp ./apps/target/apps-0.8.pom ./target/files/ -cp ./apps/target/apps-0.8.pom.asc ./target/files/ -cp ./libs/sparkpost-lib/target/sparkpost-lib-0.8.pom ./target/files/ -cp ./libs/sparkpost-lib/target/sparkpost-lib-0.8.pom.asc ./target/files/ -cp ./libs/target/libs-0.8.pom ./target/files/ -cp ./libs/target/libs-0.8.pom.asc ./target/files/ -cp ./target/sparkpost-0.8.pom ./target/files/ -cp ./target/sparkpost-0.8.pom.asc ./target/files/ +cp ./apps/sparkpost-documentor-app/target/sparkpost-documentor-app-$VERSION-javadoc.jar ./target/files/ +cp ./apps/sparkpost-documentor-app/target/sparkpost-documentor-app-$VERSION-javadoc.jar.asc ./target/files/ +cp ./apps/sparkpost-documentor-app/target/sparkpost-documentor-app-$VERSION-sources.jar ./target/files/ +cp ./apps/sparkpost-documentor-app/target/sparkpost-documentor-app-$VERSION-sources.jar.asc ./target/files/ +cp ./apps/sparkpost-documentor-app/target/sparkpost-documentor-app-$VERSION.jar ./target/files/ +cp ./apps/sparkpost-documentor-app/target/sparkpost-documentor-app-$VERSION.jar.asc ./target/files/ +cp ./apps/sparkpost-samples-app/target/sparkpost-samples-app-$VERSION-javadoc.jar ./target/files/ +cp ./apps/sparkpost-samples-app/target/sparkpost-samples-app-$VERSION-javadoc.jar.asc ./target/files/ +cp ./apps/sparkpost-samples-app/target/sparkpost-samples-app-$VERSION-sources.jar ./target/files/ +cp ./apps/sparkpost-samples-app/target/sparkpost-samples-app-$VERSION-sources.jar.asc ./target/files/ +cp ./apps/sparkpost-samples-app/target/sparkpost-samples-app-$VERSION.jar ./target/files/ +cp ./apps/sparkpost-samples-app/target/sparkpost-samples-app-$VERSION.jar.asc ./target/files/ +cp ./libs/sparkpost-lib/target/sparkpost-lib-$VERSION-javadoc.jar ./target/files/ +cp ./libs/sparkpost-lib/target/sparkpost-lib-$VERSION-javadoc.jar.asc ./target/files/ +cp ./libs/sparkpost-lib/target/sparkpost-lib-$VERSION-sources.jar ./target/files/ +cp ./libs/sparkpost-lib/target/sparkpost-lib-$VERSION-sources.jar.asc ./target/files/ +cp ./libs/sparkpost-lib/target/sparkpost-lib-$VERSION.jar ./target/files/ +cp ./libs/sparkpost-lib/target/sparkpost-lib-$VERSION.jar.asc ./target/files/ + +cp ./apps/sparkpost-documentor-app/target/sparkpost-documentor-app-$VERSION.pom ./target/files/ +cp ./apps/sparkpost-documentor-app/target/sparkpost-documentor-app-$VERSION.pom.asc ./target/files/ +cp ./apps/sparkpost-samples-app/target/sparkpost-samples-app-$VERSION.pom ./target/files/ +cp ./apps/sparkpost-samples-app/target/sparkpost-samples-app-$VERSION.pom.asc ./target/files/ +cp ./apps/target/apps-$VERSION.pom ./target/files/ +cp ./apps/target/apps-$VERSION.pom.asc ./target/files/ +cp ./libs/sparkpost-lib/target/sparkpost-lib-$VERSION.pom ./target/files/ +cp ./libs/sparkpost-lib/target/sparkpost-lib-$VERSION.pom.asc ./target/files/ +cp ./libs/target/libs-$VERSION.pom ./target/files/ +cp ./libs/target/libs-$VERSION.pom.asc ./target/files/ +cp ./target/sparkpost-$VERSION.pom ./target/files/ +cp ./target/sparkpost-$VERSION.pom.asc ./target/files/