Skip to content

Commit 2f5348d

Browse files
committed
Preparation for a release
1 parent caf3aab commit 2f5348d

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

apps/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sparkpost</groupId>
66
<artifactId>sparkpost</artifactId>
7-
<version>0.8</version>
7+
<version>0.9</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>apps</artifactId>

apps/sparkpost-documentor-app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sparkpost</groupId>
66
<artifactId>apps</artifactId>
7-
<version>0.8</version>
7+
<version>0.9</version>
88
</parent>
99
<artifactId>sparkpost-documentor-app</artifactId>
1010
<name>Generates Markdown of Protocol</name>

apps/sparkpost-samples-app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sparkpost</groupId>
66
<artifactId>apps</artifactId>
7-
<version>0.8</version>
7+
<version>0.9</version>
88
</parent>
99
<artifactId>sparkpost-samples-app</artifactId>
1010
<name>Example use SparkPost library</name>

libs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sparkpost</groupId>
66
<artifactId>sparkpost</artifactId>
7-
<version>0.8</version>
7+
<version>0.9</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>libs</artifactId>

libs/sparkpost-lib/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<parent>
55
<groupId>com.sparkpost</groupId>
66
<artifactId>libs</artifactId>
7-
<version>0.8</version>
7+
<version>0.9</version>
88
</parent>
9-
<!-- <version>0.8</version> -->
9+
<!-- <version>0.9</version> -->
1010
<artifactId>sparkpost-lib</artifactId>
1111
<name>SparkPost Library</name>
1212
<url>/libs/sparkpost-lib/</url>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.sparkpost</groupId>
66
<artifactId>sparkpost</artifactId>
7-
<version>0.8</version>
7+
<version>0.9</version>
88
<packaging>pom</packaging>
99
<name>*** SparkPost Java Code ***</name>
1010
<description>SparkPost client library for Java https://www.sparkpost.com/</description>
@@ -258,7 +258,7 @@
258258
<dependency>
259259
<groupId>com.sparkpost</groupId>
260260
<artifactId>sparkpost-lib</artifactId>
261-
<version>0.8</version>
261+
<version>0.9</version>
262262
</dependency>
263263

264264
</dependencies>

0 commit comments

Comments
 (0)