提交 9bf90327 编写于 作者: M Mark Needham

bump version

上级 6e67d2f2
...@@ -27,7 +27,7 @@ idea { ...@@ -27,7 +27,7 @@ idea {
} }
group = 'org.neo4j.procedure' group = 'org.neo4j.procedure'
version = '3.5.0.12' version = '3.5.0.13'
archivesBaseName = 'apoc' archivesBaseName = 'apoc'
jar { jar {
...@@ -273,7 +273,7 @@ asciidoctor { ...@@ -273,7 +273,7 @@ asciidoctor {
sources { include 'index.adoc' } sources { include 'index.adoc' }
outputDir = file('build/docs') outputDir = file('build/docs')
attributes 'apoc-version' : version, attributes 'apoc-version' : version,
'apoc-release' : "3.5.0.12", 'apoc-release' : "3.5.0.13",
'neo4j-version' : neo4jVersionEffective, 'neo4j-version' : neo4jVersionEffective,
'branch' : "3.5" 'branch' : "3.5"
} }
......
...@@ -29,7 +29,7 @@ plugins { ...@@ -29,7 +29,7 @@ plugins {
id 'org.neo4j.doc.build.docbook' version '1.0-alpha12' id 'org.neo4j.doc.build.docbook' version '1.0-alpha12'
} }
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '3.5.0.12' } if (!project.hasProperty('apocVersion')) { ext.apocVersion = '3.5.0.13' }
ext { ext {
versionParts = apocVersion.split('-') versionParts = apocVersion.split('-')
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<groupId>org.neo4j.procedure</groupId> <groupId>org.neo4j.procedure</groupId>
<artifactId>apoc-docs</artifactId> <artifactId>apoc-docs</artifactId>
<version>3.5.0.12</version> <version>3.5.0.13</version>
<name>apoc-docs</name> <name>apoc-docs</name>
<description>Awesome Procedures for Cypher - Documentation</description> <description>Awesome Procedures for Cypher - Documentation</description>
......
...@@ -13,7 +13,7 @@ configure(subprojects) { ...@@ -13,7 +13,7 @@ configure(subprojects) {
subprojects { subprojects {
version = '3.5.0.12' version = '3.5.0.13'
group = 'org.neo4j.contrib' group = 'org.neo4j.contrib'
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册