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 2016/05/23 15:43:28 UTC

[3/4] gora git commit: GORA-477 Add support for Solr 5.x

GORA-477 Add support for Solr 5.x


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

Branch: refs/heads/master
Commit: 32b93d8bff4fbdbe5ca65b4076d853e666e788f4
Parents: 348e020
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Tue May 17 16:12:43 2016 -0700
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Tue May 17 16:12:43 2016 -0700

----------------------------------------------------------------------
 gora-solr/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/32b93d8b/gora-solr/pom.xml
----------------------------------------------------------------------
diff --git a/gora-solr/pom.xml b/gora-solr/pom.xml
index 38126b8..1a361a7 100644
--- a/gora-solr/pom.xml
+++ b/gora-solr/pom.xml
@@ -26,7 +26,7 @@
     <version>0.7-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
-  <artifactId>gora-solr</artifactId>
+  <artifactId>gora-solr-4</artifactId>
   <packaging>bundle</packaging>
 
   <name>Apache Gora :: Solr4</name>