Skip to content

Commit

Permalink
0.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Meier committed Jan 25, 2016
1 parent 71bd82b commit 4a6d32a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.svenmeier.wicket-dnd</groupId>
<artifactId>wicket-dnd-parent</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<packaging>pom</packaging>
<name>Wicket Drag and Drop Parent</name>
<description>Wicket Drag and Drop.</description>
Expand Down
2 changes: 1 addition & 1 deletion wicket-dnd-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.svenmeier.wicket-dnd</groupId>
<artifactId>wicket-dnd-parent</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
</parent>

<artifactId>wicket-dnd-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wicket-dnd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.svenmeier.wicket-dnd</groupId>
<artifactId>wicket-dnd-parent</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
</parent>

<artifactId>wicket-dnd</artifactId>
Expand Down

0 comments on commit 4a6d32a

Please sign in to comment.