Skip to content

Commit 4dc48b8

Browse files
author
Sven Meier
committed
new snapshot development
1 parent 4a6d32a commit 4dc48b8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ and [OSS Sonatype](https://oss.sonatype.org/content/repositories/releases/com/gi
5959
<dependency>
6060
<groupId>com.github.svenmeier.wicket-dnd</groupId>
6161
<artifactId>wicket-dnd</artifactId>
62-
<version>0.6.1</version>
62+
<version>0.6.2</version>
6363
</dependency>
6464

6565
<dependency>
6666
<groupId>com.github.svenmeier.wicket-dnd</groupId>
6767
<artifactId>wicket-dnd</artifactId>
68-
<version>0.7.2</version>
68+
<version>0.7.3</version>
6969
</dependency>
7070

7171

@@ -74,7 +74,7 @@ For snapshot releases you have to use the [OSS Sonatype Snapshot repository](htt
7474
<dependency>
7575
<groupId>com.github.svenmeier.wicket-dnd</groupId>
7676
<artifactId>wicket-dnd</artifactId>
77-
<version>0.7.2-SNAPSHOT</version>
77+
<version>0.7.4-SNAPSHOT</version>
7878
</dependency>
7979

8080
<repository>

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</version>
7+
<version>0.7.4-SNAPSHOT</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</version>
8+
<version>0.7.4-SNAPSHOT</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</version>
8+
<version>0.7.4-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>wicket-dnd</artifactId>

0 commit comments

Comments
 (0)