Skip to content

Commit

Permalink
Fix merge error.
Browse files Browse the repository at this point in the history
  • Loading branch information
benbc committed May 19, 2015
1 parent c85cb0f commit c0eb15f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions community/cypher/docs/refcard-tests/pom.xml
Expand Up @@ -18,11 +18,7 @@
<properties>
<license-text.header>GPL-3-header.txt</license-text.header>
<licensing.prepend.text>notice-gpl-prefix.txt</licensing.prepend.text>
<<<<<<< HEAD
<neo4j.version>2.3-SNAPSHOT</neo4j.version>
=======
<neo4j.version>${project.version}</neo4j.version>
>>>>>>> 2.2
<docs-plugin.skip>false</docs-plugin.skip>
<attach-docs-phase>prepare-package</attach-docs-phase>
<remote-csv-upload>http://neo4j.com/docs/${project.version}/cypher-refcard/csv</remote-csv-upload>
Expand Down Expand Up @@ -111,7 +107,7 @@
</dependency>

<!-- neo4j -->

<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-kernel</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions manual/refcard/pom.xml
Expand Up @@ -16,11 +16,7 @@
<packaging>jar</packaging>

<properties>
<<<<<<< HEAD
<neo4j.version>2.3-SNAPSHOT</neo4j.version>
=======
<neo4j.version>${project.version}</neo4j.version>
>>>>>>> 2.2
<docs.tools>${project.build.directory}/tools</docs.tools>
<docs.upstream>${project.build.directory}</docs.upstream>
<docs.importdir>${docs.upstream}/docs</docs.importdir>
Expand Down

0 comments on commit c0eb15f

Please sign in to comment.