Skip to content

Commit 59732a8

Browse files
committed
Prepare for v0.4.0 release
1 parent e961f42 commit 59732a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>jp.try0.wicket</groupId>
77
<artifactId>wicket-izitoast-parent</artifactId>
8-
<version>0.4.0-SNAPSHOT</version>
8+
<version>0.4.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>wicket-izitoast-parent</name>

wicket-izitoast-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>jp.try0.wicket</groupId>
88
<artifactId>wicket-izitoast-parent</artifactId>
9-
<version>0.4.0-SNAPSHOT</version>
9+
<version>0.4.0</version>
1010
</parent>
1111
<artifactId>wicket-izitoast-core</artifactId>
1212
<name>wicket-izitoast-core</name>

wicket-izitoast-samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>wicket-izitoast-parent</artifactId>
88
<groupId>jp.try0.wicket</groupId>
9-
<version>0.4.0-SNAPSHOT</version>
9+
<version>0.4.0</version>
1010
</parent>
1111

1212
<artifactId>wicket-izitoast-samples</artifactId>
@@ -28,7 +28,7 @@
2828
<jackson-databind.version>2.10.0</jackson-databind.version>
2929
<jackson-annotations.version>2.10.0</jackson-annotations.version>
3030
<commons-text.version>1.7</commons-text.version>
31-
<wicket-izitoast.version>0.4.0-SNAPSHOT</wicket-izitoast.version>
31+
<wicket-izitoast.version>0.4.0</wicket-izitoast.version>
3232
<wtp.version>none</wtp.version>
3333
</properties>
3434
<dependencies>

0 commit comments

Comments
 (0)