From ec7c0bfa44c217dce347041016435957a7ee9bb8 Mon Sep 17 00:00:00 2001
From: Andrew Petro <andrew.petro@hey.com>
Date: Fri, 22 Oct 2021 10:20:09 -0500
Subject: [PATCH] [maven-release-plugin] prepare release root-parent-1.2.0

---
 myuw-error-valve/pom.xml | 2 +-
 myuw-root-webapp/pom.xml | 2 +-
 pom.xml                  | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/myuw-error-valve/pom.xml b/myuw-error-valve/pom.xml
index ffba30d..007042b 100644
--- a/myuw-error-valve/pom.xml
+++ b/myuw-error-valve/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <groupId>edu.wisc.my.app.root</groupId>
     <artifactId>root-parent</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/myuw-root-webapp/pom.xml b/myuw-root-webapp/pom.xml
index 0a131be..093fde6 100644
--- a/myuw-root-webapp/pom.xml
+++ b/myuw-root-webapp/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <groupId>edu.wisc.my.app.root</groupId>
     <artifactId>root-parent</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 7607336..1bacbc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   <groupId>edu.wisc.my.app.root</groupId>
   <artifactId>root-parent</artifactId>
   <packaging>pom</packaging>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.0</version>
   <name>MyUW ROOT parent</name>
   <url>https://git.doit.wisc.edu/myuw/my-root</url>
 
@@ -12,7 +12,7 @@
     <connection>scm:git:https://git.doit.wisc.edu/myuw/my-root.git</connection>
     <developerConnection>scm:git:https://git.doit.wisc.edu/myuw/my-root.git</developerConnection>
     <url>https://git.doit.wisc.edu/myuw/my-root</url>
-    <tag>HEAD</tag>
+    <tag>root-parent-1.2.0</tag>
   </scm>
 
   <modules>
-- 
GitLab