Skip to content

Commit 45283c5

Browse files
author
Sven Meier
committed
fixed dependency to wicket to be non-snapshot
1 parent 3a342ec commit 45283c5

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/target
2+
/.project
3+
/.settings

pom.xml

+3-3
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.0</version>
7+
<version>0.7.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>Wicket Drag and Drop Parent</name>
1010
<description>Wicket Drag and Drop.</description>
@@ -18,8 +18,8 @@
1818
</licenses>
1919

2020
<properties>
21-
<wicket.version>7.0.0-SNAPSHOT</wicket.version>
22-
<wicketstuff.version>7.0-SNAPSHOT</wicketstuff.version>
21+
<wicket.version>7.0.0</wicket.version>
22+
<wicketstuff.version>7.0.0</wicketstuff.version>
2323
<jetty.version>8.1.16.v20140903</jetty.version>
2424
<slf4j.version>1.7.12</slf4j.version>
2525
<log4j.version>1.2.17</log4j.version>

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

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

wicket-dnd/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/target
22
/.classpath
33
/.project
4+
/.settings

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

1111
<artifactId>wicket-dnd</artifactId>

0 commit comments

Comments
 (0)