Skip to content

Commit

Permalink
Release 0.1.4 - Fixed NPE on SimpleJobLauncher
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Oct 8, 2020
1 parent da041d9 commit fd5dd98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.4-SNAPSHOT'
version '0.1.4'
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.4-SNAPSHOT'
version '0.1.4'
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.4-SNAPSHOT'
publishVersion = '0.1.4'
desc = 'Spring-batch persistence layer adapter for Neo4j graph database'
website = 'https://github.com/valb3r/springbatch-neo4j-adapter'
}
Expand Down

0 comments on commit fd5dd98

Please sign in to comment.