Skip to content

Commit

Permalink
Update version to 3.5.7-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
henriknyman committed May 27, 2019
1 parent 38f5391 commit 4bf6dc4
Show file tree
Hide file tree
Showing 82 changed files with 156 additions and 176 deletions.
2 changes: 1 addition & 1 deletion build-resources/pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>org.neo4j.build</groupId>
<artifactId>build-resources</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>

<name>Neo4j - Build resources</name>
<description>Build resources for community build.</description>
Expand Down
4 changes: 2 additions & 2 deletions community/annotation-processors/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -16,7 +16,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-annotation-processors</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Neo4j - Annotation Processors</name>
Expand Down
2 changes: 1 addition & 1 deletion community/bolt/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions community/codegen/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -15,7 +15,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-codegen</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Neo4j - Code Generator</name>
Expand Down
4 changes: 2 additions & 2 deletions community/collections/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -15,7 +15,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-collections</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Neo4j - Collections</name>
Expand Down
4 changes: 2 additions & 2 deletions community/command-line/pom.xml
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-command-line</artifactId>
<name>Neo4j - Command Line</name>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions community/common/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -15,7 +15,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-common</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Neo4j - Common</name>
Expand Down
4 changes: 2 additions & 2 deletions community/community-it/algo-it/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>community-integration-tests</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
</parent>

<groupId>org.neo4j.community</groupId>
<artifactId>algo-it</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>

<name>Neo4j - Community Graph Algorithms Integration Tests</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions community/community-it/bolt-it/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>community-integration-tests</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
</parent>

<groupId>org.neo4j.community</groupId>
<artifactId>bolt-it</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>

<name>Neo4j - Community Bolt Integration Tests</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions community/community-it/community-it/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>community-integration-tests</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
</parent>

<groupId>org.neo4j.community</groupId>
<artifactId>community-it</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>

<name>Neo4j - Community Generic Integration Tests</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions community/community-it/consistency-it/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>community-integration-tests</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
</parent>

<groupId>org.neo4j.community</groupId>
<artifactId>consistency-it</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>

<name>Neo4j - Community Consistency Checker Integration Tests</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions community/community-it/cypher-it/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>community-integration-tests</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
</parent>

<groupId>org.neo4j.community</groupId>
<artifactId>cypher-it</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>

<name>Neo4j - Community Cypher Integration Tests</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions community/community-it/dbms-it/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>community-integration-tests</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
</parent>

<groupId>org.neo4j.community</groupId>
<artifactId>dbms-it</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>

<name>Neo4j - Community DBMS Integration Tests</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions community/community-it/import-it/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>community-integration-tests</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
</parent>

<groupId>org.neo4j.community</groupId>
<artifactId>import-it</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>

<name>Neo4j - Community Import Integration Tests</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions community/community-it/index-it/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>community-integration-tests</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
</parent>

<groupId>org.neo4j.community</groupId>
<artifactId>index-it</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>

<name>Neo4j - Community Index Integration Tests</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions community/community-it/it-test-support/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>community-integration-tests</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
</parent>

<groupId>org.neo4j.community</groupId>
<artifactId>it-test-support</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>

<name>Neo4j - Community Integration Test Support</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions community/community-it/kernel-it/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>community-integration-tests</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
</parent>

<groupId>org.neo4j.community</groupId>
<artifactId>kernel-it</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>

<name>Neo4j - Community Kernel Integration Tests</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions community/community-it/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>community-integration-tests</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Neo4j - Community Integration Tests</name>
Expand Down
4 changes: 2 additions & 2 deletions community/concurrent/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -16,7 +16,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-concurrent</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Neo4j - Concurrent</name>
Expand Down
4 changes: 2 additions & 2 deletions community/configuration/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -15,7 +15,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-configuration</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Neo4j - Configuration</name>
Expand Down
4 changes: 2 additions & 2 deletions community/consistency-check/pom.xml
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>neo4j-consistency-check</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>

<name>Neo4j - Consistency Checker</name>
<description>Tool for checking consistency of a Neo4j data store.</description>
Expand Down
4 changes: 2 additions & 2 deletions community/csv/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -15,7 +15,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-csv</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Neo4j - CSV reading and parsing</name>
Expand Down
4 changes: 2 additions & 2 deletions community/cypher/acceptance-spec-suite/pom.xml
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>cypher-parent</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-cypher-acceptance-spec-suite</artifactId>
<packaging>jar</packaging>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
<name>Neo4j - Cypher Acceptance</name>
<description>Neo4j - Cypher Acceptance Specification Suite</description>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>
Expand Down
4 changes: 2 additions & 2 deletions community/cypher/compatibility-spec-suite/pom.xml
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>cypher-parent</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-cypher-compatibility-spec-suite</artifactId>
<packaging>jar</packaging>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
<name>Neo4j - Cypher Compatibility Specification Suite</name>
<description>Neo4j query language compatibility suite</description>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>
Expand Down
4 changes: 2 additions & 2 deletions community/cypher/cypher-logical-plans-3.5/pom.xml
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>cypher-parent</artifactId>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-cypher-logical-plans-3.5</artifactId>
<packaging>jar</packaging>
<version>3.5.6-SNAPSHOT</version>
<version>3.5.7-SNAPSHOT</version>
<name>Neo4j - Cypher Logical Plans</name>

<description>Cypher logical plans</description>
Expand Down

0 comments on commit 4bf6dc4

Please sign in to comment.