DATAGRAPH-1041 - set ogm version for docs in build config.
(cherry picked from commit 9c3de11)
This commit is contained in:
15
pom.xml
15
pom.xml
@@ -26,6 +26,7 @@
|
||||
<properties>
|
||||
<project.type>multi</project.type>
|
||||
<dist.id>spring-data-neo4j</dist.id>
|
||||
<neo4j.ogm.version>3.0.1-SNAPSHOT</neo4j.ogm.version>
|
||||
<springdata.commons>2.1.0.BUILD-SNAPSHOT</springdata.commons>
|
||||
<source.level>1.8</source.level>
|
||||
</properties>
|
||||
@@ -143,6 +144,20 @@
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.asciidoctor</groupId>
|
||||
<artifactId>asciidoctor-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<attributes>
|
||||
<ogm-version>${neo4j.ogm.version}</ogm-version>
|
||||
</attributes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>release</id>
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<neo4j.ogm.version>3.0.0</neo4j.ogm.version>
|
||||
<ogm.properties>ogm-bolt.properties</ogm.properties>
|
||||
<el-api.version>2.2</el-api.version>
|
||||
<java-module-name>spring.data.neo4j</java-module-name>
|
||||
|
||||
Reference in New Issue
Block a user