From b92d388ad66ff1dad350dcd3d13f9dbc4f5c4946 Mon Sep 17 00:00:00 2001 From: "bjsousa@wisc.edu" <benjamin.sousa@wisc.edu> Date: Tue, 2 Feb 2016 08:37:54 -0600 Subject: [PATCH] [maven-release-plugin] prepare release uw-spring-security-0.4.8 --- 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 8527ffe..ebfe445 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.8-SNAPSHOT</version> + <version>0.4.8</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-0.4.8</tag> </scm> <distributionManagement> diff --git a/uw-spring-security-config/pom.xml b/uw-spring-security-config/pom.xml index 3efd2be..0fcdb7d 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.8-SNAPSHOT</version> + <version>0.4.8</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 1e33922..d20b115 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.8-SNAPSHOT</version> + <version>0.4.8</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 18db8c1..1f7b81e 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.8-SNAPSHOT</version> + <version>0.4.8</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 72b6fab..576d792 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.8-SNAPSHOT</version> + <version>0.4.8</version> </parent> <artifactId>uw-spring-security-web</artifactId> <name>UW Spring Security Web</name> -- GitLab