From 3731e847c8def4bdb1ba1e7133ac195284a8715c Mon Sep 17 00:00:00 2001
From: Christian Gleissner <chrisgleissner@gmail.com>
Date: Sun, 8 Mar 2020 22:29:34 +0000
Subject: [PATCH] [maven-release-plugin] prepare release v1.4.0

---
 api/pom.xml                | 4 ++--
 example/api/pom.xml        | 4 ++--
 example/pom.xml            | 4 ++--
 example/quartz-api/pom.xml | 4 ++--
 pom.xml                    | 2 +-
 quartz-api/pom.xml         | 4 ++--
 util/pom.xml               | 4 ++--
 7 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index f90ea62..666f7d4 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -6,11 +6,11 @@
     <parent>
         <groupId>com.github.chrisgleissner</groupId>
         <artifactId>spring-batch-rest</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0</version>
     </parent>
 
     <artifactId>spring-batch-rest-api</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0</version>
     <name>spring-batch-rest-api</name>
 
     <dependencies>
diff --git a/example/api/pom.xml b/example/api/pom.xml
index 4540e54..6761aff 100644
--- a/example/api/pom.xml
+++ b/example/api/pom.xml
@@ -6,11 +6,11 @@
     <parent>
         <groupId>com.github.chrisgleissner</groupId>
         <artifactId>spring-batch-rest-example</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0</version>
     </parent>
 
     <artifactId>spring-batch-rest-example-core</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0</version>
     <name>spring-batch-rest-example-core</name>
 
     <dependencies>
diff --git a/example/pom.xml b/example/pom.xml
index 62d2d27..fd608a5 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -6,11 +6,11 @@
     <parent>
         <groupId>com.github.chrisgleissner</groupId>
         <artifactId>spring-batch-rest</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0</version>
     </parent>
 
     <artifactId>spring-batch-rest-example</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0</version>
     <name>spring-batch-rest-example</name>
     <packaging>pom</packaging>
 
diff --git a/example/quartz-api/pom.xml b/example/quartz-api/pom.xml
index 41e5d31..fd5a569 100644
--- a/example/quartz-api/pom.xml
+++ b/example/quartz-api/pom.xml
@@ -6,11 +6,11 @@
     <parent>
         <groupId>com.github.chrisgleissner</groupId>
         <artifactId>spring-batch-rest-example</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0</version>
     </parent>
 
     <artifactId>spring-batch-rest-example-quartz</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0</version>
     <name>spring-batch-rest-example-quartz</name>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index 274e832..578651f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
 
     <groupId>com.github.chrisgleissner</groupId>
     <artifactId>spring-batch-rest</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0</version>
     <packaging>pom</packaging>
 
     <name>spring-batch-rest</name>
diff --git a/quartz-api/pom.xml b/quartz-api/pom.xml
index b75a414..6b6f938 100644
--- a/quartz-api/pom.xml
+++ b/quartz-api/pom.xml
@@ -6,11 +6,11 @@
     <parent>
         <groupId>com.github.chrisgleissner</groupId>
         <artifactId>spring-batch-rest</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0</version>
     </parent>
 
     <artifactId>spring-batch-rest-quartz-api</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0</version>
     <name>spring-batch-rest-quartz-api</name>
 
     <dependencies>
diff --git a/util/pom.xml b/util/pom.xml
index 50b1e7c..3de7605 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -6,11 +6,11 @@
     <parent>
         <groupId>com.github.chrisgleissner</groupId>
         <artifactId>spring-batch-rest</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0</version>
     </parent>
 
     <artifactId>spring-batch-rest-util</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0</version>
     <name>spring-batch-rest-util</name>
 
     <dependencies>