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
community/monitor-logging/pom.xml
+2
-2
community/monitor-logging/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/primitive-collections/pom.xml
+2
-2
community/primitive-collections/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
community/shell/pom.xml
+2
-2
community/shell/pom.xml
community/udc-integration/pom.xml
+2
-2
community/udc-integration/pom.xml
community/udc/pom.xml
+2
-2
community/udc/pom.xml
enterprise/backup/pom.xml
+2
-2
enterprise/backup/pom.xml
enterprise/cluster/pom.xml
+2
-2
enterprise/cluster/pom.xml
enterprise/com/pom.xml
+2
-2
enterprise/com/pom.xml
enterprise/consistency-check/pom.xml
+3
-3
enterprise/consistency-check/pom.xml
enterprise/enterprise-performance-tests/pom.xml
+2
-2
enterprise/enterprise-performance-tests/pom.xml
enterprise/ha/pom.xml
+2
-2
enterprise/ha/pom.xml
enterprise/neo4j-enterprise/pom.xml
+2
-2
enterprise/neo4j-enterprise/pom.xml
enterprise/pom.xml
+2
-2
enterprise/pom.xml
with
41 additions
and
41 deletions
+41
-41
community/monitor-logging/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
</groupId>
<artifactId>
neo4j-monitor-logging
</artifactId>
<name>
Neo4j - Monitor Logging
</name>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<description>
Logs information collected from a set of monitors.
</description>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}
</url>
...
...
This diff is collapsed.
Click to expand it.
community/neo4j-community/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-community
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<name>
Neo4j Community
</name>
<packaging>
jar
</packaging>
...
...
This diff is collapsed.
Click to expand it.
community/neo4j/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
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<name>
Neo4j Community
</name>
<packaging>
jar
</packaging>
...
...
This diff is collapsed.
Click to expand it.
community/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>
community-build
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<name>
Neo4j Community Build
</name>
<packaging>
pom
</packaging>
...
...
This diff is collapsed.
Click to expand it.
community/primitive-collections/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-primitive-collections
</artifactId>
<groupId>
org.neo4j
</groupId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
Neo4j - Primitive Collections
</name>
...
...
This diff is collapsed.
Click to expand it.
community/server-api/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>
server-api
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
Neo4j Server API
</name>
...
...
This diff is collapsed.
Click to expand it.
community/server-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-server-examples
</artifactId>
<name>
Neo4j Server Examples
</name>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</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 @
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>
server-plugin-test
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</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 @
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
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</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.
community/shell/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>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
neo4j-shell
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<name>
Neo4j - Generic shell
</name>
<description>
...
...
This diff is collapsed.
Click to expand it.
community/udc-integration/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>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
neo4j-udc-integration
</artifactId>
<name>
Neo4j - UDC Integration
</name>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<description>
Integration test for UDC component.
</description>
...
...
This diff is collapsed.
Click to expand it.
community/udc/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
</groupId>
<artifactId>
neo4j-udc
</artifactId>
<name>
Neo4j - Usage Data Collection
</name>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<description>
Collects simple statistics about server deployment.
</description>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}
</url>
...
...
This diff is collapsed.
Click to expand it.
enterprise/backup/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-backup
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<name>
Neo4j - Backup Tool
</name>
<description>
Command line tool for grabbing backups from a running Neo4j instance
</description>
...
...
This diff is collapsed.
Click to expand it.
enterprise/cluster/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-cluster
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<name>
Neo4j - Clustering Infrastructure
</name>
<description>
Library implementing Paxos and Heartbeat components required for High Availability Neo4j
</description>
...
...
This diff is collapsed.
Click to expand it.
enterprise/com/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-com
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<name>
Neo4j - Communication Package
</name>
<packaging>
jar
</packaging>
...
...
This diff is collapsed.
Click to expand it.
enterprise/consistency-check/pom.xml
+
3
-
3
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-consistency-check
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<name>
Neo4j - Consistency Checker
</name>
<description>
Tool for checking consistency of a Neo4j data store.
</description>
...
...
@@ -17,7 +17,7 @@
<properties>
<version-package>
consistency.checking.impl
</version-package>
<neo4j.version>
2.1
.0-RC2
</neo4j.version>
<neo4j.version>
2.1
-SNAPSHOT
</neo4j.version>
<bundle.namespace>
org.neo4j.consistency
</bundle.namespace>
<short-name>
consistency-check
</short-name>
<docs.url>
http://docs.neo4j.org/chunked/${project.version}/
</docs.url>
...
...
This diff is collapsed.
Click to expand it.
enterprise/enterprise-performance-tests/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-enterprise-performance-tests
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<name>
Neo4j - Enterprise Performance Tests
</name>
<description>
Performance tests for modules in the Enterprise distribution of Neo4j.
</description>
...
...
This diff is collapsed.
Click to expand it.
enterprise/ha/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
</groupId>
<artifactId>
neo4j-ha
</artifactId>
<name>
Neo4j - High Availability
</name>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<description>
This component provides the means to set up a cluster of Neo4j instances that act together
as a cluster, providing Master-Slave replication and other features.
...
...
This diff is collapsed.
Click to expand it.
enterprise/neo4j-enterprise/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-enterprise
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<name>
Neo4j Enterprise
</name>
<packaging>
jar
</packaging>
...
...
This diff is collapsed.
Click to expand it.
enterprise/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>
enterprise-build
</artifactId>
<version>
2.1
.0-RC2
</version>
<version>
2.1
-SNAPSHOT
</version>
<name>
Neo4j Enterprise Build
</name>
<packaging>
pom
</packaging>
...
...
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