Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Neo4jsource
Commits
f235d858
Commit
f235d858
authored
13 years ago
by
Neo4j build server
Browse files
Options
Download
Email Patches
Plain Diff
[maven-release-plugin] prepare release 1.6.3
parent
3bc7e018
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
community/cypher/pom.xml
+6
-6
community/cypher/pom.xml
community/embedded-examples/pom.xml
+6
-6
community/embedded-examples/pom.xml
community/graph-algo/pom.xml
+3
-3
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
+3
-3
community/jmx/pom.xml
community/kernel/pom.xml
+1
-1
community/kernel/pom.xml
community/lucene-index/pom.xml
+3
-3
community/lucene-index/pom.xml
community/neo4j-community/pom.xml
+8
-8
community/neo4j-community/pom.xml
community/neo4j/pom.xml
+9
-9
community/neo4j/pom.xml
community/pom.xml
+1
-1
community/pom.xml
community/server-api/pom.xml
+2
-2
community/server-api/pom.xml
community/server-examples/pom.xml
+3
-3
community/server-examples/pom.xml
community/server/pom.xml
+7
-7
community/server/pom.xml
community/shell/pom.xml
+6
-6
community/shell/pom.xml
community/udc/pom.xml
+3
-3
community/udc/pom.xml
with
65 additions
and
65 deletions
+65
-65
community/cypher/pom.xml
+
6
-
6
View file @
f235d858
...
...
@@ -18,7 +18,7 @@
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-cypher
</artifactId>
<packaging>
jar
</packaging>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<name>
Neo4j - Cypher
</name>
<description>
Neo4j query language
</description>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}
</url>
...
...
@@ -62,30 +62,30 @@
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-graphviz
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-lucene-index
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-graph-algo
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
...
...
This diff is collapsed.
Click to expand it.
community/embedded-examples/pom.xml
+
6
-
6
View file @
f235d858
...
...
@@ -9,7 +9,7 @@
<groupId>
org.neo4j.examples
</groupId>
<artifactId>
neo4j-examples
</artifactId>
<name>
Neo4j Examples
</name>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<description>
Neo4j Embedded Examples
</description>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}/
</url>
...
...
@@ -30,7 +30,7 @@
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<!-- In this context, keep this artifact as type pom -->
<type>
pom
</type>
<exclusions>
...
...
@@ -43,25 +43,25 @@
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-shell
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-graphviz
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-udc
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<classifier>
neo4j
</classifier>
</dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.
community/graph-algo/pom.xml
+
3
-
3
View file @
f235d858
...
...
@@ -17,7 +17,7 @@
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
neo4j-graph-algo
</artifactId>
<groupId>
org.neo4j
</groupId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<packaging>
jar
</packaging>
<name>
Neo4j - Graph Algorithms
</name>
<description>
Graph algorithms for Neo4j.
</description>
...
...
@@ -51,12 +51,12 @@ the relevant Commercial Agreement.
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
...
...
This diff is collapsed.
Click to expand it.
community/graph-matching/pom.xml
+
2
-
2
View file @
f235d858
...
...
@@ -16,7 +16,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-graph-matching
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<name>
Neo4j - Graph Matching
</name>
<description>
A graph pattern matcher for Neo4j.
</description>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}
</url>
...
...
@@ -49,7 +49,7 @@
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
...
...
This diff is collapsed.
Click to expand it.
community/graphviz/pom.xml
+
2
-
2
View file @
f235d858
...
...
@@ -11,7 +11,7 @@
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-graphviz
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<name>
Neo4j - Graphviz generation
</name>
<description>
Utility component to generate Graphviz .dot notation from Neo4j graphs.
</description>
...
...
@@ -46,7 +46,7 @@ the relevant Commercial Agreement.
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
...
...
This diff is collapsed.
Click to expand it.
community/jmx/pom.xml
+
3
-
3
View file @
f235d858
...
...
@@ -10,7 +10,7 @@
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-jmx
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<name>
Neo4j - JMX support
</name>
<description>
Management support using JMX.
</description>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}
</url>
...
...
@@ -52,7 +52,7 @@ the relevant Commercial Agreement.
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
...
...
@@ -63,7 +63,7 @@ the relevant Commercial Agreement.
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
...
...
This diff is collapsed.
Click to expand it.
community/kernel/pom.xml
+
1
-
1
View file @
f235d858
...
...
@@ -10,7 +10,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</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/lucene-index/pom.xml
+
3
-
3
View file @
f235d858
...
...
@@ -8,7 +8,7 @@
</parent>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-lucene-index
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<name>
Neo4j - Lucene Index
</name>
<description>
Integration layer between Neo4j and Lucene, providing one possible implementation of the Index API.
...
...
@@ -56,12 +56,12 @@ the relevant Commercial Agreement.
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
...
...
This diff is collapsed.
Click to expand it.
community/neo4j-community/pom.xml
+
8
-
8
View file @
f235d858
...
...
@@ -10,7 +10,7 @@
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-community
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<name>
Neo4j Community
</name>
<packaging>
jar
</packaging>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}
</url>
...
...
@@ -31,37 +31,37 @@
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-lucene-index
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-graph-algo
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-udc
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-graph-matching
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-cypher
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-jmx
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
</dependencies>
...
...
This diff is collapsed.
Click to expand it.
community/neo4j/pom.xml
+
9
-
9
View file @
f235d858
...
...
@@ -10,7 +10,7 @@
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<name>
Neo4j Community
</name>
<packaging>
jar
</packaging>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}
</url>
...
...
@@ -32,37 +32,37 @@
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-lucene-index
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-graph-algo
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-udc
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-graph-matching
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-cypher
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-jmx
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<!-- For the tests specified by this package -->
<dependency>
...
...
@@ -73,7 +73,7 @@
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
...
...
This diff is collapsed.
Click to expand it.
community/pom.xml
+
1
-
1
View file @
f235d858
...
...
@@ -10,7 +10,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.neo4j.build
</groupId>
<artifactId>
community-build
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</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 @
f235d858
...
...
@@ -10,7 +10,7 @@
<groupId>
org.neo4j
</groupId>
<artifactId>
server-api
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<packaging>
jar
</packaging>
<name>
Neo4j Server API
</name>
<description>
Interfaces and baseclasses needed to create your own extensions.
</description>
...
...
@@ -51,7 +51,7 @@ the relevant Commercial Agreement.
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.
community/server-examples/pom.xml
+
3
-
3
View file @
f235d858
...
...
@@ -9,7 +9,7 @@
<groupId>
org.neo4j.examples
</groupId>
<artifactId>
neo4j-server-examples
</artifactId>
<name>
Neo4j Server Examples
</name>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<description>
Neo4j Server Plugin Examples
</description>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}/
</url>
...
...
@@ -28,12 +28,12 @@
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
server-api
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-graph-algo
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
com.sun.jersey
</groupId>
...
...
This diff is collapsed.
Click to expand it.
community/server/pom.xml
+
7
-
7
View file @
f235d858
...
...
@@ -10,7 +10,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.neo4j.app
</groupId>
<artifactId>
neo4j-server
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<name>
Neo4j Server
</name>
<description>
Standalone Neo4j server application.
</description>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}
</url>
...
...
@@ -78,14 +78,14 @@
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<type>
pom
</type>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
...
...
@@ -93,13 +93,13 @@
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
server-api
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-cypher
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
...
...
@@ -287,14 +287,14 @@
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-graphviz
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-shell
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
...
...
This diff is collapsed.
Click to expand it.
community/shell/pom.xml
+
6
-
6
View file @
f235d858
...
...
@@ -10,7 +10,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-shell
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<name>
Neo4j - Generic shell
</name>
<description>
A generic command shell with a client and server part.
...
...
@@ -129,32 +129,32 @@ the relevant Commercial Agreement.
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<scope>
test
</scope>
<type>
test-jar
</type>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-jmx
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-graph-algo
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-cypher
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.
community/udc/pom.xml
+
3
-
3
View file @
f235d858
...
...
@@ -10,7 +10,7 @@
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-udc
</artifactId>
<name>
Neo4j - Usage Data Collection
</name>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<description>
Collects simple statistics about server deployment.
</description>
<url>
http://components.neo4j.org/${project.artifactId}/${project.version}
</url>
...
...
@@ -154,7 +154,7 @@ the relevant Commercial Agreement.
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
</dependency>
<dependency>
<groupId>
org.apache.httpcomponents
</groupId>
...
...
@@ -184,7 +184,7 @@ the relevant Commercial Agreement.
<dependency>
<groupId>
org.neo4j
</groupId>
<artifactId>
neo4j-kernel
</artifactId>
<version>
1.6.3
-SNAPSHOT
</version>
<version>
1.6.3
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help