Skip to content

Commit ef058ed

Browse files
committed
updating docs to the latest release
1 parent 6386588 commit ef058ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
```
3333
The 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
```
5151
Use it:

0 commit comments

Comments
 (0)