File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed 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.8 .0-SNAPSHOT</version >
7
+ <version >0.9 .0-SNAPSHOT</version >
8
8
<packaging >pom</packaging >
9
9
<name >Wicket Drag and Drop Parent</name >
10
10
<description >Wicket Drag and Drop.</description >
91
91
<groupId >org.apache.maven.plugins</groupId >
92
92
<artifactId >maven-compiler-plugin</artifactId >
93
93
<configuration >
94
- <source >1.8 </source >
95
- <target >1.8 </target >
94
+ <source >1.9 </source >
95
+ <target >1.9 </target >
96
96
<optimize >true</optimize >
97
97
<debug >true</debug >
98
98
</configuration >
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.8 .0-SNAPSHOT</version >
8
+ <version >0.9 .0-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.8 .0-SNAPSHOT</version >
8
+ <version >0.9 .0-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