Skip to content

Commit 74a6f03

Browse files
committed
prepare version 4.1.1
1 parent 657f5c6 commit 74a6f03

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.giffing.wicket.spring.boot.starter</groupId>
66
<artifactId>wicket-spring-boot-starter-parent</artifactId>
7-
<version>4.1.0</version>
7+
<version>4.1.1</version>
88
<packaging>pom</packaging>
99

1010
<name>Wicket Spring Boot Starter Parent</name>

wicket-spring-boot-context/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.giffing.wicket.spring.boot.starter</groupId>
66
<artifactId>wicket-spring-boot-starter-parent</artifactId>
7-
<version>4.1.0</version>
7+
<version>4.1.1</version>
88
</parent>
99

1010
<artifactId>wicket-spring-boot-context</artifactId>

wicket-spring-boot-starter-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.giffing.wicket.spring.boot.starter</groupId>
88
<artifactId>wicket-spring-boot-starter-parent</artifactId>
9-
<version>4.1.0</version>
9+
<version>4.1.1</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212

wicket-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.giffing.wicket.spring.boot.starter</groupId>
66
<artifactId>wicket-spring-boot-starter-parent</artifactId>
7-
<version>4.1.0</version>
7+
<version>4.1.1</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)