Skip to content

Commit b4b2286

Browse files
committed
README updated
1 parent 093a051 commit b4b2286

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Feedback and pull-requests welcome!
2323
<dependency>
2424
<groupId>net.javacrumbs.shedlock</groupId>
2525
<artifactId>shedlock-spring</artifactId>
26-
<version>0.3.0</version>
26+
<version>0.4.0</version>
2727
</dependency>
2828
```
2929

@@ -78,7 +78,7 @@ Import the project
7878
<dependency>
7979
<groupId>net.javacrumbs.shedlock</groupId>
8080
<artifactId>shedlock-provider-mongo</artifactId>
81-
<version>0.3.0</version>
81+
<version>0.4.0</version>
8282
</dependency>
8383
```
8484

@@ -118,7 +118,7 @@ Add dependency
118118
<dependency>
119119
<groupId>net.javacrumbs.shedlock</groupId>
120120
<artifactId>shedlock-provider-jdbc-template</artifactId>
121-
<version>0.3.0</version>
121+
<version>0.4.0</version>
122122
</dependency>
123123
```
124124

@@ -144,7 +144,7 @@ For those who do not want to use jdbc-template, there is plain JDBC lock provide
144144
<dependency>
145145
<groupId>net.javacrumbs.shedlock</groupId>
146146
<artifactId>shedlock-provider-jdbc</artifactId>
147-
<version>0.3.0</version>
147+
<version>0.4.0</version>
148148
</dependency>
149149
```
150150

@@ -199,7 +199,7 @@ public void run() {
199199

200200

201201
##Change log
202-
## 0.3.0
202+
## 0.4.0
203203
1. Extracted LockingTaskExecutor
204204
2. LockManager.executeIfNotLocked renamed to executeWithLock
205205
3. Default table name in JDBC lock providers

0 commit comments

Comments
 (0)