From 5eca5259fdd702e2870ee5b0a230d69ea748e958 Mon Sep 17 00:00:00 2001 From: Marc Giffing Date: Sat, 18 Dec 2021 21:25:00 +0100 Subject: [PATCH] change version to 3.1.5 --- pom.xml | 2 +- wicket-spring-boot-context/pom.xml | 2 +- wicket-spring-boot-starter-example/pom.xml | 2 +- wicket-spring-boot-starter/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 62d950a..32ed66c 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.giffing.wicket.spring.boot.starter wicket-spring-boot-starter-parent - 3.1.5-SNAPSHOT + 3.1.5 pom Wicket Spring Boot Starter Parent diff --git a/wicket-spring-boot-context/pom.xml b/wicket-spring-boot-context/pom.xml index 189fe74..aabb95a 100644 --- a/wicket-spring-boot-context/pom.xml +++ b/wicket-spring-boot-context/pom.xml @@ -4,7 +4,7 @@ com.giffing.wicket.spring.boot.starter wicket-spring-boot-starter-parent - 3.1.5-SNAPSHOT + 3.1.5 wicket-spring-boot-context diff --git a/wicket-spring-boot-starter-example/pom.xml b/wicket-spring-boot-starter-example/pom.xml index 5c2eb5b..63ca392 100644 --- a/wicket-spring-boot-starter-example/pom.xml +++ b/wicket-spring-boot-starter-example/pom.xml @@ -5,7 +5,7 @@ com.giffing.wicket.spring.boot.starter wicket-spring-boot-starter-parent - 3.1.3-SNAPSHOT + 3.1.5 .. diff --git a/wicket-spring-boot-starter/pom.xml b/wicket-spring-boot-starter/pom.xml index b968eb8..4535dfc 100644 --- a/wicket-spring-boot-starter/pom.xml +++ b/wicket-spring-boot-starter/pom.xml @@ -4,7 +4,7 @@ com.giffing.wicket.spring.boot.starter wicket-spring-boot-starter-parent - 3.1.5-SNAPSHOT + 3.1.5 ..