From 107753f5e2e2fbc4d870a658ca5c374bb4132ae8 Mon Sep 17 00:00:00 2001 From: Mohsin Husen Date: Mon, 9 Sep 2013 04:12:13 -0700 Subject: [PATCH] Updated How to start with spring data elasticsearch (creole) --- How-to-start-with-spring-data-elasticsearch.creole | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/How-to-start-with-spring-data-elasticsearch.creole b/How-to-start-with-spring-data-elasticsearch.creole index 83b91a2..d0af3b4 100644 --- a/How-to-start-with-spring-data-elasticsearch.creole +++ b/How-to-start-with-spring-data-elasticsearch.creole @@ -39,11 +39,11 @@ Having both entries in the pom file you should be able to use spring-data-elasti **Case 2:** -I have a plane to develop new feature / or extend existing ones. +I have a plan to develop new feature / or extend existing ones. How to configure your project: -Project has dependencies with spring-data-parent to fulfil that we need to add information about snapshot spring repository and snapshot spring plugin repository. +Project has dependencies with spring-data-parent to fulfill that we need to add information about snapshot spring repository and snapshot spring plugin repository. Snapshot spring repository: {{{ @@ -66,4 +66,3 @@ The best way to do that without polluting spring-data-elasticsearch pom.xml is c Example of the file can be found [[here|https://github.com/akonczak/spring-data-elasticsearch-mvn-config/blob/master/settings.xml]] -