Skip to content

Commit

Permalink
Release minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Feb 9, 2020
1 parent 0370a5c commit ea3fe0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}
dependencies {
implementation 'com.github.valb3r.springbatch.adapters:neo4j-adapter:0.1.1'
implementation 'com.github.valb3r.springbatch.adapters:neo4j-adapter:0.1.2'
}
```

Expand All @@ -45,7 +45,7 @@ Import `neo4j-adapter`:
<dependency>
<groupId>com.github.valb3r.springbatch.adapters</groupId>
<artifactId>neo4j-adapter</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.github.valb3r.springbatch.adapters.examples'
version '0.1.1'
version '0.1.2'
description = 'Usage examples of Neo4j-OGM Spring Batch adapter'

buildscript {
Expand Down
4 changes: 2 additions & 2 deletions neo4j-adapter/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.github.valb3r.springbatch.adapters'
version '0.1.1'
version '0.1.2'
description = 'Neo4j-OGM Spring Batch adapter'

buildscript {
Expand Down Expand Up @@ -67,7 +67,7 @@ publish {
userOrg = 'valb3r'
groupId = 'com.github.valb3r.springbatch.adapters'
artifactId = 'neo4j-adapter'
publishVersion = '0.1.1'
publishVersion = '0.1.2'
desc = 'Spring-batch persistence layer adapter for Neo4j graph database'
website = 'https://github.com/valb3r/springbatch-neo4j-adapter'
}
Expand Down

0 comments on commit ea3fe0d

Please sign in to comment.