Skip to content

Commit

Permalink
Releases 0.16.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wilson committed Feb 27, 2017
1 parent 92df4b1 commit 1bafc72
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The SparkPost Java Library is available in this [Maven Repository](http://maven.
<dependency>
<groupId>com.sparkpost</groupId>
<artifactId>sparkpost-lib</artifactId>
<version>0.16.1</version>
<version>0.16.2</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions 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.16.1</version>
<version>0.16.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>apps</artifactId>
Expand All @@ -15,4 +15,4 @@
<module>sparkpost-documentor-app</module>
<module>sparkpost-javamail-app</module>
</modules>
</project>
</project>
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.16.1</version>
<version>0.16.2</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.16.1</version>
<version>0.16.2</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.16.1</version>
<version>0.16.2</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.16.1</version>
<version>0.16.2</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.16.1</version>
<version>0.16.2</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.16.1</version>
<version>0.16.2</version>
<packaging>pom</packaging>
<name>*** SparkPost Java Code ***</name>
<description>SparkPost client library for Java https://www.sparkpost.com/</description>
Expand Down Expand Up @@ -258,7 +258,7 @@
<dependency>
<groupId>com.sparkpost</groupId>
<artifactId>sparkpost-lib</artifactId>
<version>0.16.1</version>
<version>0.16.2</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 1bafc72

Please sign in to comment.