Skip to content

Commit

Permalink
updating project to start building 2.2.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
lassewesth committed Mar 24, 2015
1 parent a059039 commit 1b6936f
Show file tree
Hide file tree
Showing 65 changed files with 132 additions and 133 deletions.
4 changes: 2 additions & 2 deletions advanced/management/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.neo4j</groupId>
<artifactId>neo4j-management</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>

<name>Neo4j - Graph DB Monitoring and Management tools</name>
<description>Management support using JMX.</description>
Expand Down
4 changes: 2 additions & 2 deletions advanced/neo4j-advanced/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.neo4j</groupId>
<artifactId>neo4j-advanced</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>

<name>Neo4j - Advanced</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions advanced/pom.xml
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j.build</groupId>
<artifactId>advanced-build</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>

<name>Neo4j - Advanced Build</name>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions advanced/server-advanced/pom.xml
Expand Up @@ -23,14 +23,14 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j.app</groupId>
<artifactId>neo4j-server-advanced</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>

<name>Neo4j - Advanced Server</name>
<description>Standalone Neo4j server application.</description>
Expand Down
4 changes: 2 additions & 2 deletions community/browser/pom.xml
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.neo4j.app</groupId>
<artifactId>neo4j-browser</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<name>Neo4j - Browser</name>
<description>Graph database client.</description>

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>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-consistency-check</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-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>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-csv</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Neo4j - CSV reading and parsing</name>
Expand Down
4 changes: 2 additions & 2 deletions community/cypher/cypher-compiler-2.2/pom.xml
Expand Up @@ -3,15 +3,15 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>cypher-parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-compiler-2.2</artifactId>
<packaging>jar</packaging>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<name>Neo4j - Cypher Compiler 2.2</name>
<description>Compiler for Cypher 2.2</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 @@ -3,14 +3,14 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>cypher-parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-cypher</artifactId>
<packaging>jar</packaging>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-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/docs/cypher-docs/pom.xml
Expand Up @@ -3,15 +3,15 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>cypher-parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j.doc</groupId>
<artifactId>neo4j-cypher-docs</artifactId>
<packaging>jar</packaging>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<name>Neo4j - Cypher Documentation</name>
<description>Neo4j query language documentation</description>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>
Expand Down
4 changes: 2 additions & 2 deletions community/cypher/docs/graphgist/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>cypher-parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.neo4j.doc</groupId>
<artifactId>neo4j-graphgist</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<name>Neo4j - GraphGist</name>
<description>Cypher tutorial documentation tool.</description>

Expand Down
6 changes: 3 additions & 3 deletions community/cypher/docs/refcard-tests/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>cypher-parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.neo4j.doc</groupId>
<artifactId>neo4j-cypher-refcard-tests</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<name>Neo4j - Cypher Reference Card Tests</name>
<description>Test for Reference Card for the Neo4j Cypher Query Language.</description>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>
Expand All @@ -18,7 +18,7 @@
<properties>
<license-text.header>GPL-3-header.txt</license-text.header>
<licensing.prepend.text>notice-gpl-prefix.txt</licensing.prepend.text>
<neo4j.version>2.2-SNAPSHOT</neo4j.version>
<neo4j.version>2.2.1-SNAPSHOT</neo4j.version>
<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
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>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>cypher-parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-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/embedded-examples/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.neo4j.examples</groupId>
<artifactId>neo4j-examples</artifactId>
<name>Neo4j - Examples</name>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>

<description>Neo4j Embedded Examples</description>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}/</url>
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>2.2-SNAPSHOT</version>
<version>2.2.1-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>2.2-SNAPSHOT</version>
<version>2.2.1-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>2.2-SNAPSHOT</version>
<version>2.2.1-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>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>

<name>Neo4j - Graph Matching</name>
<description>A graph pattern matcher for Neo4j.</description>
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>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.neo4j</groupId>
<artifactId>neo4j-graphviz</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-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>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-import-tool</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-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>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-io</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-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>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.neo4j</groupId>
<artifactId>neo4j-jmx</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-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>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-kernel</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-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>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.neo4j.build</groupId>
<artifactId>licensecheck-config</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>

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

<name>Neo4j - Lucene Index</name>
<description>
Expand Down

0 comments on commit 1b6936f

Please sign in to comment.