Skip to content

Commit

Permalink
Updating minor versions of Cypher dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
boggle committed Apr 23, 2015
1 parent 1a7d9ad commit 0b68f22
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions community/cypher/pom.xml
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
Expand All @@ -19,7 +19,8 @@

<properties>
<bundle.namespace>org.neo4j.cypher</bundle.namespace>
<scala.version>2.10.3</scala.version>
<scala.version>2.10.5</scala.version>
<scala.binary.version>2.10</scala.binary.version>
<docs.url>http://docs.neo4j.org/chunked/${project.version}/cypher-query-lang.html</docs.url>
<short-name>community-cypher-build</short-name>
<licensing.prepend.text>notice-gpl-prefix.txt</licensing.prepend.text>
Expand Down Expand Up @@ -57,7 +58,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<executions>
<execution>
<id>scala-compile</id>
Expand All @@ -76,6 +77,8 @@
</execution>
</executions>
<configuration>
<scalaVersion>${scala.version}</scalaVersion>
<scalaCompatVersion>${scala.binary.version}</scalaCompatVersion>
<jvmArgs>
<jvmArg>-Xms64m</jvmArg>
<jvmArg>-Xmx1024m</jvmArg>
Expand Down Expand Up @@ -332,7 +335,7 @@
<dependency>
<groupId>com.googlecode.concurrentlinkedhashmap</groupId>
<artifactId>concurrentlinkedhashmap-lru</artifactId>
<version>1.3.1</version>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
Expand Down

0 comments on commit 0b68f22

Please sign in to comment.