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
57954146
Commit
57954146
authored
11 years ago
by
Neo4j Build Server
Browse files
Options
Download
Email Patches
Plain Diff
Back to development version.
parent
aeac14f9
Changes
59
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/cypher/cypher-commons/pom.xml
+2
-2
community/cypher/cypher-commons/pom.xml
community/cypher/cypher-compiler-2.1/pom.xml
+2
-2
community/cypher/cypher-compiler-2.1/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/jmx/pom.xml
+2
-2
community/jmx/pom.xml
community/kernel/pom.xml
+2
-2
community/kernel/pom.xml
community/licensecheck-config/pom.xml
+2
-2
community/licensecheck-config/pom.xml
community/lucene-index/pom.xml
+2
-2
community/lucene-index/pom.xml
with
41 additions
and
41 deletions
+41
-41
advanced/management/pom.xml
+
2
-
2
View file @
57954146
...
...
@@ -4,13 +4,13 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-management
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</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 @
57954146
...
...
@@ -4,13 +4,13 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-advanced
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<name>
Neo4j Advanced
</name>
<packaging>
jar
</packaging>
...
...
This diff is collapsed.
Click to expand it.
advanced/pom.xml
+
2
-
2
View file @
57954146
...
...
@@ -3,14 +3,14 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.neo4j.build
</groupId>
<artifactId>
advanced-build
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</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 @
57954146
...
...
@@ -23,14 +23,14 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
../..
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.neo4j.app
</groupId>
<artifactId>
neo4j-server-advanced
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</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 @
57954146
...
...
@@ -5,13 +5,13 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j.app
</groupId>
<artifactId>
neo4j-browser
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<name>
Neo4j Browser
</name>
<description>
Graph database client.
</description>
...
...
This diff is collapsed.
Click to expand it.
community/cypher/cypher-commons/pom.xml
+
2
-
2
View file @
57954146
...
...
@@ -4,14 +4,14 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
cypher-parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
neo4j-cypher-commons
</artifactId>
<packaging>
jar
</packaging>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<name>
Neo4j - Cypher Commons
</name>
<description>
Common code shared between all Neo4j Cypher modules
</description>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}
</url>
...
...
This diff is collapsed.
Click to expand it.
community/cypher/cypher-compiler-2.1/pom.xml
+
2
-
2
View file @
57954146
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
cypher-parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
@@ -11,7 +11,7 @@
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-cypher-compiler-2.1
</artifactId>
<packaging>
jar
</packaging>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<name>
Neo4j - Cypher Compiler 2.1
</name>
<description>
Compiler for Cypher 2.1
</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 @
57954146
...
...
@@ -3,14 +3,14 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
cypher-parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
neo4j-cypher
</artifactId>
<packaging>
jar
</packaging>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</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 @
57954146
...
...
@@ -3,14 +3,14 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
cypher-parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
../..
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
neo4j-cypher-docs
</artifactId>
<packaging>
jar
</packaging>
<version>
2.1
.0-RC2
</version>
<version>
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>
...
...
This diff is collapsed.
Click to expand it.
community/cypher/docs/graphgist/pom.xml
+
2
-
2
View file @
57954146
...
...
@@ -4,12 +4,12 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
cypher-parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j.doc
</groupId>
<artifactId>
neo4j-graphgist
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</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 @
57954146
...
...
@@ -4,12 +4,12 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
cypher-parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j.doc
</groupId>
<artifactId>
neo4j-cypher-refcard-tests
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
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>
...
...
@@ -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.1
.0-RC2
</neo4j.version>
<neo4j.version>
2.1
-SNAPSHOT
</neo4j.version>
<docs-plugin.skip>
false
</docs-plugin.skip>
<attach-docs-phase>
prepare-package
</attach-docs-phase>
</properties>
...
...
This diff is collapsed.
Click to expand it.
community/cypher/pom.xml
+
2
-
2
View file @
57954146
...
...
@@ -6,12 +6,12 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
../..
</relativePath>
</parent>
<artifactId>
cypher-parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
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>
...
...
This diff is collapsed.
Click to expand it.
community/embedded-examples/pom.xml
+
2
-
2
View file @
57954146
...
...
@@ -3,13 +3,13 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j.examples
</groupId>
<artifactId>
neo4j-examples
</artifactId>
<name>
Neo4j Examples
</name>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</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 @
57954146
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
../..
</relativePath>
</parent>
...
...
@@ -19,7 +19,7 @@
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
neo4j-graph-algo
</artifactId>
<groupId>
org.neo4j
</groupId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</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 @
57954146
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
../..
</relativePath>
</parent>
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-graph-matching
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</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 @
57954146
...
...
@@ -4,13 +4,13 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-graphviz
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</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/jmx/pom.xml
+
2
-
2
View file @
57954146
...
...
@@ -4,13 +4,13 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-jmx
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<name>
Neo4j - JMX support
</name>
<description>
Management support using JMX.
</description>
...
...
This diff is collapsed.
Click to expand it.
community/kernel/pom.xml
+
2
-
2
View file @
57954146
...
...
@@ -23,14 +23,14 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
../..
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<name>
Neo4j - Graph Database Kernel
</name>
<description>
...
...
This diff is collapsed.
Click to expand it.
community/licensecheck-config/pom.xml
+
2
-
2
View file @
57954146
...
...
@@ -3,12 +3,12 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j.build
</groupId>
<artifactId>
licensecheck-config
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<name>
Licensing configuration
</name>
<description>
Licensing configuration for the Neo4j project.
</description>
...
...
This diff is collapsed.
Click to expand it.
community/lucene-index/pom.xml
+
2
-
2
View file @
57954146
...
...
@@ -3,12 +3,12 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-lucene-index
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<name>
Neo4j - Lucene Index
</name>
<description>
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
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