Skip to content

Commit

Permalink
TS: Need to specify a version for cypher plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsulston committed Jul 1, 2011
1 parent 2384ea9 commit 2d54d54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<replace file="packaging/pom-with-build-number.xml" token="@MANUALVERSION@" value="1.4-SNAPSHOT"/>
<replace file="packaging/pom-with-build-number.xml" token="@3RDPARTYVERSION@" value="1.4-SNAPSHOT"/>
<replace file="packaging/pom-with-build-number.xml" token="@GREMLINVERSION@" value="1.4-SNAPSHOT"/>
<replace file="packaging/pom-with-build-number.xml" token="@CYPHERPLUGINVERSION@" value="1.4-SNAPSHOT"/>
<exec executable="mvn" dir="packaging" failonerror="true">
<arg value="clean"/>
<arg value="package"/>
Expand Down
3 changes: 2 additions & 1 deletion packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

<!-- plugin versions -->
<neo4j-gremlin-plugin.version>@GREMLINVERSION@</neo4j-gremlin-plugin.version>
<neo4j-cypher-plugin.version>@CYPHERPLUGINVERSION@</neo4j-cypher-plugin.version>

<!-- conf/neo4j-server.properties filter properties -->
<org.neo4j.database.location>data/graph.db</org.neo4j.database.location>
Expand Down Expand Up @@ -355,7 +356,7 @@ terms of the relevant Commercial Agreement.
<dependency>
<groupId>org.neo4j.server.plugin</groupId>
<artifactId>neo4j-cypher-plugin</artifactId>
<version>${neo4j.version}</version>
<version>${neo4j-cypher-plugin.version}</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 2d54d54

Please sign in to comment.