Skip to content

Commit

Permalink
creates top level pom properties for compilers & caffeine versions
Browse files Browse the repository at this point in the history
updates 3.1 cypher dependency: 3.1.(6/8) -> 3.1.9
  • Loading branch information
alexaverbuch committed Jul 4, 2018
1 parent 82b3c55 commit cc35245
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions community/cypher/cypher/pom.xml
Expand Up @@ -153,7 +153,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-compiler-2.3</artifactId>
<version>2.3.12</version>
<version>${cypher.compatibility.23}</version>
<exclusions>
<exclusion>
<groupId>org.neo4j</groupId>
Expand All @@ -180,7 +180,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-compiler-3.1</artifactId>
<version>3.1.8</version>
<version>${cypher.compatibility.31}</version>
<exclusions>
<exclusion>
<groupId>org.neo4j</groupId>
Expand Down Expand Up @@ -219,7 +219,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-planner-3.4</artifactId>
<version>3.4.1</version>
<version>${cypher.compatibility.34}</version>
<exclusions>
<exclusion>
<groupId>org.neo4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion community/cypher/pom.xml
Expand Up @@ -180,7 +180,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graph-matching</artifactId>
<version>3.1.6</version>
<version>${cypher.compatibility.31}</version>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
Expand Down
7 changes: 5 additions & 2 deletions pom.xml
Expand Up @@ -98,8 +98,11 @@
<jersey.version>1.19.3</jersey.version>
<junit.version>5.2.0</junit.version>
<junit.platform.version>1.2.0</junit.platform.version>

<currentYear>2018</currentYear>
<cypher.compatibility.23>2.3.12</cypher.compatibility.23>
<cypher.compatibility.31>3.1.9</cypher.compatibility.31>
<cypher.compatibility.34>3.4.1</cypher.compatibility.34>
<caffeine.version>2.6.2</caffeine.version>
</properties>

<modules>
Expand Down Expand Up @@ -1001,7 +1004,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>2.6.2</version>
<version>${caffeine.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit cc35245

Please sign in to comment.