From 09cf2481b5af0cfee0a5254cc6c907fd0c6a7e9a Mon Sep 17 00:00:00 2001
From: Brendan Robert <brobert@adobe.com>
Date: Sat, 3 Nov 2018 03:48:49 -0500
Subject: [PATCH] [maven-release-plugin] prepare release acs-aem-commons-3.19.0

---
 bundle-twitter/pom.xml |  2 +-
 bundle/pom.xml         |  2 +-
 content/pom.xml        |  2 +-
 pom.xml                | 13 +++++++++----
 4 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/bundle-twitter/pom.xml b/bundle-twitter/pom.xml
index b640b0228b..d2aa213848 100644
--- a/bundle-twitter/pom.xml
+++ b/bundle-twitter/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>com.adobe.acs</groupId>
         <artifactId>acs-aem-commons</artifactId>
-        <version>3.18.3-SNAPSHOT</version>
+        <version>3.19.0</version>
     </parent>
 
     <!-- ====================================================================== -->
diff --git a/bundle/pom.xml b/bundle/pom.xml
index 10e2c5994d..cc38765bcb 100644
--- a/bundle/pom.xml
+++ b/bundle/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>com.adobe.acs</groupId>
         <artifactId>acs-aem-commons</artifactId>
-        <version>3.18.3-SNAPSHOT</version>
+        <version>3.19.0</version>
     </parent>
 
     <!-- ====================================================================== -->
diff --git a/content/pom.xml b/content/pom.xml
index bb4147f9ce..abd90278d9 100644
--- a/content/pom.xml
+++ b/content/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>com.adobe.acs</groupId>
         <artifactId>acs-aem-commons</artifactId>
-        <version>3.18.3-SNAPSHOT</version>
+        <version>3.19.0</version>
     </parent>
 
     <!-- ====================================================================== -->
diff --git a/pom.xml b/pom.xml
index f4d6d3ff2a..574eaddafe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
 
     <groupId>com.adobe.acs</groupId>
     <artifactId>acs-aem-commons</artifactId>
-    <version>3.18.3-SNAPSHOT</version>
+    <version>3.19.0</version>
     <packaging>pom</packaging>
 
     <name>ACS AEM Commons - Reactor Project</name>
@@ -29,7 +29,7 @@
         <connection>scm:git:git@github.com:Adobe-Consulting-Services/acs-aem-commons.git</connection>
         <developerConnection>scm:git:git@github.com:Adobe-Consulting-Services/acs-aem-commons.git</developerConnection>
         <url>https://github.com/Adobe-Consulting-Services/acs-aem-commons/tree/master</url>
-        <tag>HEAD</tag>
+        <tag>acs-aem-commons-3.19.0</tag>
     </scm>
 
     <!-- ====================================================================== -->
@@ -121,16 +121,21 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>3.0-r1585899</version>
+                    <version>2.5.3</version>
                     <configuration>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                         <projectVersionPolicyId>OddEvenVersionPolicy</projectVersionPolicyId>
                     </configuration>
                     <dependencies>
+                        <dependency>
+                            <groupId>org.apache.maven.shared</groupId>
+                            <artifactId>maven-invoker</artifactId>
+                            <version>2.2</version>
+                        </dependency>
                         <dependency>
                             <groupId>org.apache.maven.release</groupId>
                             <artifactId>maven-release-oddeven-policy</artifactId>
-                            <version>3.0-r1585899</version>
+                            <version>LATEST</version>
                         </dependency>
                     </dependencies>
                 </plugin>