diff --git a/pom.xml b/pom.xml index 1359a1c34d63dcd4e2bae39e9a688a4600972a12..7074140909d9dd8c6f0dd5b408ead46a8dab60b9 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.2.1-SNAPSHOT</version> + <version>1.2.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-1.2.1</tag> </scm> <distributionManagement> diff --git a/uw-spring-security-config/pom.xml b/uw-spring-security-config/pom.xml index 673c564da73065dd1acea2d0c9f36a9403618942..556beed237fdcd1431b689f4006a714aa3a57a7a 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.2.1-SNAPSHOT</version> + <version>1.2.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 2273fc15afc0f2f49a6a036cebae7666d93d2b1f..6061129d8aa56073a08b9a23565f367e86b81e79 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.2.1-SNAPSHOT</version> + <version>1.2.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 683a3a96baaa11da00fd7f83c82c4d929d56a008..c273577165f9c8d160daf0f41940eaf08403a227 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.2.1-SNAPSHOT</version> + <version>1.2.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 86209ed9ac30f33f1442bbdc10ef213fca9c912c..ec030a110eaf8d1d49e75938c5f785bc2baeda7f 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.2.1-SNAPSHOT</version> + <version>1.2.1</version> </parent> <artifactId>uw-spring-security-web</artifactId> <name>UW Spring Security Web</name>