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
e329f2bc
Commit
e329f2bc
authored
11 years ago
by
Neo4j Build Server
Browse files
Options
Download
Email Patches
Plain Diff
Tagging for version 1.9.7
parent
a415f653
Changes
47
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/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
community/neo4j-community/pom.xml
+2
-2
community/neo4j-community/pom.xml
community/neo4j/pom.xml
+2
-2
community/neo4j/pom.xml
community/pom.xml
+2
-2
community/pom.xml
community/server-api/pom.xml
+2
-2
community/server-api/pom.xml
community/server-examples/pom.xml
+2
-2
community/server-examples/pom.xml
community/server-plugin-test/pom.xml
+2
-2
community/server-plugin-test/pom.xml
community/server/pom.xml
+2
-2
community/server/pom.xml
with
40 additions
and
40 deletions
+40
-40
advanced/management/pom.xml
+
2
-
2
View file @
e329f2bc
...
...
@@ -5,12 +5,12 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
../..
</relativePath>
</parent>
<artifactId>
neo4j-management
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</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>
...
...
This diff is collapsed.
Click to expand it.
advanced/neo4j-advanced/pom.xml
+
2
-
2
View file @
e329f2bc
...
...
@@ -5,12 +5,12 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
../..
</relativePath>
</parent>
<artifactId>
neo4j-advanced
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<name>
Neo4j Advanced
</name>
<packaging>
jar
</packaging>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}
</url>
...
...
This diff is collapsed.
Click to expand it.
advanced/pom.xml
+
2
-
2
View file @
e329f2bc
...
...
@@ -3,14 +3,14 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
..
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.neo4j.build
</groupId>
<artifactId>
advanced-build
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<name>
Neo4j Advanced Build
</name>
<packaging>
pom
</packaging>
<description>
Project that builds the Neo4j Advanced distribution.
</description>
...
...
This diff is collapsed.
Click to expand it.
advanced/server-advanced/pom.xml
+
2
-
2
View file @
e329f2bc
...
...
@@ -24,14 +24,14 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
../..
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.neo4j.app
</groupId>
<artifactId>
neo4j-server-advanced
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<name>
Neo4j Advanced Server
</name>
<description>
Standalone Neo4j server application.
</description>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}
</url>
...
...
This diff is collapsed.
Click to expand it.
community/cypher/pom.xml
+
2
-
2
View file @
e329f2bc
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
../..
</relativePath>
</parent>
...
...
@@ -19,7 +19,7 @@
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
neo4j-cypher
</artifactId>
<packaging>
jar
</packaging>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</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/embedded-examples/pom.xml
+
2
-
2
View file @
e329f2bc
...
...
@@ -3,14 +3,14 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j.examples
</groupId>
<artifactId>
neo4j-examples
</artifactId>
<name>
Neo4j Examples
</name>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</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 @
e329f2bc
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
../..
</relativePath>
</parent>
...
...
@@ -17,7 +17,7 @@
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
neo4j-graph-algo
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<packaging>
jar
</packaging>
<name>
Neo4j - Graph Algorithms
</name>
<description>
Graph algorithms for Neo4j.
</description>
...
...
This diff is collapsed.
Click to expand it.
community/graph-matching/pom.xml
+
2
-
2
View file @
e329f2bc
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
../..
</relativePath>
</parent>
...
...
@@ -16,7 +16,7 @@
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
neo4j-graph-matching
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<name>
Neo4j - Graph Matching
</name>
<description>
A graph pattern matcher for Neo4j.
</description>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}
</url>
...
...
This diff is collapsed.
Click to expand it.
community/graphviz/pom.xml
+
2
-
2
View file @
e329f2bc
...
...
@@ -4,12 +4,12 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
../..
</relativePath>
</parent>
<artifactId>
neo4j-graphviz
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</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 @
e329f2bc
...
...
@@ -4,12 +4,12 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
../..
</relativePath>
</parent>
<artifactId>
neo4j-jmx
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<name>
Neo4j - JMX support
</name>
<description>
Management support using JMX.
</description>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}
</url>
...
...
This diff is collapsed.
Click to expand it.
community/kernel/pom.xml
+
2
-
2
View file @
e329f2bc
...
...
@@ -23,13 +23,13 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
../..
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<name>
Neo4j - Graph Database Kernel
</name>
<description>
Neo4j kernel is a lightweight, embedded Java database designed to
...
...
This diff is collapsed.
Click to expand it.
community/licensecheck-config/pom.xml
+
2
-
2
View file @
e329f2bc
...
...
@@ -3,13 +3,13 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j.build
</groupId>
<artifactId>
licensecheck-config
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<name>
Licensing configuration
</name>
<description>
Licensing configuration for the Neo4j project.
</description>
<packaging>
jar
</packaging>
...
...
This diff is collapsed.
Click to expand it.
community/lucene-index/pom.xml
+
2
-
2
View file @
e329f2bc
...
...
@@ -3,12 +3,12 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
../..
</relativePath>
</parent>
<artifactId>
neo4j-lucene-index
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<name>
Neo4j - Lucene Index
</name>
<description>
Integration layer between Neo4j and Lucene, providing one possible implementation of the Index API.
...
...
This diff is collapsed.
Click to expand it.
community/neo4j-community/pom.xml
+
2
-
2
View file @
e329f2bc
...
...
@@ -4,12 +4,12 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
../..
</relativePath>
</parent>
<artifactId>
neo4j-community
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<name>
Neo4j Community
</name>
<packaging>
jar
</packaging>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}
</url>
...
...
This diff is collapsed.
Click to expand it.
community/neo4j/pom.xml
+
2
-
2
View file @
e329f2bc
...
...
@@ -4,12 +4,12 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
../..
</relativePath>
</parent>
<artifactId>
neo4j
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<name>
Neo4j Community
</name>
<packaging>
jar
</packaging>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}
</url>
...
...
This diff is collapsed.
Click to expand it.
community/pom.xml
+
2
-
2
View file @
e329f2bc
...
...
@@ -3,14 +3,14 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
..
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.neo4j.build
</groupId>
<artifactId>
community-build
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<name>
Neo4j Community Build
</name>
<packaging>
pom
</packaging>
<description>
Project that builds the Neo4j Community distribution.
</description>
...
...
This diff is collapsed.
Click to expand it.
community/server-api/pom.xml
+
2
-
2
View file @
e329f2bc
...
...
@@ -4,12 +4,12 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
../..
</relativePath>
</parent>
<artifactId>
server-api
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<packaging>
jar
</packaging>
<name>
Neo4j Server API
</name>
<description>
Interfaces and baseclasses needed to create your own extensions.
</description>
...
...
This diff is collapsed.
Click to expand it.
community/server-examples/pom.xml
+
2
-
2
View file @
e329f2bc
...
...
@@ -3,14 +3,14 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
../..
</relativePath>
</parent>
<groupId>
org.neo4j.examples
</groupId>
<artifactId>
neo4j-server-examples
</artifactId>
<name>
Neo4j Server Examples
</name>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<description>
Neo4j Server Plugin Examples
</description>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}/
</url>
...
...
This diff is collapsed.
Click to expand it.
community/server-plugin-test/pom.xml
+
2
-
2
View file @
e329f2bc
...
...
@@ -4,12 +4,12 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
../..
</relativePath>
</parent>
<artifactId>
server-plugin-test
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<name>
Neo4j - Server Plugin Tests
</name>
<description>
Tests the server plugin registration functionality.
</description>
...
...
This diff is collapsed.
Click to expand it.
community/server/pom.xml
+
2
-
2
View file @
e329f2bc
...
...
@@ -23,14 +23,14 @@
<parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<relativePath>
../..
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.neo4j.app
</groupId>
<artifactId>
neo4j-server
</artifactId>
<version>
1.9.7
-SNAPSHOT
</version>
<version>
1.9.7
</version>
<name>
Neo4j Server
</name>
<description>
Standalone Neo4j server application.
</description>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}
</url>
...
...
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