From eb0e8ab1ad1ec9cb4c6a5b072a1ddf6011cb3dea Mon Sep 17 00:00:00 2001
From: Wesley Szamotula <wes.szamotula@wisc.edu>
Date: Fri, 10 Jul 2020 14:54:27 -0500
Subject: [PATCH] [maven-release-plugin] prepare release
 uw-spring-security-3.0.1

---
 pom.xml                               | 4 ++--
 uw-spring-security-config/pom.xml     | 2 +-
 uw-spring-security-core/pom.xml       | 2 +-
 uw-spring-security-sample-war/pom.xml | 2 +-
 uw-spring-security-web/pom.xml        | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index ec97a84..540abd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>edu.wisc.uwss</groupId>
 	<artifactId>uw-spring-security</artifactId>
-	<version>${revision}</version>
+	<version>3.0.1</version>
 	<packaging>pom</packaging>
 	<name>UW Spring Security Parent</name>
 	<description>Parent project for module to integrate Spring Security with UW authentication mechanism.</description>
@@ -11,7 +11,7 @@
 		<connection>scm:git:git@git.doit.wisc.edu/adi-ia/uw-spring-security.git</connection>
 		<developerConnection>scm:git:ssh://git@git.doit.wisc.edu/adi-ia/uw-spring-security.git</developerConnection>
 		<url>https://git.doit.wisc.edu/adi-ia/uw-spring-security.git</url>
-	  <tag>HEAD</tag>
+	  <tag>uw-spring-security-3.0.1</tag>
   </scm>
 
 	<distributionManagement>
diff --git a/uw-spring-security-config/pom.xml b/uw-spring-security-config/pom.xml
index 6c24d40..6603578 100644
--- a/uw-spring-security-config/pom.xml
+++ b/uw-spring-security-config/pom.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>edu.wisc.uwss</groupId>
 		<artifactId>uw-spring-security</artifactId>
-		<version>${revision}</version>
+		<version>3.0.1</version>
 	</parent>
 	<artifactId>uw-spring-security-config</artifactId>
 	<name>UW Spring Security Configuration</name>
diff --git a/uw-spring-security-core/pom.xml b/uw-spring-security-core/pom.xml
index fff85ba..faa7298 100644
--- a/uw-spring-security-core/pom.xml
+++ b/uw-spring-security-core/pom.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>edu.wisc.uwss</groupId>
 		<artifactId>uw-spring-security</artifactId>
-		<version>${revision}</version>
+		<version>3.0.1</version>
 	</parent>
 	<artifactId>uw-spring-security-core</artifactId>
 	<name>UW Spring Security Core</name>
diff --git a/uw-spring-security-sample-war/pom.xml b/uw-spring-security-sample-war/pom.xml
index 9dad396..62f8451 100644
--- a/uw-spring-security-sample-war/pom.xml
+++ b/uw-spring-security-sample-war/pom.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>edu.wisc.uwss</groupId>
 		<artifactId>uw-spring-security</artifactId>
-		<version>${revision}</version>
+		<version>3.0.1</version>
 	</parent>
 	<artifactId>uw-spring-security-sample-war</artifactId>
 	<name>UW Spring Security Sample War</name>
diff --git a/uw-spring-security-web/pom.xml b/uw-spring-security-web/pom.xml
index 9439fe8..a8350c1 100644
--- a/uw-spring-security-web/pom.xml
+++ b/uw-spring-security-web/pom.xml
@@ -15,7 +15,7 @@
     <parent>
 		<groupId>edu.wisc.uwss</groupId>
 		<artifactId>uw-spring-security</artifactId>
-		<version>${revision}</version>
+		<version>3.0.1</version>
 	</parent>
 	<artifactId>uw-spring-security-web</artifactId>
 	<name>UW Spring Security Web</name>
-- 
GitLab