Skip to content

Commit 19ac32b

Browse files
committed
README updated
1 parent 3849efa commit 19ac32b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ using any transaction. In such case ShedLock may be right for you.
2424
<dependency>
2525
<groupId>net.javacrumbs.shedlock</groupId>
2626
<artifactId>shedlock-spring</artifactId>
27-
<version>0.7.0</version>
27+
<version>0.10.0</version>
2828
</dependency>
2929
```
3030

@@ -148,7 +148,7 @@ Add dependency
148148
<dependency>
149149
<groupId>net.javacrumbs.shedlock</groupId>
150150
<artifactId>shedlock-provider-jdbc-template</artifactId>
151-
<version>0.9.0</version>
151+
<version>0.10.0</version>
152152
</dependency>
153153
```
154154

@@ -174,7 +174,7 @@ For those who do not want to use jdbc-template, there is plain JDBC lock provide
174174
<dependency>
175175
<groupId>net.javacrumbs.shedlock</groupId>
176176
<artifactId>shedlock-provider-jdbc</artifactId>
177-
<version>0.9.0</version>
177+
<version>0.10.0</version>
178178
</dependency>
179179
```
180180

@@ -198,7 +198,7 @@ Import
198198
<dependency>
199199
<groupId>net.javacrumbs.shedlock</groupId>
200200
<artifactId>shedlock-provider-zookeeper-curator</artifactId>
201-
<version>0.9.0</version>
201+
<version>0.10.0</version>
202202
</dependency>
203203
```
204204

@@ -250,6 +250,9 @@ public void run() {
250250

251251
## Change log
252252

253+
## 0.10.0
254+
* jdbc-template-provider does not participate in task transaction
255+
253256
## 0.9.0
254257
* Support for @SchedulerLock annotations on proxied classes
255258

0 commit comments

Comments
 (0)