@@ -23,7 +23,7 @@ Feedback and pull-requests welcome!
23
23
<dependency >
24
24
<groupId >net.javacrumbs.shedlock</groupId >
25
25
<artifactId >shedlock-spring</artifactId >
26
- <version >0.3 .0</version >
26
+ <version >0.4 .0</version >
27
27
</dependency >
28
28
```
29
29
@@ -78,7 +78,7 @@ Import the project
78
78
<dependency >
79
79
<groupId >net.javacrumbs.shedlock</groupId >
80
80
<artifactId >shedlock-provider-mongo</artifactId >
81
- <version >0.3 .0</version >
81
+ <version >0.4 .0</version >
82
82
</dependency >
83
83
```
84
84
@@ -118,7 +118,7 @@ Add dependency
118
118
<dependency >
119
119
<groupId >net.javacrumbs.shedlock</groupId >
120
120
<artifactId >shedlock-provider-jdbc-template</artifactId >
121
- <version >0.3 .0</version >
121
+ <version >0.4 .0</version >
122
122
</dependency >
123
123
```
124
124
@@ -144,7 +144,7 @@ For those who do not want to use jdbc-template, there is plain JDBC lock provide
144
144
<dependency >
145
145
<groupId >net.javacrumbs.shedlock</groupId >
146
146
<artifactId >shedlock-provider-jdbc</artifactId >
147
- <version >0.3 .0</version >
147
+ <version >0.4 .0</version >
148
148
</dependency >
149
149
```
150
150
@@ -199,7 +199,7 @@ public void run() {
199
199
200
200
201
201
##Change log
202
- ## 0.3 .0
202
+ ## 0.4 .0
203
203
1 . Extracted LockingTaskExecutor
204
204
2 . LockManager.executeIfNotLocked renamed to executeWithLock
205
205
3 . Default table name in JDBC lock providers
0 commit comments