Skip to content

Commit

Permalink
Tagging for version 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo4j BuildServer committed Jul 17, 2013
1 parent 9d4d3e2 commit 4473083
Show file tree
Hide file tree
Showing 43 changed files with 85 additions and 84 deletions.
4 changes: 2 additions & 2 deletions advanced/management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.neo4j</groupId>
<artifactId>neo4j-management</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<name>Neo4j - Graph DB Monitoring and Management tools</name>
<description>Management support using JMX.</description>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>
Expand Down
4 changes: 2 additions & 2 deletions advanced/neo4j-advanced/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.neo4j</groupId>
<artifactId>neo4j-advanced</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<name>Neo4j Advanced</name>
<packaging>jar</packaging>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>
Expand Down
4 changes: 2 additions & 2 deletions advanced/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j.build</groupId>
<artifactId>advanced-build</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<name>Neo4j Advanced Build</name>
<packaging>pom</packaging>
<description>Project that builds the Neo4j Advanced distribution.</description>
Expand Down
4 changes: 2 additions & 2 deletions advanced/server-advanced/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j.app</groupId>
<artifactId>neo4j-server-advanced</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<name>Neo4j Advanced Server</name>
<description>Standalone Neo4j server application.</description>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>
Expand Down
4 changes: 2 additions & 2 deletions community/cypher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -20,7 +20,7 @@
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher</artifactId>
<packaging>jar</packaging>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</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/embedded-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.neo4j.examples</groupId>
<artifactId>neo4j-examples</artifactId>
<name>Neo4j Examples</name>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</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>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<packaging>jar</packaging>
<name>Neo4j - Graph Algorithms</name>
<description>Graph algorithms for Neo4j.</description>
Expand Down
4 changes: 2 additions & 2 deletions community/graph-matching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -17,7 +17,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graph-matching</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<name>Neo4j - Graph Matching</name>
<description>A graph pattern matcher for Neo4j.</description>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>
Expand Down
4 changes: 2 additions & 2 deletions community/graphviz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.neo4j</groupId>
<artifactId>neo4j-graphviz</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</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/jmx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.neo4j</groupId>
<artifactId>neo4j-jmx</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<name>Neo4j - JMX support</name>
<description>Management support using JMX.</description>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>
Expand Down
4 changes: 2 additions & 2 deletions community/kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-kernel</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<name>Neo4j - Graph Database Kernel</name>
<description>
Neo4j kernel is a lightweight, embedded Java database designed to
Expand Down
2 changes: 1 addition & 1 deletion community/licensecheck-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.neo4j.build</groupId>
<artifactId>licensecheck-config</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<name>Licensing configuration</name>
<description>Licensing configuration for the Neo4j project.</description>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions community/lucene-index/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-lucene-index</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<name>Neo4j - Lucene Index</name>
<description>
Integration layer between Neo4j and Lucene, providing one possible implementation of the Index API.
Expand Down
4 changes: 2 additions & 2 deletions community/neo4j-community/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.neo4j</groupId>
<artifactId>neo4j-community</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<name>Neo4j Community</name>
<packaging>jar</packaging>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>
Expand Down
4 changes: 2 additions & 2 deletions community/neo4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.neo4j</groupId>
<artifactId>neo4j</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<name>Neo4j Community</name>
<packaging>jar</packaging>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>
Expand Down
4 changes: 2 additions & 2 deletions community/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j.build</groupId>
<artifactId>community-build</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<name>Neo4j Community Build</name>
<packaging>pom</packaging>
<description>Project that builds the Neo4j Community distribution.</description>
Expand Down
4 changes: 2 additions & 2 deletions community/server-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.neo4j</groupId>
<artifactId>server-api</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<packaging>jar</packaging>
<name>Neo4j Server API</name>
<description>Interfaces and baseclasses needed to create your own extensions.</description>
Expand Down
4 changes: 2 additions & 2 deletions community/server-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.neo4j.examples</groupId>
<artifactId>neo4j-server-examples</artifactId>
<name>Neo4j Server Examples</name>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<description>Neo4j Server Plugin Examples</description>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}/</url>

Expand Down
4 changes: 2 additions & 2 deletions community/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j.app</groupId>
<artifactId>neo4j-server</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<name>Neo4j Server</name>
<description>Standalone Neo4j server application.</description>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>
Expand Down
4 changes: 2 additions & 2 deletions community/shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-shell</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<name>Neo4j - Generic shell</name>
<description>
A generic command shell with a client and server part.
Expand Down
4 changes: 2 additions & 2 deletions community/udc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-udc</artifactId>
<name>Neo4j - Usage Data Collection</name>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<description>Collects simple statistics about server deployment.</description>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>

Expand Down
4 changes: 2 additions & 2 deletions cypher-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j.server.plugin</groupId>
<artifactId>neo4j-cypher-plugin</artifactId>
<packaging>jar</packaging>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<name>neo4j-cypher-plugin</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions enterprise/backup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-backup</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<name>Neo4j - Backup Tool</name>
<description>Command line tool for grabbing backups from a running Neo4j instance</description>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions enterprise/cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>parent</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cluster</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<name>Neo4j - Clustering Infrastructure</name>
<description>Library implementing Paxos and Heartbeat components required for High Availability Neo4j</description>
<packaging>jar</packaging>
Expand Down
Loading

0 comments on commit 4473083

Please sign in to comment.