Skip to content

Commit 4a6d32a

Browse files
author
Sven Meier
committed
0.7.3 release
1 parent 71bd82b commit 4a6d32a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.github.svenmeier.wicket-dnd</groupId>
66
<artifactId>wicket-dnd-parent</artifactId>
7-
<version>0.7.3-SNAPSHOT</version>
7+
<version>0.7.3</version>
88
<packaging>pom</packaging>
99
<name>Wicket Drag and Drop Parent</name>
1010
<description>Wicket Drag and Drop.</description>

wicket-dnd-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.svenmeier.wicket-dnd</groupId>
77
<artifactId>wicket-dnd-parent</artifactId>
8-
<version>0.7.3-SNAPSHOT</version>
8+
<version>0.7.3</version>
99
</parent>
1010

1111
<artifactId>wicket-dnd-examples</artifactId>

wicket-dnd/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.svenmeier.wicket-dnd</groupId>
77
<artifactId>wicket-dnd-parent</artifactId>
8-
<version>0.7.3-SNAPSHOT</version>
8+
<version>0.7.3</version>
99
</parent>
1010

1111
<artifactId>wicket-dnd</artifactId>

0 commit comments

Comments
 (0)