From da8713362b12a7eb1a16d90f4df9cf434ec2c801 Mon Sep 17 00:00:00 2001 From: Marc Giffing Date: Tue, 21 Dec 2021 19:21:55 +0100 Subject: [PATCH] set project version to 3.1.6 --- 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 7945ae7..cb84ce4 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.6-SNAPSHOT + 3.1.6 pom Wicket Spring Boot Starter Parent diff --git a/wicket-spring-boot-context/pom.xml b/wicket-spring-boot-context/pom.xml index d90d781..67e2cf9 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.6-SNAPSHOT + 3.1.6 wicket-spring-boot-context diff --git a/wicket-spring-boot-starter-example/pom.xml b/wicket-spring-boot-starter-example/pom.xml index ed850a3..ec9c604 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.6-SNAPSHOT + 3.1.6 .. diff --git a/wicket-spring-boot-starter/pom.xml b/wicket-spring-boot-starter/pom.xml index 320532f..a57d170 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.6-SNAPSHOT + 3.1.6 ..