Skip to content

Commit

Permalink
Releases v0.27 (updates log4j to 2.17.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wilson committed Dec 20, 2021
1 parent 3d4a672 commit 874c8a8
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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.26</version>
<version>0.27</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.26</version>
<version>0.27</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.26</version>
<version>0.27</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.26</version>
<version>0.27</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.26</version>
<version>0.27</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.26</version>
<version>0.27</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.26</version>
<version>0.27</version>
<packaging>pom</packaging>
<name>*** SparkPost Java Code ***</name>
<description>SparkPost client library for Java https://www.sparkpost.com/</description>
Expand Down Expand Up @@ -274,7 +274,7 @@
<dependency>
<groupId>com.sparkpost</groupId>
<artifactId>sparkpost-lib</artifactId>
<version>0.26</version>
<version>0.27</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 874c8a8

Please sign in to comment.