Skip to content

Commit

Permalink
Non snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Feb 2, 2020
1 parent 53f12c3 commit b9e4276
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-SNAPSHOT'
version '0.1'
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-SNAPSHOT'
version '0.1'
description = 'Neo4j-OGM Spring Batch adapter'

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

0 comments on commit b9e4276

Please sign in to comment.