Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Neo4jsource
Commits
35c79922
Commit
35c79922
authored
10 years ago
by
Neo4j Build Server
Browse files
Options
Download
Email Patches
Plain Diff
Tagging for version 2.2.0-RC01
parent
f48c4c79
Changes
65
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
advanced/management/pom.xml
+2
-2
advanced/management/pom.xml
advanced/neo4j-advanced/pom.xml
+2
-2
advanced/neo4j-advanced/pom.xml
advanced/pom.xml
+2
-2
advanced/pom.xml
advanced/server-advanced/pom.xml
+2
-2
advanced/server-advanced/pom.xml
community/browser/pom.xml
+2
-2
community/browser/pom.xml
community/consistency-check/pom.xml
+2
-2
community/consistency-check/pom.xml
community/csv/pom.xml
+2
-2
community/csv/pom.xml
community/cypher/cypher-compiler-2.2/pom.xml
+2
-2
community/cypher/cypher-compiler-2.2/pom.xml
community/cypher/cypher/pom.xml
+2
-2
community/cypher/cypher/pom.xml
community/cypher/docs/cypher-docs/pom.xml
+2
-2
community/cypher/docs/cypher-docs/pom.xml
community/cypher/docs/graphgist/pom.xml
+2
-2
community/cypher/docs/graphgist/pom.xml
community/cypher/docs/refcard-tests/pom.xml
+3
-3
community/cypher/docs/refcard-tests/pom.xml
community/cypher/pom.xml
+2
-2
community/cypher/pom.xml
community/embedded-examples/pom.xml
+2
-2
community/embedded-examples/pom.xml
community/graph-algo/pom.xml
+2
-2
community/graph-algo/pom.xml
community/graph-matching/pom.xml
+2
-2
community/graph-matching/pom.xml
community/graphviz/pom.xml
+2
-2
community/graphviz/pom.xml
community/import-tool/pom.xml
+2
-2
community/import-tool/pom.xml
community/io/pom.xml
+2
-2
community/io/pom.xml
community/jmx/pom.xml
+2
-2
community/jmx/pom.xml
with
41 additions
and
41 deletions
+41
-41
advanced/management/pom.xml
+
2
-
2
View file @
35c79922
...
...
@@ -4,13 +4,13 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-management
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<name>
Neo4j - Graph DB Monitoring and Management tools
</name>
<description>
Management support using JMX.
</description>
...
...
This diff is collapsed.
Click to expand it.
advanced/neo4j-advanced/pom.xml
+
2
-
2
View file @
35c79922
...
...
@@ -4,13 +4,13 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-advanced
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<name>
Neo4j - Advanced
</name>
<packaging>
jar
</packaging>
...
...
This diff is collapsed.
Click to expand it.
advanced/pom.xml
+
2
-
2
View file @
35c79922
...
...
@@ -3,14 +3,14 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</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
.0-RC01
</version>
<name>
Neo4j - Advanced Build
</name>
<packaging>
pom
</packaging>
...
...
This diff is collapsed.
Click to expand it.
advanced/server-advanced/pom.xml
+
2
-
2
View file @
35c79922
...
...
@@ -23,14 +23,14 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</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
.0-RC01
</version>
<name>
Neo4j - Advanced Server
</name>
<description>
Standalone Neo4j server application.
</description>
...
...
This diff is collapsed.
Click to expand it.
community/browser/pom.xml
+
2
-
2
View file @
35c79922
...
...
@@ -5,13 +5,13 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j.app
</groupId>
<artifactId>
neo4j-browser
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<name>
Neo4j - Browser
</name>
<description>
Graph database client.
</description>
...
...
This diff is collapsed.
Click to expand it.
community/consistency-check/pom.xml
+
2
-
2
View file @
35c79922
...
...
@@ -3,12 +3,12 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-consistency-check
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<name>
Neo4j - Consistency Checker
</name>
<description>
Tool for checking consistency of a Neo4j data store.
</description>
...
...
This diff is collapsed.
Click to expand it.
community/csv/pom.xml
+
2
-
2
View file @
35c79922
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<relativePath>
../..
</relativePath>
</parent>
...
...
@@ -16,7 +16,7 @@
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
neo4j-csv
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<packaging>
jar
</packaging>
<name>
Neo4j - CSV reading and parsing
</name>
...
...
This diff is collapsed.
Click to expand it.
community/cypher/cypher-compiler-2.2/pom.xml
+
2
-
2
View file @
35c79922
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
cypher-parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
@@ -11,7 +11,7 @@
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-cypher-compiler-2.2
</artifactId>
<packaging>
jar
</packaging>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</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>
...
...
This diff is collapsed.
Click to expand it.
community/cypher/cypher/pom.xml
+
2
-
2
View file @
35c79922
...
...
@@ -3,14 +3,14 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
cypher-parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<relativePath>
../
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
neo4j-cypher
</artifactId>
<packaging>
jar
</packaging>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<name>
Neo4j - Cypher
</name>
<description>
Neo4j query language
</description>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}
</url>
...
...
This diff is collapsed.
Click to expand it.
community/cypher/docs/cypher-docs/pom.xml
+
2
-
2
View file @
35c79922
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
cypher-parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<relativePath>
../..
</relativePath>
</parent>
...
...
@@ -11,7 +11,7 @@
<groupId>
org.neo4j.doc
</groupId>
<artifactId>
neo4j-cypher-docs
</artifactId>
<packaging>
jar
</packaging>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<name>
Neo4j - Cypher Documentation
</name>
<description>
Neo4j query language documentation
</description>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}
</url>
...
...
This diff is collapsed.
Click to expand it.
community/cypher/docs/graphgist/pom.xml
+
2
-
2
View file @
35c79922
...
...
@@ -4,12 +4,12 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
cypher-parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j.doc
</groupId>
<artifactId>
neo4j-graphgist
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<name>
Neo4j - GraphGist
</name>
<description>
Cypher tutorial documentation tool.
</description>
...
...
This diff is collapsed.
Click to expand it.
community/cypher/docs/refcard-tests/pom.xml
+
3
-
3
View file @
35c79922
...
...
@@ -4,12 +4,12 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
cypher-parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j.doc
</groupId>
<artifactId>
neo4j-cypher-refcard-tests
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</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>
...
...
@@ -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
.0-RC01
</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>
...
...
This diff is collapsed.
Click to expand it.
community/cypher/pom.xml
+
2
-
2
View file @
35c79922
...
...
@@ -6,12 +6,12 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<relativePath>
../..
</relativePath>
</parent>
<artifactId>
cypher-parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</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>
...
...
This diff is collapsed.
Click to expand it.
community/embedded-examples/pom.xml
+
2
-
2
View file @
35c79922
...
...
@@ -3,13 +3,13 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</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
.0-RC01
</version>
<description>
Neo4j Embedded Examples
</description>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}/
</url>
...
...
This diff is collapsed.
Click to expand it.
community/graph-algo/pom.xml
+
2
-
2
View file @
35c79922
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<relativePath>
../..
</relativePath>
</parent>
...
...
@@ -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
.0-RC01
</version>
<packaging>
jar
</packaging>
<name>
Neo4j - Graph Algorithms
</name>
...
...
This diff is collapsed.
Click to expand it.
community/graph-matching/pom.xml
+
2
-
2
View file @
35c79922
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<relativePath>
../..
</relativePath>
</parent>
...
...
@@ -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
.0-RC01
</version>
<name>
Neo4j - Graph Matching
</name>
<description>
A graph pattern matcher for Neo4j.
</description>
...
...
This diff is collapsed.
Click to expand it.
community/graphviz/pom.xml
+
2
-
2
View file @
35c79922
...
...
@@ -4,13 +4,13 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-graphviz
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<name>
Neo4j - Graphviz generation
</name>
<description>
Utility component to generate Graphviz .dot notation from Neo4j graphs.
</description>
...
...
This diff is collapsed.
Click to expand it.
community/import-tool/pom.xml
+
2
-
2
View file @
35c79922
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<relativePath>
../..
</relativePath>
</parent>
...
...
@@ -17,7 +17,7 @@
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
neo4j-import-tool
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<packaging>
jar
</packaging>
<name>
Neo4j - Import Command Line Tool
</name>
...
...
This diff is collapsed.
Click to expand it.
community/io/pom.xml
+
2
-
2
View file @
35c79922
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<relativePath>
../..
</relativePath>
</parent>
...
...
@@ -16,7 +16,7 @@
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
neo4j-io
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<packaging>
jar
</packaging>
<name>
Neo4j - IO
</name>
...
...
This diff is collapsed.
Click to expand it.
community/jmx/pom.xml
+
2
-
2
View file @
35c79922
...
...
@@ -4,13 +4,13 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-jmx
</artifactId>
<version>
2.2
-SNAPSHOT
</version>
<version>
2.2
.0-RC01
</version>
<name>
Neo4j - JMX support
</name>
<description>
Management support using JMX.
</description>
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment