From 3c39547dc2e1cdb830fa2acb68c97facb1735ea2 Mon Sep 17 00:00:00 2001 From: Paul Tuckey Date: Mon, 17 Jul 2023 09:29:45 +1200 Subject: [PATCH] progress --- container-test/example-webapp/pom.xml | 4 ++-- container-test/test-with-testcontainers/pom.xml | 6 +++--- pom.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/container-test/example-webapp/pom.xml b/container-test/example-webapp/pom.xml index 1d5fe9b2..af5352f8 100644 --- a/container-test/example-webapp/pom.xml +++ b/container-test/example-webapp/pom.xml @@ -4,7 +4,7 @@ org.tuckey example-webapp war - 5.0.0-SNAPSHOT + 1.0.0 Example Webapp http://www.tuckey.org/urlrewrite/ 2001 @@ -58,7 +58,7 @@ org.tuckey urlrewritefilter - 5.0.0-SNAPSHOT + 5.1.0-SNAPSHOT jakarta.servlet diff --git a/container-test/test-with-testcontainers/pom.xml b/container-test/test-with-testcontainers/pom.xml index af6db377..06163102 100644 --- a/container-test/test-with-testcontainers/pom.xml +++ b/container-test/test-with-testcontainers/pom.xml @@ -8,7 +8,7 @@ 17 17 - 5.0.0-SNAPSHOT + 1.0.0 UrlRewriteFilter Container Tests http://www.tuckey.org/urlrewrite/ 2001 @@ -46,13 +46,13 @@ org.tuckey urlrewritefilter - 5.0.0-SNAPSHOT + 5.1.0-SNAPSHOT org.tuckey example-webapp - 5.0.0-SNAPSHOT + 1.0.0 war test diff --git a/pom.xml b/pom.xml index 598c2737..7bc5f242 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.tuckey urlrewritefilter jar - 5.0.0-SNAPSHOT + 5.1.0-SNAPSHOT UrlRewriteFilter http://www.tuckey.org/urlrewrite/ 2001