Skip to content

Commit ebc74f5

Browse files
committed
Release 0.1.3 - minor fixes for StepExecutionDao
1 parent 0cc35e3 commit ebc74f5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525
}
2626
2727
dependencies {
28-
implementation 'com.github.valb3r.springbatch.adapters:neo4j-adapter:0.1.2'
28+
implementation 'com.github.valb3r.springbatch.adapters:neo4j-adapter:0.1.3'
2929
}
3030
```
3131

@@ -51,7 +51,7 @@ Import `neo4j-adapter`:
5151
<dependency>
5252
<groupId>com.github.valb3r.springbatch.adapters</groupId>
5353
<artifactId>neo4j-adapter</artifactId>
54-
<version>0.1.2</version>
54+
<version>0.1.3</version>
5555
</dependency>
5656
5757
```

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.github.valb3r.springbatch.adapters.examples'
2-
version '0.1.2'
2+
version '0.1.3'
33
description = 'Usage examples of Neo4j-OGM Spring Batch adapter'
44

55
buildscript {

neo4j-adapter/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.github.valb3r.springbatch.adapters'
2-
version '0.1.2'
2+
version '0.1.3'
33
description = 'Neo4j-OGM Spring Batch adapter'
44

55
buildscript {
@@ -67,7 +67,7 @@ publish {
6767
userOrg = 'valb3r'
6868
groupId = 'com.github.valb3r.springbatch.adapters'
6969
artifactId = 'neo4j-adapter'
70-
publishVersion = '0.1.2'
70+
publishVersion = '0.1.3'
7171
desc = 'Spring-batch persistence layer adapter for Neo4j graph database'
7272
website = 'https://github.com/valb3r/springbatch-neo4j-adapter'
7373
}

0 commit comments

Comments
 (0)