File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ repositories {
1919}
2020
2121dependencies {
22- implementation 'com.github.valb3r.springbatch.adapters:neo4j-adapter:0.1.1 '
22+ implementation 'com.github.valb3r.springbatch.adapters:neo4j-adapter:0.1.2 '
2323}
2424```
2525
@@ -45,7 +45,7 @@ Import `neo4j-adapter`:
4545 <dependency>
4646 <groupId>com.github.valb3r.springbatch.adapters</groupId>
4747 <artifactId>neo4j-adapter</artifactId>
48- <version>0.1.1 </version>
48+ <version>0.1.2 </version>
4949</dependency>
5050
5151```
Original file line number Diff line number Diff line change 11group ' com.github.valb3r.springbatch.adapters.examples'
2- version ' 0.1.1 '
2+ version ' 0.1.2 '
33description = ' Usage examples of Neo4j-OGM Spring Batch adapter'
44
55buildscript {
Original file line number Diff line number Diff line change 11group ' com.github.valb3r.springbatch.adapters'
2- version ' 0.1.1 '
2+ version ' 0.1.2 '
33description = ' Neo4j-OGM Spring Batch adapter'
44
55buildscript {
@@ -67,7 +67,7 @@ publish {
6767 userOrg = ' valb3r'
6868 groupId = ' com.github.valb3r.springbatch.adapters'
6969 artifactId = ' neo4j-adapter'
70- publishVersion = ' 0.1.1 '
70+ publishVersion = ' 0.1.2 '
7171 desc = ' Spring-batch persistence layer adapter for Neo4j graph database'
7272 website = ' https://github.com/valb3r/springbatch-neo4j-adapter'
7373}
You can’t perform that action at this time.
0 commit comments