Skip to content

Commit

Permalink
Release for Version 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wilson committed Dec 31, 2018
1 parent 9de3a84 commit 0ad146b
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 39 deletions.
2 changes: 1 addition & 1 deletion apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.sparkpost</groupId>
<artifactId>sparkpost</artifactId>
<version>0.21</version>
<version>0.22</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>apps</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apps/sparkpost-documentor-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sparkpost</groupId>
<artifactId>apps</artifactId>
<version>0.21</version>
<version>0.22</version>
</parent>
<artifactId>sparkpost-documentor-app</artifactId>
<name>Generates Markdown of Protocol</name>
Expand Down
2 changes: 1 addition & 1 deletion apps/sparkpost-javamail-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.sparkpost</groupId>
<artifactId>apps</artifactId>
<version>0.21</version>
<version>0.22</version>
</parent>
<groupId>com.sparkpost.sample</groupId>
<artifactId>sparkpost-javamail-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apps/sparkpost-samples-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sparkpost</groupId>
<artifactId>apps</artifactId>
<version>0.21</version>
<version>0.22</version>
</parent>
<artifactId>sparkpost-samples-app</artifactId>
<name>Example use SparkPost library</name>
Expand Down
2 changes: 1 addition & 1 deletion libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sparkpost</groupId>
<artifactId>sparkpost</artifactId>
<version>0.21</version>
<version>0.22</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>libs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion libs/sparkpost-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sparkpost</groupId>
<artifactId>libs</artifactId>
<version>0.21</version>
<version>0.22</version>
</parent>
<!-- <version>0.10</version> -->
<artifactId>sparkpost-lib</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sparkpost</groupId>
<artifactId>sparkpost</artifactId>
<version>0.21</version>
<version>0.22</version>
<packaging>pom</packaging>
<name>*** SparkPost Java Code ***</name>
<description>SparkPost client library for Java https://www.sparkpost.com/</description>
Expand Down Expand Up @@ -282,7 +282,7 @@
<dependency>
<groupId>com.sparkpost</groupId>
<artifactId>sparkpost-lib</artifactId>
<version>0.21</version>
<version>0.22</version>
</dependency>

</dependencies>
Expand Down
64 changes: 33 additions & 31 deletions tools/bin/collectJars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/



Expand Down

0 comments on commit 0ad146b

Please sign in to comment.