From 5008e6ae7f98f9ca5056903c3b5784996dfefbea Mon Sep 17 00:00:00 2001
From: Stefano Buliani <stefano.buliani@gmail.com>
Date: Wed, 8 Apr 2020 14:42:22 -0700
Subject: [PATCH] [maven-release-plugin] prepare release
 aws-serverless-java-container-1.5

---
 aws-serverless-java-container-core/pom.xml        | 4 ++--
 aws-serverless-java-container-jersey/pom.xml      | 6 +++---
 aws-serverless-java-container-spark/pom.xml       | 6 +++---
 aws-serverless-java-container-spring/pom.xml      | 6 +++---
 aws-serverless-java-container-springboot2/pom.xml | 9 ++++-----
 aws-serverless-java-container-struts2/pom.xml     | 6 +++---
 aws-serverless-jersey-archetype/pom.xml           | 7 ++++---
 aws-serverless-spark-archetype/pom.xml            | 7 ++++---
 aws-serverless-spring-archetype/pom.xml           | 7 ++++---
 aws-serverless-springboot-archetype/pom.xml       | 7 ++++---
 aws-serverless-springboot2-archetype/pom.xml      | 7 ++++---
 aws-serverless-struts2-archetype/pom.xml          | 7 ++++---
 pom.xml                                           | 5 +++--
 13 files changed, 45 insertions(+), 39 deletions(-)

diff --git a/aws-serverless-java-container-core/pom.xml b/aws-serverless-java-container-core/pom.xml
index 7145733ed..432abb525 100644
--- a/aws-serverless-java-container-core/pom.xml
+++ b/aws-serverless-java-container-core/pom.xml
@@ -6,12 +6,12 @@
     <name>AWS Serverless Java container support - Core</name>
     <description>Allows Java applications written for a servlet container to run in AWS Lambda</description>
     <url>https://aws.amazon.com/lambda</url>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5</version>
 
     <parent>
         <groupId>com.amazonaws.serverless</groupId>
         <artifactId>aws-serverless-java-container</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/aws-serverless-java-container-jersey/pom.xml b/aws-serverless-java-container-jersey/pom.xml
index b1c9b0318..8bd505fe4 100644
--- a/aws-serverless-java-container-jersey/pom.xml
+++ b/aws-serverless-java-container-jersey/pom.xml
@@ -6,12 +6,12 @@
     <name>AWS Serverless Java container support - Jersey implementation</name>
     <description>Allows Java applications written for Jersey to run in AWS Lambda</description>
     <url>https://aws.amazon.com/lambda</url>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5</version>
 
     <parent>
         <groupId>com.amazonaws.serverless</groupId>
         <artifactId>aws-serverless-java-container</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5</version>
         <relativePath>..</relativePath>
     </parent>
 
@@ -24,7 +24,7 @@
         <dependency>
             <groupId>com.amazonaws.serverless</groupId>
             <artifactId>aws-serverless-java-container-core</artifactId>
-            <version>1.5-SNAPSHOT</version>
+            <version>1.5</version>
             <exclusions>
                 <exclusion>
                     <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/aws-serverless-java-container-spark/pom.xml b/aws-serverless-java-container-spark/pom.xml
index e5200e3f2..7d77d154f 100644
--- a/aws-serverless-java-container-spark/pom.xml
+++ b/aws-serverless-java-container-spark/pom.xml
@@ -6,12 +6,12 @@
     <name>AWS Serverless Java container support - Spark implementation</name>
     <description>Allows Java applications written for Spark to run in AWS Lambda</description>
     <url>https://aws.amazon.com/lambda</url>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5</version>
 
     <parent>
         <groupId>com.amazonaws.serverless</groupId>
         <artifactId>aws-serverless-java-container</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5</version>
         <relativePath>..</relativePath>
     </parent>
 
@@ -24,7 +24,7 @@
         <dependency>
             <groupId>com.amazonaws.serverless</groupId>
             <artifactId>aws-serverless-java-container-core</artifactId>
-            <version>1.5-SNAPSHOT</version>
+            <version>1.5</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/com.sparkjava/spark-core -->
diff --git a/aws-serverless-java-container-spring/pom.xml b/aws-serverless-java-container-spring/pom.xml
index 6065d464f..f6d4747d0 100644
--- a/aws-serverless-java-container-spring/pom.xml
+++ b/aws-serverless-java-container-spring/pom.xml
@@ -6,12 +6,12 @@
     <name>AWS Serverless Java container support - Spring implementation</name>
     <description>Allows Java applications written for the Spring framework to run in AWS Lambda</description>
     <url>https://aws.amazon.com/lambda</url>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5</version>
 
     <parent>
         <groupId>com.amazonaws.serverless</groupId>
         <artifactId>aws-serverless-java-container</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5</version>
         <relativePath>..</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
         <dependency>
             <groupId>com.amazonaws.serverless</groupId>
             <artifactId>aws-serverless-java-container-core</artifactId>
-            <version>1.5-SNAPSHOT</version>
+            <version>1.5</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc -->
diff --git a/aws-serverless-java-container-springboot2/pom.xml b/aws-serverless-java-container-springboot2/pom.xml
index 10d995fee..e844df722 100644
--- a/aws-serverless-java-container-springboot2/pom.xml
+++ b/aws-serverless-java-container-springboot2/pom.xml
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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">
     <parent>
         <artifactId>aws-serverless-java-container</artifactId>
         <groupId>com.amazonaws.serverless</groupId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -13,7 +12,7 @@
     <name>AWS Serverless Java container support - SpringBoot 2 implementation</name>
     <description>Allows Java applications written for SpringBoot 2 to run in AWS Lambda</description>
     <url>https://aws.amazon.com/lambda</url>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5</version>
 
     <properties>
         <spring.version>5.2.5.RELEASE</spring.version>
@@ -28,7 +27,7 @@
         <dependency>
             <groupId>com.amazonaws.serverless</groupId>
             <artifactId>aws-serverless-java-container-core</artifactId>
-            <version>1.5-SNAPSHOT</version>
+            <version>1.5</version>
         </dependency>
         <!-- https://mvnrepository.com/artifact/io.projectreactor/reactor-core -->
         <dependency>
diff --git a/aws-serverless-java-container-struts2/pom.xml b/aws-serverless-java-container-struts2/pom.xml
index 7e456c850..53d69ad2f 100644
--- a/aws-serverless-java-container-struts2/pom.xml
+++ b/aws-serverless-java-container-struts2/pom.xml
@@ -6,12 +6,12 @@
     <name>AWS Serverless Java container support - Struts2 implementation</name>
     <description>Allows Java applications written for the Struts2 framework to run in AWS Lambda</description>
     <url>https://aws.amazon.com/lambda</url>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5</version>
 
     <parent>
         <groupId>com.amazonaws.serverless</groupId>
         <artifactId>aws-serverless-java-container</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5</version>
     </parent>
 
     <properties>
@@ -23,7 +23,7 @@
         <dependency>
             <groupId>com.amazonaws.serverless</groupId>
             <artifactId>aws-serverless-java-container-core</artifactId>
-            <version>1.5-SNAPSHOT</version>
+            <version>1.5</version>
         </dependency>
 
         <dependency>
diff --git a/aws-serverless-jersey-archetype/pom.xml b/aws-serverless-jersey-archetype/pom.xml
index 5b2aa8018..64366271b 100644
--- a/aws-serverless-jersey-archetype/pom.xml
+++ b/aws-serverless-jersey-archetype/pom.xml
@@ -4,17 +4,18 @@
     <parent>
         <groupId>com.amazonaws.serverless</groupId>
         <artifactId>aws-serverless-java-container</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5</version>
     </parent>
 
     <groupId>com.amazonaws.serverless.archetypes</groupId>
     <artifactId>aws-serverless-jersey-archetype</artifactId>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5</version>
     <packaging>maven-archetype</packaging>
 
     <scm>
         <url>https://github.com/awslabs/aws-serverless-java-container.git</url>
-    </scm>
+      <tag>aws-serverless-java-container-1.5</tag>
+  </scm>
 
     <licenses>
         <license>
diff --git a/aws-serverless-spark-archetype/pom.xml b/aws-serverless-spark-archetype/pom.xml
index 0118ea5c9..6bedd48b1 100644
--- a/aws-serverless-spark-archetype/pom.xml
+++ b/aws-serverless-spark-archetype/pom.xml
@@ -4,17 +4,18 @@
     <parent>
         <groupId>com.amazonaws.serverless</groupId>
         <artifactId>aws-serverless-java-container</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5</version>
     </parent>
 
     <groupId>com.amazonaws.serverless.archetypes</groupId>
     <artifactId>aws-serverless-spark-archetype</artifactId>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5</version>
     <packaging>maven-archetype</packaging>
 
     <scm>
         <url>https://github.com/awslabs/aws-serverless-java-container.git</url>
-    </scm>
+      <tag>aws-serverless-java-container-1.5</tag>
+  </scm>
 
     <licenses>
         <license>
diff --git a/aws-serverless-spring-archetype/pom.xml b/aws-serverless-spring-archetype/pom.xml
index 128a51bf8..1178013b5 100644
--- a/aws-serverless-spring-archetype/pom.xml
+++ b/aws-serverless-spring-archetype/pom.xml
@@ -4,17 +4,18 @@
     <parent>
         <groupId>com.amazonaws.serverless</groupId>
         <artifactId>aws-serverless-java-container</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5</version>
     </parent>
 
     <groupId>com.amazonaws.serverless.archetypes</groupId>
     <artifactId>aws-serverless-spring-archetype</artifactId>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5</version>
     <packaging>maven-archetype</packaging>
 
     <scm>
         <url>https://github.com/awslabs/aws-serverless-java-container.git</url>
-    </scm>
+      <tag>aws-serverless-java-container-1.5</tag>
+  </scm>
 
     <licenses>
         <license>
diff --git a/aws-serverless-springboot-archetype/pom.xml b/aws-serverless-springboot-archetype/pom.xml
index a8f669095..afe5e8047 100644
--- a/aws-serverless-springboot-archetype/pom.xml
+++ b/aws-serverless-springboot-archetype/pom.xml
@@ -4,17 +4,18 @@
     <parent>
         <groupId>com.amazonaws.serverless</groupId>
         <artifactId>aws-serverless-java-container</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5</version>
     </parent>
 
     <groupId>com.amazonaws.serverless.archetypes</groupId>
     <artifactId>aws-serverless-springboot-archetype</artifactId>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5</version>
     <packaging>maven-archetype</packaging>
 
     <scm>
         <url>https://github.com/awslabs/aws-serverless-java-container.git</url>
-    </scm>
+      <tag>aws-serverless-java-container-1.5</tag>
+  </scm>
 
     <licenses>
         <license>
diff --git a/aws-serverless-springboot2-archetype/pom.xml b/aws-serverless-springboot2-archetype/pom.xml
index 41a98455d..3ca908465 100644
--- a/aws-serverless-springboot2-archetype/pom.xml
+++ b/aws-serverless-springboot2-archetype/pom.xml
@@ -4,17 +4,18 @@
     <parent>
         <groupId>com.amazonaws.serverless</groupId>
         <artifactId>aws-serverless-java-container</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5</version>
     </parent>
 
     <groupId>com.amazonaws.serverless.archetypes</groupId>
     <artifactId>aws-serverless-springboot2-archetype</artifactId>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5</version>
     <packaging>maven-archetype</packaging>
 
     <scm>
         <url>https://github.com/awslabs/aws-serverless-java-container.git</url>
-    </scm>
+      <tag>aws-serverless-java-container-1.5</tag>
+  </scm>
 
     <licenses>
         <license>
diff --git a/aws-serverless-struts2-archetype/pom.xml b/aws-serverless-struts2-archetype/pom.xml
index e309fdd8a..c866f59c5 100644
--- a/aws-serverless-struts2-archetype/pom.xml
+++ b/aws-serverless-struts2-archetype/pom.xml
@@ -4,17 +4,18 @@
     <parent>
         <groupId>com.amazonaws.serverless</groupId>
         <artifactId>aws-serverless-java-container</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5</version>
     </parent>
 
     <groupId>com.amazonaws.serverless.archetypes</groupId>
     <artifactId>aws-serverless-struts2-archetype</artifactId>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5</version>
     <packaging>maven-archetype</packaging>
 
     <scm>
         <url>https://github.com/awslabs/aws-serverless-java-container.git</url>
-    </scm>
+      <tag>aws-serverless-java-container-1.5</tag>
+  </scm>
 
     <licenses>
         <license>
diff --git a/pom.xml b/pom.xml
index e7a04b40d..0606e5ac8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
     <groupId>com.amazonaws.serverless</groupId>
     <artifactId>aws-serverless-java-container</artifactId>
     <packaging>pom</packaging>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5</version>
     <name>AWS Serverless Java container</name>
     <description>A Java framework to run Spring, Spring Boot, Jersey, Spark, and Struts applications inside AWS Lambda</description>
     <url>https://github.com/awslabs/aws-serverless-java-container</url>
@@ -43,7 +43,8 @@
         <url>https://github.com/awslabs/aws-serverless-java-container.git</url>
         <connection>scm:git:git@github.com:awslabs/aws-serverless-java-container.git</connection>
         <developerConnection>scm:git:git@github.com:awslabs/aws-serverless-java-container.git</developerConnection>
-    </scm>
+      <tag>aws-serverless-java-container-1.5</tag>
+  </scm>
 
     <repositories>
         <repository>