From 0e176e857802911723a8b53245cb55b403168858 Mon Sep 17 00:00:00 2001 From: bhill6 <brian.hill@wisc.edu> Date: Mon, 10 Oct 2022 14:21:54 -0500 Subject: [PATCH] Version number updates since I forgot that this thing has 5 pom files. --- 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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/uw-spring-security-config/pom.xml b/uw-spring-security-config/pom.xml index 04febd8..b00aff4 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>3.0.5</version> + <version>3.0.6</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 ad4d1e6..5db51c1 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>3.0.5</version> + <version>3.0.6</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 bf7099a..3ed1489 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>3.0.5</version> + <version>3.0.6</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 f2bbce6..7101c13 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>3.0.5</version> + <version>3.0.6</version> </parent> <artifactId>uw-spring-security-web</artifactId> <name>UW Spring Security Web</name> -- GitLab