From f26b3fbcd708f83d82ed1a4988a071f3c8dec49d Mon Sep 17 00:00:00 2001 From: "bjsousa@wisc.edu" <benjamin.sousa@wisc.edu> Date: Tue, 28 Jun 2016 14:24:39 -0500 Subject: [PATCH] [maven-release-plugin] prepare release uw-spring-security-1.3.2 --- 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 38b2278..5b6dd40 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 b18cf46..82bf0c2 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 bcb7b30..d904c09 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 367bc2a..177258a 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 09594c7..4f40168 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> -- GitLab