From 0394b0b93ae92e63f09711a9c67fec4e799e8419 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 26 Mar 2023 00:28:05 -0400 Subject: [PATCH] [maven-release-plugin] prepare release waffle-parent-3.3.0 --- Source/JNA/pom.xml | 4 ++-- Source/JNA/waffle-bom/pom.xml | 6 +++--- Source/JNA/waffle-demo/pom.xml | 6 +++--- Source/JNA/waffle-demo/waffle-filter/pom.xml | 8 ++++---- Source/JNA/waffle-demo/waffle-form/pom.xml | 6 +++--- Source/JNA/waffle-demo/waffle-jaas/pom.xml | 6 +++--- Source/JNA/waffle-demo/waffle-mixed-post/pom.xml | 8 ++++---- Source/JNA/waffle-demo/waffle-mixed/pom.xml | 8 ++++---- Source/JNA/waffle-demo/waffle-negotiate/pom.xml | 8 ++++---- Source/JNA/waffle-demo/waffle-spring-boot-filter2/pom.xml | 6 +++--- Source/JNA/waffle-demo/waffle-spring-boot-filter3/pom.xml | 6 +++--- Source/JNA/waffle-demo/waffle-spring-filter/pom.xml | 8 ++++---- Source/JNA/waffle-demo/waffle-spring-form/pom.xml | 8 ++++---- Source/JNA/waffle-distro/pom.xml | 6 +++--- Source/JNA/waffle-jetty/pom.xml | 8 ++++---- Source/JNA/waffle-jna-jakarta/pom.xml | 6 +++--- Source/JNA/waffle-jna/pom.xml | 6 +++--- Source/JNA/waffle-shiro/pom.xml | 6 +++--- Source/JNA/waffle-spring-boot2/pom.xml | 6 +++--- .../waffle-spring-boot-autoconfigure2/pom.xml | 8 ++++---- .../waffle-spring-boot-starter2/pom.xml | 8 ++++---- Source/JNA/waffle-spring-boot3/pom.xml | 6 +++--- .../waffle-spring-boot-autoconfigure3/pom.xml | 6 +++--- .../waffle-spring-boot-starter3/pom.xml | 6 +++--- Source/JNA/waffle-spring-security5/pom.xml | 6 +++--- Source/JNA/waffle-spring-security6/pom.xml | 6 +++--- Source/JNA/waffle-tests-jakarta/pom.xml | 6 +++--- Source/JNA/waffle-tests/pom.xml | 6 +++--- Source/JNA/waffle-tomcat10/pom.xml | 6 +++--- Source/JNA/waffle-tomcat85/pom.xml | 6 +++--- Source/JNA/waffle-tomcat9/pom.xml | 6 +++--- 31 files changed, 101 insertions(+), 101 deletions(-) diff --git a/Source/JNA/pom.xml b/Source/JNA/pom.xml index 895f94e69a..a96438f9d6 100644 --- a/Source/JNA/pom.xml +++ b/Source/JNA/pom.xml @@ -29,7 +29,7 @@ com.github.waffle waffle-parent - 3.2.1-SNAPSHOT + 3.3.0 pom waffle-parent @@ -106,7 +106,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 Github diff --git a/Source/JNA/waffle-bom/pom.xml b/Source/JNA/waffle-bom/pom.xml index 91a99a5745..8e90fecc27 100644 --- a/Source/JNA/waffle-bom/pom.xml +++ b/Source/JNA/waffle-bom/pom.xml @@ -30,11 +30,11 @@ com.github.waffle waffle-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-bom - 3.2.1-SNAPSHOT + 3.3.0 pom waffle-bom @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-demo/pom.xml b/Source/JNA/waffle-demo/pom.xml index 4eb7ba74fc..96e41611ae 100644 --- a/Source/JNA/waffle-demo/pom.xml +++ b/Source/JNA/waffle-demo/pom.xml @@ -30,12 +30,12 @@ com.github.waffle waffle-parent - 3.2.1-SNAPSHOT + 3.3.0 com.github.waffle.demo waffle-demo-parent - 3.2.1-SNAPSHOT + 3.3.0 pom waffle-demo-parent @@ -59,7 +59,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-demo/waffle-filter/pom.xml b/Source/JNA/waffle-demo/waffle-filter/pom.xml index 6b9be53f9c..2b89289781 100644 --- a/Source/JNA/waffle-demo/waffle-filter/pom.xml +++ b/Source/JNA/waffle-demo/waffle-filter/pom.xml @@ -3,7 +3,7 @@ MIT License - Copyright (c) 2010-2022 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors + Copyright (c) 2010-2023 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -30,11 +30,11 @@ com.github.waffle.demo waffle-demo-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-filter - 3.2.1-SNAPSHOT + 3.3.0 war waffle-filter @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-demo/waffle-form/pom.xml b/Source/JNA/waffle-demo/waffle-form/pom.xml index f93974ffe6..3791611c1e 100644 --- a/Source/JNA/waffle-demo/waffle-form/pom.xml +++ b/Source/JNA/waffle-demo/waffle-form/pom.xml @@ -30,11 +30,11 @@ com.github.waffle.demo waffle-demo-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-form - 3.2.1-SNAPSHOT + 3.3.0 war waffle-form @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-demo/waffle-jaas/pom.xml b/Source/JNA/waffle-demo/waffle-jaas/pom.xml index 36ce9d14e5..1b788d37ce 100644 --- a/Source/JNA/waffle-demo/waffle-jaas/pom.xml +++ b/Source/JNA/waffle-demo/waffle-jaas/pom.xml @@ -30,11 +30,11 @@ com.github.waffle.demo waffle-demo-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-jaas - 3.2.1-SNAPSHOT + 3.3.0 war waffle-jaas @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-demo/waffle-mixed-post/pom.xml b/Source/JNA/waffle-demo/waffle-mixed-post/pom.xml index 0b2116e2dd..0514925cc6 100644 --- a/Source/JNA/waffle-demo/waffle-mixed-post/pom.xml +++ b/Source/JNA/waffle-demo/waffle-mixed-post/pom.xml @@ -3,7 +3,7 @@ MIT License - Copyright (c) 2010-2022 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors + Copyright (c) 2010-2023 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -30,11 +30,11 @@ com.github.waffle.demo waffle-demo-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-mixed-post - 3.2.1-SNAPSHOT + 3.3.0 war waffle-mixed-post @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-demo/waffle-mixed/pom.xml b/Source/JNA/waffle-demo/waffle-mixed/pom.xml index c056c0c55d..349536d3b6 100644 --- a/Source/JNA/waffle-demo/waffle-mixed/pom.xml +++ b/Source/JNA/waffle-demo/waffle-mixed/pom.xml @@ -3,7 +3,7 @@ MIT License - Copyright (c) 2010-2022 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors + Copyright (c) 2010-2023 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -30,11 +30,11 @@ com.github.waffle.demo waffle-demo-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-mixed - 3.2.1-SNAPSHOT + 3.3.0 war waffle-mixed @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-demo/waffle-negotiate/pom.xml b/Source/JNA/waffle-demo/waffle-negotiate/pom.xml index b3dd42b52b..254e1b64cb 100644 --- a/Source/JNA/waffle-demo/waffle-negotiate/pom.xml +++ b/Source/JNA/waffle-demo/waffle-negotiate/pom.xml @@ -3,7 +3,7 @@ MIT License - Copyright (c) 2010-2022 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors + Copyright (c) 2010-2023 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -30,11 +30,11 @@ com.github.waffle.demo waffle-demo-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-negotiate - 3.2.1-SNAPSHOT + 3.3.0 war waffle-negotiate @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-demo/waffle-spring-boot-filter2/pom.xml b/Source/JNA/waffle-demo/waffle-spring-boot-filter2/pom.xml index 426aa40492..4bd154a600 100644 --- a/Source/JNA/waffle-demo/waffle-spring-boot-filter2/pom.xml +++ b/Source/JNA/waffle-demo/waffle-spring-boot-filter2/pom.xml @@ -29,11 +29,11 @@ com.github.waffle.demo waffle-demo-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-spring-boot-filter2 - 3.2.1-SNAPSHOT + 3.3.0 jar waffle-spring-boot-filter2 @@ -44,7 +44,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-demo/waffle-spring-boot-filter3/pom.xml b/Source/JNA/waffle-demo/waffle-spring-boot-filter3/pom.xml index 6519a31e80..8504272317 100644 --- a/Source/JNA/waffle-demo/waffle-spring-boot-filter3/pom.xml +++ b/Source/JNA/waffle-demo/waffle-spring-boot-filter3/pom.xml @@ -29,11 +29,11 @@ com.github.waffle.demo waffle-demo-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-spring-boot-filter3 - 3.2.1-SNAPSHOT + 3.3.0 jar waffle-spring-boot-filter3 @@ -44,7 +44,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-demo/waffle-spring-filter/pom.xml b/Source/JNA/waffle-demo/waffle-spring-filter/pom.xml index 9aed25fb1c..5127203b53 100644 --- a/Source/JNA/waffle-demo/waffle-spring-filter/pom.xml +++ b/Source/JNA/waffle-demo/waffle-spring-filter/pom.xml @@ -3,7 +3,7 @@ MIT License - Copyright (c) 2010-2022 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors + Copyright (c) 2010-2023 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -30,11 +30,11 @@ com.github.waffle.demo waffle-demo-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-spring-filter - 3.2.1-SNAPSHOT + 3.3.0 war waffle-spring-filter @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-demo/waffle-spring-form/pom.xml b/Source/JNA/waffle-demo/waffle-spring-form/pom.xml index 6dcff1a205..c1b648e7fc 100644 --- a/Source/JNA/waffle-demo/waffle-spring-form/pom.xml +++ b/Source/JNA/waffle-demo/waffle-spring-form/pom.xml @@ -3,7 +3,7 @@ MIT License - Copyright (c) 2010-2022 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors + Copyright (c) 2010-2023 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -30,11 +30,11 @@ com.github.waffle.demo waffle-demo-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-spring-form - 3.2.1-SNAPSHOT + 3.3.0 war waffle-spring-form @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-distro/pom.xml b/Source/JNA/waffle-distro/pom.xml index 11617a9cc6..db5f803881 100644 --- a/Source/JNA/waffle-distro/pom.xml +++ b/Source/JNA/waffle-distro/pom.xml @@ -30,11 +30,11 @@ com.github.waffle waffle-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-distro - 3.2.1-SNAPSHOT + 3.3.0 pom waffle-distro @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-jetty/pom.xml b/Source/JNA/waffle-jetty/pom.xml index bd1ccd0d93..1bebdf8824 100644 --- a/Source/JNA/waffle-jetty/pom.xml +++ b/Source/JNA/waffle-jetty/pom.xml @@ -3,7 +3,7 @@ MIT License - Copyright (c) 2010-2022 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors + Copyright (c) 2010-2023 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -30,11 +30,11 @@ com.github.waffle waffle-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-jetty - 3.2.1-SNAPSHOT + 3.3.0 jar waffle-jetty @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-jna-jakarta/pom.xml b/Source/JNA/waffle-jna-jakarta/pom.xml index ed86b7f065..bae523b469 100644 --- a/Source/JNA/waffle-jna-jakarta/pom.xml +++ b/Source/JNA/waffle-jna-jakarta/pom.xml @@ -30,11 +30,11 @@ com.github.waffle waffle-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-jna-jakarta - 3.2.1-SNAPSHOT + 3.3.0 jar waffle-jna-jakarta @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-jna/pom.xml b/Source/JNA/waffle-jna/pom.xml index ca387bd925..239e3c6327 100644 --- a/Source/JNA/waffle-jna/pom.xml +++ b/Source/JNA/waffle-jna/pom.xml @@ -30,11 +30,11 @@ com.github.waffle waffle-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-jna - 3.2.1-SNAPSHOT + 3.3.0 jar waffle-jna @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-shiro/pom.xml b/Source/JNA/waffle-shiro/pom.xml index 984ff80ddc..16fc050470 100644 --- a/Source/JNA/waffle-shiro/pom.xml +++ b/Source/JNA/waffle-shiro/pom.xml @@ -30,11 +30,11 @@ com.github.waffle waffle-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-shiro - 3.2.1-SNAPSHOT + 3.3.0 jar waffle-shiro @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-spring-boot2/pom.xml b/Source/JNA/waffle-spring-boot2/pom.xml index c227da0525..280384f711 100644 --- a/Source/JNA/waffle-spring-boot2/pom.xml +++ b/Source/JNA/waffle-spring-boot2/pom.xml @@ -30,11 +30,11 @@ com.github.waffle waffle-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-spring-boot2 - 3.2.1-SNAPSHOT + 3.3.0 pom waffle-spring-boot2 @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-spring-boot2/waffle-spring-boot-autoconfigure2/pom.xml b/Source/JNA/waffle-spring-boot2/waffle-spring-boot-autoconfigure2/pom.xml index 56d6b20fa1..bf6e09b67a 100644 --- a/Source/JNA/waffle-spring-boot2/waffle-spring-boot-autoconfigure2/pom.xml +++ b/Source/JNA/waffle-spring-boot2/waffle-spring-boot-autoconfigure2/pom.xml @@ -3,7 +3,7 @@ MIT License - Copyright (c) 2010-2022 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors + Copyright (c) 2010-2023 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -30,11 +30,11 @@ com.github.waffle waffle-spring-boot2 - 3.2.1-SNAPSHOT + 3.3.0 waffle-spring-boot-autoconfigure2 - 3.2.1-SNAPSHOT + 3.3.0 jar waffle-spring-boot-autoconfigure2 @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-spring-boot2/waffle-spring-boot-starter2/pom.xml b/Source/JNA/waffle-spring-boot2/waffle-spring-boot-starter2/pom.xml index 88b6dc5851..6793b63105 100644 --- a/Source/JNA/waffle-spring-boot2/waffle-spring-boot-starter2/pom.xml +++ b/Source/JNA/waffle-spring-boot2/waffle-spring-boot-starter2/pom.xml @@ -3,7 +3,7 @@ MIT License - Copyright (c) 2010-2022 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors + Copyright (c) 2010-2023 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -30,11 +30,11 @@ com.github.waffle waffle-spring-boot2 - 3.2.1-SNAPSHOT + 3.3.0 waffle-spring-boot-starter2 - 3.2.1-SNAPSHOT + 3.3.0 jar waffle-spring-boot-starter2 @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-spring-boot3/pom.xml b/Source/JNA/waffle-spring-boot3/pom.xml index e6a52e0d3a..bc2218d1cb 100644 --- a/Source/JNA/waffle-spring-boot3/pom.xml +++ b/Source/JNA/waffle-spring-boot3/pom.xml @@ -30,11 +30,11 @@ com.github.waffle waffle-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-spring-boot3 - 3.2.1-SNAPSHOT + 3.3.0 pom waffle-spring-boot3 @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-spring-boot3/waffle-spring-boot-autoconfigure3/pom.xml b/Source/JNA/waffle-spring-boot3/waffle-spring-boot-autoconfigure3/pom.xml index 5094ae07bc..04a75949b0 100644 --- a/Source/JNA/waffle-spring-boot3/waffle-spring-boot-autoconfigure3/pom.xml +++ b/Source/JNA/waffle-spring-boot3/waffle-spring-boot-autoconfigure3/pom.xml @@ -30,11 +30,11 @@ com.github.waffle waffle-spring-boot3 - 3.2.1-SNAPSHOT + 3.3.0 waffle-spring-boot-autoconfigure3 - 3.2.1-SNAPSHOT + 3.3.0 jar waffle-spring-boot-autoconfigure3 @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-spring-boot3/waffle-spring-boot-starter3/pom.xml b/Source/JNA/waffle-spring-boot3/waffle-spring-boot-starter3/pom.xml index 33751ea7c6..24c534b2b9 100644 --- a/Source/JNA/waffle-spring-boot3/waffle-spring-boot-starter3/pom.xml +++ b/Source/JNA/waffle-spring-boot3/waffle-spring-boot-starter3/pom.xml @@ -30,11 +30,11 @@ com.github.waffle waffle-spring-boot3 - 3.2.1-SNAPSHOT + 3.3.0 waffle-spring-boot-starter3 - 3.2.1-SNAPSHOT + 3.3.0 jar waffle-spring-boot-starter3 @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-spring-security5/pom.xml b/Source/JNA/waffle-spring-security5/pom.xml index 3c246228e0..44dc1b44c0 100644 --- a/Source/JNA/waffle-spring-security5/pom.xml +++ b/Source/JNA/waffle-spring-security5/pom.xml @@ -30,11 +30,11 @@ com.github.waffle waffle-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-spring-security5 - 3.2.1-SNAPSHOT + 3.3.0 jar waffle-spring-security5 @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-spring-security6/pom.xml b/Source/JNA/waffle-spring-security6/pom.xml index 5368771fb7..50a5d407cb 100644 --- a/Source/JNA/waffle-spring-security6/pom.xml +++ b/Source/JNA/waffle-spring-security6/pom.xml @@ -30,11 +30,11 @@ com.github.waffle waffle-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-spring-security6 - 3.2.1-SNAPSHOT + 3.3.0 jar waffle-spring-security6 @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-tests-jakarta/pom.xml b/Source/JNA/waffle-tests-jakarta/pom.xml index 412900f73e..ade882d6e7 100644 --- a/Source/JNA/waffle-tests-jakarta/pom.xml +++ b/Source/JNA/waffle-tests-jakarta/pom.xml @@ -30,11 +30,11 @@ com.github.waffle waffle-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-tests-jakarta - 3.2.1-SNAPSHOT + 3.3.0 jar waffle-tests-jakarta @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-tests/pom.xml b/Source/JNA/waffle-tests/pom.xml index 13d533dc6c..76ecdc6342 100644 --- a/Source/JNA/waffle-tests/pom.xml +++ b/Source/JNA/waffle-tests/pom.xml @@ -30,11 +30,11 @@ com.github.waffle waffle-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-tests - 3.2.1-SNAPSHOT + 3.3.0 jar waffle-tests @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-tomcat10/pom.xml b/Source/JNA/waffle-tomcat10/pom.xml index 8663331c64..a24b486ccb 100644 --- a/Source/JNA/waffle-tomcat10/pom.xml +++ b/Source/JNA/waffle-tomcat10/pom.xml @@ -30,11 +30,11 @@ com.github.waffle waffle-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-tomcat10 - 3.2.1-SNAPSHOT + 3.3.0 jar waffle-tomcat10 @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-tomcat85/pom.xml b/Source/JNA/waffle-tomcat85/pom.xml index bf02b09cb1..83c6e18737 100644 --- a/Source/JNA/waffle-tomcat85/pom.xml +++ b/Source/JNA/waffle-tomcat85/pom.xml @@ -30,11 +30,11 @@ com.github.waffle waffle-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-tomcat85 - 3.2.1-SNAPSHOT + 3.3.0 jar waffle-tomcat85 @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0 diff --git a/Source/JNA/waffle-tomcat9/pom.xml b/Source/JNA/waffle-tomcat9/pom.xml index 237426e664..0df6ad756d 100644 --- a/Source/JNA/waffle-tomcat9/pom.xml +++ b/Source/JNA/waffle-tomcat9/pom.xml @@ -30,11 +30,11 @@ com.github.waffle waffle-parent - 3.2.1-SNAPSHOT + 3.3.0 waffle-tomcat9 - 3.2.1-SNAPSHOT + 3.3.0 jar waffle-tomcat9 @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/waffle/waffle.git scm:git:ssh://git@github.com/waffle/waffle.git https://github.com/Waffle/waffle - HEAD + waffle-parent-3.3.0