Skip to content

Commit

Permalink
Releasing v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yepher committed May 6, 2016
1 parent 3f808fa commit 3287ac9
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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.15</version>
<version>0.16.1</version>
</dependency>
```

Expand Down
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.15</version>
<version>0.16.1</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.15</version>
<version>0.16.1</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.15</version>
<version>0.16.1</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.15</version>
<version>0.16.1</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.15</version>
<version>0.16.1</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.15</version>
<version>0.16.1</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.15</version>
<version>0.16.1</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.15</version>
<version>0.16.1</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 3287ac9

Please sign in to comment.