diff --git a/pom.xml b/pom.xml
index b3090c46b2114f58f937bfa14076b1906abbe2d6..ca36bbfc61604034b1bd691dffa89dd23220e149 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>0.4.5-SNAPSHOT</version>
+	<version>0.4.5</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@bitbucket.org:uwmadison_doit/uw-spring-security.git</connection>
 		<developerConnection>scm:git:git@bitbucket.org:uwmadison_doit/uw-spring-security.git</developerConnection>
 		<url>https://bitbucket.org/uwmadison_doit/uw-spring-security.git</url>
-	  <tag>HEAD</tag>
+	  <tag>uw-spring-security-0.4.5</tag>
   </scm>
 
 	<distributionManagement>
diff --git a/uw-spring-security-config/pom.xml b/uw-spring-security-config/pom.xml
index 6672b2581f4abb0568fddb19695e7cfb7305da58..79978443b969c63413db46764436e38ac257e974 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>0.4.5-SNAPSHOT</version>
+		<version>0.4.5</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 f9c53441f329a66a2b9e6cc73a40a860efc05b36..6d7bfc9d640d63551c00fcc0d9fac122d99fd71e 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>0.4.5-SNAPSHOT</version>
+		<version>0.4.5</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 eb9b5e1749567152f359ff8a0c071592bd4ad98e..fd9436337dfde28c76e60015de75c3e35ba0b533 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>0.4.5-SNAPSHOT</version>
+		<version>0.4.5</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 eceae6fc7e228294555ee04b097cae7c33d17b40..e75ea2512c9a2546bce69c3720dd21595e36efa9 100644
--- a/uw-spring-security-web/pom.xml
+++ b/uw-spring-security-web/pom.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>edu.wisc.uwss</groupId>
 		<artifactId>uw-spring-security</artifactId>
-		<version>0.4.5-SNAPSHOT</version>
+		<version>0.4.5</version>
 	</parent>
 	<artifactId>uw-spring-security-web</artifactId>
 	<name>UW Spring Security Web</name>