diff --git a/pom.xml b/pom.xml
index ec97a84bbf4ea04400eed346dfaa24ef7699ede9..540abd99c1dd7492dee1b408697b4ab1bbe7570b 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 6c24d40408a976d91373e427424905a2b620f997..6603578a2ad26bd5c2e9afd6d2fdbeb75227e5bf 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 fff85ba64a039f36a6790a3c6e0f059e2e6b555d..faa7298001af668b134f565f2dba297b93909015 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 9dad3966315d24c5d11ad8f890ceb97f09c38285..62f8451f3681d629becfd54114443c14314d5fce 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 9439fe8f492cbccf0b998cbfc5ab37d95d27ade0..a8350c10f8a7985ec0d10ea1cb7ce31330f85ec9 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>