提交 1c59b685 编写于 作者: M Mark Needham

bump versions

上级 001cd7ba
......@@ -11,7 +11,7 @@ plugins {
allprojects {
group = 'org.neo4j.procedure'
version = '4.1.0.3'
version = '4.1.0.4'
archivesBaseName = 'apoc'
description = """neo4j-apoc-procedures"""
}
......
......@@ -8,5 +8,5 @@ asciidoc:
docs-version: "4.1"
branch: "4.1"
apoc-release-absolute: "4.1"
apoc-release: "4.1.0.3"
apoc-release: "4.1.0.4"
page-product: "apoc"
\ No newline at end of file
......@@ -29,7 +29,7 @@ plugins {
id 'org.neo4j.doc.build.docbook' version '1.0-alpha12'
}
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '4.1.0.3' }
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '4.1.0.4' }
ext {
versionParts = apocVersion.split('-')
......
......@@ -13,7 +13,7 @@ configure(subprojects) {
subprojects {
version = '4.1.0.3'
version = '4.1.0.4'
group = 'org.neo4j.contrib'
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册