diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 4774fc72b..787a71a9c 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -27,11 +27,11 @@
     <parent>
         <artifactId>pushy-parent</artifactId>
         <groupId>com.eatthepath</groupId>
-        <version>0.13.12-SNAPSHOT</version>
+        <version>0.14.0</version>
     </parent>
 
     <artifactId>pushy-benchmark</artifactId>
-    <version>0.13.12-SNAPSHOT</version>
+    <version>0.14.0</version>
     <packaging>jar</packaging>
 
     <name>Pushy benchmarks</name>
diff --git a/dropwizard-metrics-listener/pom.xml b/dropwizard-metrics-listener/pom.xml
index 5ef1c3175..1b83d6d64 100644
--- a/dropwizard-metrics-listener/pom.xml
+++ b/dropwizard-metrics-listener/pom.xml
@@ -25,14 +25,14 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>pushy-dropwizard-metrics-listener</artifactId>
-    <version>0.13.12-SNAPSHOT</version>
+    <version>0.14.0</version>
     <name>Dropwizard Metrics listener for Pushy</name>
     <description>A metrics listener for Pushy that uses the Dropwizard Metrics library for gathering and reporting metrics.</description>
 
     <parent>
         <groupId>com.eatthepath</groupId>
         <artifactId>pushy-parent</artifactId>
-        <version>0.13.12-SNAPSHOT</version>
+        <version>0.14.0</version>
     </parent>
 
     <dependencies>
diff --git a/gson-payload-builder/pom.xml b/gson-payload-builder/pom.xml
index fc217b4e5..47b451274 100644
--- a/gson-payload-builder/pom.xml
+++ b/gson-payload-builder/pom.xml
@@ -21,21 +21,19 @@
   THE SOFTWARE.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>pushy-gson-payload-builder</artifactId>
-    <version>0.13.12-SNAPSHOT</version>
+    <version>0.14.0</version>
     <name>Gson APNs payload builder for Pushy</name>
     <description>A payload builder for Pushy that uses Gson to serialize payloads.</description>
 
     <parent>
         <artifactId>pushy-parent</artifactId>
         <groupId>com.eatthepath</groupId>
-        <version>0.13.12-SNAPSHOT</version>
+        <version>0.14.0</version>
     </parent>
 
     <dependencies>
diff --git a/jackson-payload-builder/pom.xml b/jackson-payload-builder/pom.xml
index 3ae6346ac..14b0ceff6 100644
--- a/jackson-payload-builder/pom.xml
+++ b/jackson-payload-builder/pom.xml
@@ -21,21 +21,19 @@
   THE SOFTWARE.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>pushy-jackson-payload-builder</artifactId>
-    <version>0.13.12-SNAPSHOT</version>
+    <version>0.14.0</version>
     <name>Jackson APNs payload builder for Pushy</name>
     <description>A payload builder for Pushy that uses Jackson to serialize payloads.</description>
 
     <parent>
         <artifactId>pushy-parent</artifactId>
         <groupId>com.eatthepath</groupId>
-        <version>0.13.12-SNAPSHOT</version>
+        <version>0.14.0</version>
     </parent>
 
     <dependencies>
diff --git a/micrometer-metrics-listener/pom.xml b/micrometer-metrics-listener/pom.xml
index 1096d50e3..a8da22ffc 100644
--- a/micrometer-metrics-listener/pom.xml
+++ b/micrometer-metrics-listener/pom.xml
@@ -31,7 +31,7 @@
     <parent>
         <artifactId>pushy-parent</artifactId>
         <groupId>com.eatthepath</groupId>
-        <version>0.13.12-SNAPSHOT</version>
+        <version>0.14.0</version>
     </parent>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index 28536be8e..98dd8148f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <groupId>com.eatthepath</groupId>
     <artifactId>pushy-parent</artifactId>
     <packaging>pom</packaging>
-    <version>0.13.12-SNAPSHOT</version>
+    <version>0.14.0</version>
 
     <name>Pushy parent</name>
     <description>A Java library for sending push notifications</description>
@@ -46,7 +46,7 @@
         <connection>scm:git:https://github.com/jchambers/pushy.git</connection>
         <developerConnection>scm:git:git@github.com:jchambers/pushy.git</developerConnection>
         <url>https://github.com/jchambers/pushy</url>
-        <tag>HEAD</tag>
+        <tag>pushy-0.14.0</tag>
     </scm>
 
     <developers>
diff --git a/pushy/pom.xml b/pushy/pom.xml
index 83b885d61..a8050344e 100644
--- a/pushy/pom.xml
+++ b/pushy/pom.xml
@@ -25,14 +25,14 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>pushy</artifactId>
-    <version>0.13.12-SNAPSHOT</version>
+    <version>0.14.0</version>
     <packaging>bundle</packaging>
     <name>Pushy</name>
 
     <parent>
         <groupId>com.eatthepath</groupId>
         <artifactId>pushy-parent</artifactId>
-        <version>0.13.12-SNAPSHOT</version>
+        <version>0.14.0</version>
     </parent>
 
     <dependencies>