neo4j-community 1.9.M03-java → 1.9.M05-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.gitignore CHANGED
@@ -3,3 +3,4 @@
3
3
  .bundle
4
4
  Gemfile.lock
5
5
  pkg/*
6
+ .DS_Store
@@ -1,7 +1,6 @@
1
1
  module Neo4j
2
2
  module Community
3
- VERSION = "1.9.M03"
4
- NEO_VERSION = "1.9.M03"
3
+ VERSION = "1.9.M05"
4
+ NEO_VERSION = "1.9.M05"
5
5
  end
6
6
  end
7
-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo4j-community
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.M03
4
+ version: 1.9.M05
5
5
  prerelease: 4
6
6
  platform: java
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-12-28 00:00:00.000000000 Z
13
+ date: 2013-03-21 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: ! 'The Java Jar files for the Neo4j Community, a high performance, fully
16
16
  ACID transactional graph database – licensed under the GPL, see license - http://neo4j.org/licensing-guide/ '
@@ -29,17 +29,17 @@ files:
29
29
  - lib/neo4j-community/jars/concurrentlinkedhashmap-lru-1.3.1.jar
30
30
  - lib/neo4j-community/jars/geronimo-jta_1.1_spec-1.1.1.jar
31
31
  - lib/neo4j-community/jars/lucene-core-3.5.0.jar
32
- - lib/neo4j-community/jars/neo4j-cypher-1.9.M03.jar
33
- - lib/neo4j-community/jars/neo4j-graph-algo-1.9.M03.jar
34
- - lib/neo4j-community/jars/neo4j-graph-matching-1.9.M03.jar
35
- - lib/neo4j-community/jars/neo4j-jmx-1.9.M03.jar
36
- - lib/neo4j-community/jars/neo4j-kernel-1.9.M03.jar
37
- - lib/neo4j-community/jars/neo4j-lucene-index-1.9.M03.jar
38
- - lib/neo4j-community/jars/neo4j-shell-1.9.M03.jar
39
- - lib/neo4j-community/jars/neo4j-udc-1.9.M03.jar
32
+ - lib/neo4j-community/jars/neo4j-cypher-1.9.M05.jar
33
+ - lib/neo4j-community/jars/neo4j-graph-algo-1.9.M05.jar
34
+ - lib/neo4j-community/jars/neo4j-graph-matching-1.9.M05.jar
35
+ - lib/neo4j-community/jars/neo4j-jmx-1.9.M05.jar
36
+ - lib/neo4j-community/jars/neo4j-kernel-1.9.M05.jar
37
+ - lib/neo4j-community/jars/neo4j-lucene-index-1.9.M05.jar
38
+ - lib/neo4j-community/jars/neo4j-shell-1.9.M05.jar
39
+ - lib/neo4j-community/jars/neo4j-udc-1.9.M05.jar
40
40
  - lib/neo4j-community/jars/org.apache.servicemix.bundles.jline-0.9.94_1.jar
41
- - lib/neo4j-community/jars/scala-library-2.9.1-1.jar
42
- - lib/neo4j-community/jars/server-api-1.9.M03.jar
41
+ - lib/neo4j-community/jars/scala-library-2.10.0.jar
42
+ - lib/neo4j-community/jars/server-api-1.9.M05.jar
43
43
  - lib/neo4j-community/test-jars/neo4j-kernel-1.7.1-tests.jar
44
44
  - lib/neo4j-community/version.rb
45
45
  - lib/neo4j-jars.rb
@@ -69,5 +69,5 @@ rubyforge_project: neo4j-community
69
69
  rubygems_version: 1.8.24
70
70
  signing_key:
71
71
  specification_version: 3
72
- summary: The neo4j Community edition v1.9.M03 JAR files
72
+ summary: The neo4j Community edition v1.9.M05 JAR files
73
73
  test_files: []