Commit 4dc48b8 Sven Meier
committed
1 parent 4a6d32a commit 4dc48b8 Copy full SHA for 4dc48b8
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ and [OSS Sonatype](https://oss.sonatype.org/content/repositories/releases/com/gi
59
59
<dependency>
60
60
<groupId>com.github.svenmeier.wicket-dnd</groupId>
61
61
<artifactId>wicket-dnd</artifactId>
62
- <version>0.6.1 </version>
62
+ <version>0.6.2 </version>
63
63
</dependency>
64
64
65
65
<dependency>
66
66
<groupId>com.github.svenmeier.wicket-dnd</groupId>
67
67
<artifactId>wicket-dnd</artifactId>
68
- <version>0.7.2 </version>
68
+ <version>0.7.3 </version>
69
69
</dependency>
70
70
71
71
@@ -74,7 +74,7 @@ For snapshot releases you have to use the [OSS Sonatype Snapshot repository](htt
74
74
<dependency>
75
75
<groupId>com.github.svenmeier.wicket-dnd</groupId>
76
76
<artifactId>wicket-dnd</artifactId>
77
- <version>0.7.2 -SNAPSHOT</version>
77
+ <version>0.7.4 -SNAPSHOT</version>
78
78
</dependency>
79
79
80
80
<repository>
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.github.svenmeier.wicket-dnd</groupId >
6
6
<artifactId >wicket-dnd-parent</artifactId >
7
- <version >0.7.3 </version >
7
+ <version >0.7.4-SNAPSHOT </version >
8
8
<packaging >pom</packaging >
9
9
<name >Wicket Drag and Drop Parent</name >
10
10
<description >Wicket Drag and Drop.</description >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.svenmeier.wicket-dnd</groupId >
7
7
<artifactId >wicket-dnd-parent</artifactId >
8
- <version >0.7.3 </version >
8
+ <version >0.7.4-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >wicket-dnd-examples</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.svenmeier.wicket-dnd</groupId >
7
7
<artifactId >wicket-dnd-parent</artifactId >
8
- <version >0.7.3 </version >
8
+ <version >0.7.4-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >wicket-dnd</artifactId >
You can’t perform that action at this time.
0 commit comments