Skip to content

Commit

Permalink
Update versions to 3.0.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Aug 1, 2016
1 parent ed0e510 commit 7e7a9f3
Show file tree
Hide file tree
Showing 83 changed files with 162 additions and 162 deletions.
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.0.4-SNAPSHOT</version>
<version>3.0.5-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.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-codegen</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-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.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-collections</artifactId>
<groupId>org.neo4j</groupId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-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.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-command-line</artifactId>
<name>Neo4j - Command Line</name>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>

<properties>
<short-name>command-line</short-name>
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.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-common</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Neo4j - Common</name>
Expand Down
4 changes: 2 additions & 2 deletions community/consistency-check/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-consistency-check</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-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.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-csv</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>

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

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

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-cypher-compatibility-suite</artifactId>
<packaging>jar</packaging>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<name>Neo4j - Cypher Compatibility 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-compiler-3.0/pom.xml
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>cypher-parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-cypher-compiler-3.0</artifactId>
<packaging>jar</packaging>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<name>Neo4j - Cypher Compiler 3.0</name>
<description>Compiler for Cypher 3.0</description>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>
Expand Down
4 changes: 2 additions & 2 deletions community/cypher/cypher/pom.xml
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>cypher-parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-cypher</artifactId>
<packaging>jar</packaging>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<name>Neo4j - Cypher</name>
<description>Neo4j query language</description>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>
Expand Down
4 changes: 2 additions & 2 deletions community/cypher/frontend-3.0/pom.xml
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>cypher-parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-cypher-frontend-3.0</artifactId>
<packaging>jar</packaging>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<name>Neo4j - Cypher Frontend 3.0</name>

<description>Front end of the Cypher compiler</description>
Expand Down
4 changes: 2 additions & 2 deletions community/cypher/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>cypher-parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Neo4j - Community Cypher Build</name>
<description>Project that builds the Neo4j Cypher modules as part of the Community distribution.</description>
Expand Down
4 changes: 2 additions & 2 deletions community/dbms/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-dbms</artifactId>
<name>Neo4j - Database Management System</name>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>

<properties>
<short-name>dbms</short-name>
Expand Down
4 changes: 2 additions & 2 deletions community/graph-algo/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-graph-algo</artifactId>
<groupId>org.neo4j</groupId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Neo4j - Graph Algorithms</name>
Expand Down
4 changes: 2 additions & 2 deletions community/graph-matching/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graph-matching</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>

<name>Neo4j - Graph Matching</name>
<description>A graph pattern matcher for Neo4j.</description>
Expand Down
4 changes: 2 additions & 2 deletions community/graphdb-api/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -17,7 +17,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-graphdb-api</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Neo4j - Graph Database API</name>
Expand Down
4 changes: 2 additions & 2 deletions community/graphviz/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.neo4j</groupId>
<artifactId>neo4j-graphviz</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>

<name>Neo4j - Graphviz generation</name>
<description>Utility component to generate Graphviz .dot notation from Neo4j graphs.</description>
Expand Down
4 changes: 2 additions & 2 deletions community/import-tool/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -17,7 +17,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-import-tool</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Neo4j - Import Command Line Tool</name>
Expand Down
4 changes: 2 additions & 2 deletions community/io/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-io</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Neo4j - IO</name>
Expand Down
4 changes: 2 additions & 2 deletions community/jmx/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.neo4j</groupId>
<artifactId>neo4j-jmx</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>

<name>Neo4j - JMX support</name>
<description>Management support using JMX.</description>
Expand Down
4 changes: 2 additions & 2 deletions community/kernel/pom.xml
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-kernel</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>

<name>Neo4j - Graph Database Kernel</name>
<description>
Expand Down
4 changes: 2 additions & 2 deletions community/licensecheck-config/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.neo4j.build</groupId>
<artifactId>licensecheck-config</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>

<name>Neo4j - Licensing configuration</name>
<description>Licensing configuration for the Neo4j project.</description>
Expand Down
4 changes: 2 additions & 2 deletions community/logging/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-logging</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Neo4j - Logging</name>
Expand Down

0 comments on commit 7e7a9f3

Please sign in to comment.