Skip to content

Commit

Permalink
Update pom for 3.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mariascharin committed Jan 23, 2018
1 parent d5e31e3 commit 54eccd9
Show file tree
Hide file tree
Showing 81 changed files with 154 additions and 154 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.3.2-SNAPSHOT</version>
<version>3.3.3-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.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-codegen</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-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.3.2-SNAPSHOT</version>
<version>3.3.3-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.3.2-SNAPSHOT</version>
<version>3.3.3-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.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-command-line</artifactId>
<name>Neo4j - Command Line</name>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-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.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-common</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Neo4j - Common</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.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-configuration</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-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,12 +3,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-consistency-check</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-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.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-csv</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>

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

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-cypher-compiler-3.3</artifactId>
<packaging>jar</packaging>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<name>Neo4j - Cypher Compiler 3.3</name>
<description>Compiler for Cypher 3.3</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.3/pom.xml
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>cypher-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-cypher-logical-plans-3.3</artifactId>
<packaging>jar</packaging>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<name>Neo4j - Cypher logical plans 3.3</name>
<description>Logical plans for Cypher</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.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

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

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-cypher-frontend-3.3</artifactId>
<packaging>jar</packaging>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<name>Neo4j - Cypher Frontend 3.3</name>

<description>Front end of the Cypher compiler</description>
Expand Down
4 changes: 2 additions & 2 deletions community/cypher/ir-3.3/pom.xml
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>cypher-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-cypher-ir-3.3</artifactId>
<packaging>jar</packaging>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<name>Neo4j - Cypher Intermediate Representation 3.3</name>

<description>The intermediate representations, such as logical plans and query graph</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.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>cypher-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-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.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-dbms</artifactId>
<name>Neo4j - Database Management System</name>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-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.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-graph-algo</artifactId>
<groupId>org.neo4j</groupId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Neo4j - Graph Algorithms</name>
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.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-graphdb-api</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Neo4j - Graph Database API</name>
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.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-import-tool</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Neo4j - Import Command Line Tool</name>
Expand Down
2 changes: 1 addition & 1 deletion community/index/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-io</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-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.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.neo4j</groupId>
<artifactId>neo4j-jmx</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>

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

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

<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-kernel-api</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Neo4j - Kernel API</name>
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.3.2-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<name>Neo4j - Licensing configuration</name>
<description>Licensing configuration for the Neo4j project.</description>
Expand Down

0 comments on commit 54eccd9

Please sign in to comment.