You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2017/03/17 04:55:36 UTC

gora git commit: Remove gora-solr4 and update tutorial to gora-solr5

Repository: gora
Updated Branches:
  refs/heads/master f05ac1822 -> d72aedffb


Remove gora-solr4 and update tutorial to gora-solr5


Project: http://git-wip-us.apache.org/repos/asf/gora/repo
Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/d72aedff
Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/d72aedff
Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/d72aedff

Branch: refs/heads/master
Commit: d72aedffba18e37a20107ea9b146acbc01cc4965
Parents: f05ac18
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Thu Mar 16 21:55:31 2017 -0700
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Thu Mar 16 21:55:31 2017 -0700

----------------------------------------------------------------------
 gora-tutorial/pom.xml |  2 +-
 pom.xml               | 14 +++++++++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/d72aedff/gora-tutorial/pom.xml
----------------------------------------------------------------------
diff --git a/gora-tutorial/pom.xml b/gora-tutorial/pom.xml
index 422d0e7..4b693b7 100644
--- a/gora-tutorial/pom.xml
+++ b/gora-tutorial/pom.xml
@@ -120,7 +120,7 @@
 
     <dependency>
       <groupId>org.apache.gora</groupId>
-      <artifactId>gora-solr</artifactId>
+      <artifactId>gora-solr-5</artifactId>
     </dependency>
 
     <!-- Hadoop Dependencies -->

http://git-wip-us.apache.org/repos/asf/gora/blob/d72aedff/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 349c94e..1b4881d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -713,7 +713,7 @@
     <!--module>gora-sql</module -->
     <module>gora-maven-plugin</module>
     <module>gora-mongodb</module>
-    <module>gora-solr</module>
+    <!--module>gora-solr</module-->
     <module>gora-solr-5</module>
     <module>gora-tutorial</module>
     <module>sources-dist</module>
@@ -826,6 +826,18 @@
 
       <dependency>
         <groupId>org.apache.gora</groupId>
+        <artifactId>gora-solr-5</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.gora</groupId>
+        <artifactId>gora-solr-5</artifactId>
+        <version>${project.version}</version>
+        <classifier>tests</classifier>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.gora</groupId>
         <artifactId>gora-cassandra</artifactId>
         <version>${project.version}</version>
       </dependency>