From 5a2686d229866da7d98a399850f828e205199250 Mon Sep 17 00:00:00 2001 From: Wesley Szamotula <wes.szamotula@wisc.edu> Date: Fri, 10 Jul 2020 14:27:03 -0500 Subject: [PATCH] [maven-release-plugin] prepare release uw-spring-security-3.0.0 --- 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 c372650..37d1046 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>${revision}</version> + <version>3.0.0</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-3.0.0</tag> </scm> <distributionManagement> diff --git a/uw-spring-security-config/pom.xml b/uw-spring-security-config/pom.xml index 6c24d40..c857df6 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>${revision}</version> + <version>3.0.0</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 fff85ba..ddbcfce 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>${revision}</version> + <version>3.0.0</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 9dad396..614e0ef 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>${revision}</version> + <version>3.0.0</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 9439fe8..b0d39c2 100644 --- a/uw-spring-security-web/pom.xml +++ b/uw-spring-security-web/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>edu.wisc.uwss</groupId> <artifactId>uw-spring-security</artifactId> - <version>${revision}</version> + <version>3.0.0</version> </parent> <artifactId>uw-spring-security-web</artifactId> <name>UW Spring Security Web</name> -- GitLab