diff --git a/pom.xml b/pom.xml
index 38b227863fc3113b2ebce6a76918ba08fddf1bdc..5b6dd405b46cd62e0eb95196d7580a9f1f5b1dd6 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>1.3.2-SNAPSHOT</version>
+	<version>1.3.2</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-1.3.2</tag>
   </scm>
 
 	<distributionManagement>
diff --git a/uw-spring-security-config/pom.xml b/uw-spring-security-config/pom.xml
index b18cf46e525dbc4901f4f04bad6ade070e26d751..82bf0c2a912538b0d59497beaadd841155680e05 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>1.3.2-SNAPSHOT</version>
+		<version>1.3.2</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 bcb7b30e9ea6bfefceb2865a60441294a943c39c..d904c09c8e2336beef4a1cc77eb27fef762897be 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>1.3.2-SNAPSHOT</version>
+		<version>1.3.2</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 367bc2a89786e91035bb26f97eb6b995a04ac675..177258a96e99e3cd0ce84d4d54275843f2f8163f 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>1.3.2-SNAPSHOT</version>
+		<version>1.3.2</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 09594c7c49c83e921efe4190aeee862a1de052ab..4f4016809cf6ecbd681a525b265f5dd7c602324b 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>1.3.2-SNAPSHOT</version>
+		<version>1.3.2</version>
 	</parent>
 	<artifactId>uw-spring-security-web</artifactId>
 	<name>UW Spring Security Web</name>