From b48eb7c5b326e69a8778ab6f2bc4de17cffc9e7a Mon Sep 17 00:00:00 2001 From: bachmanm Date: Tue, 17 Feb 2015 21:59:50 +0000 Subject: [PATCH 1/3] added .gitignore --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..64f89727f --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +.buildpath +.project +.settings +target/ +.idea/ +*.class +*.iml +*.iws +*.ipr +*.db +.DS_Store +.classpath From c6cb22f93ae31d0ff692899b184bb654456480ea Mon Sep 17 00:00:00 2001 From: bachmanm Date: Tue, 17 Feb 2015 22:02:26 +0000 Subject: [PATCH 2/3] added Mark to developers --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 9e7891504..49c695c18 100644 --- a/pom.xml +++ b/pom.xml @@ -81,6 +81,14 @@ GMT + + mangrish + Mark Angrish + + Developer + + +11 + mhunger Michael Hunger From 4352a05587c242560504ee4ea444f627e7363727 Mon Sep 17 00:00:00 2001 From: bachmanm Date: Tue, 17 Feb 2015 22:51:50 +0000 Subject: [PATCH 3/3] pom cleanup, use org.neo4j (instead of org.neo4j.ogm), which is consistent with what's in master and M01 of neo4j-ogm --- pom.xml | 38 +++----------------------------------- spring-data-neo4j/pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 38 deletions(-) diff --git a/pom.xml b/pom.xml index 49c695c18..fd42a02d8 100644 --- a/pom.xml +++ b/pom.xml @@ -140,56 +140,24 @@ - org.neo4j.ogm + org.neo4j neo4j-ogm 1.0-SNAPSHOT - org.neo4j.ogm - neo4j-testutils + org.neo4j + neo4j-ogm-test 1.0-SNAPSHOT test - - org.springframework.data - spring-data-neo4j-tests - 4.0.0.BUILD-SNAPSHOT - test - - org.springframework.data spring-data-commons ${springdata.commons} - - com.fasterxml.jackson.core - jackson-databind - 2.3.2 - - - - org.apache.httpcomponents - httpclient - 4.3.6 - - - - commons-lang - commons-lang - 2.6 - - - - org.neo4j - neo4j - ${neo4j.version} - test - - org.neo4j neo4j-kernel diff --git a/spring-data-neo4j/pom.xml b/spring-data-neo4j/pom.xml index ebb9272f8..9c6380785 100644 --- a/spring-data-neo4j/pom.xml +++ b/spring-data-neo4j/pom.xml @@ -19,13 +19,13 @@ - org.neo4j.ogm + org.neo4j neo4j-ogm - org.neo4j.ogm - neo4j-testutils + org.neo4j + neo4j-ogm-test