File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Add LinkMove dependency:
2727<dependency >
2828 <groupId >com.nhl.link.move</groupId >
2929 <artifactId >link-move</artifactId >
30- <version >3.0.M5 </version >
30+ <version >3.0.0-RC3 </version >
3131</dependency >
3232```
3333The core module above supports relational and XML sources. The following optional modules may be added if you need to work with other formats:
@@ -37,15 +37,15 @@ The core module above supports relational and XML sources. The following optiona
3737<dependency >
3838 <groupId >com.nhl.link.move</groupId >
3939 <artifactId >link-move-json</artifactId >
40- <version >3.0.M5 </version >
40+ <version >3.0.0-RC3 </version >
4141</dependency >
4242```
4343``` XML
4444<!-- for CSV -->
4545<dependency >
4646 <groupId >com.nhl.link.move</groupId >
4747 <artifactId >link-move-csv</artifactId >
48- <version >3.0.M5 </version >
48+ <version >3.0.0-RC3 </version >
4949</dependency >
5050```
5151Use it:
You can’t perform that action at this time.
0 commit comments