Skip to content

Commit

Permalink
update solr to version 6.1.0 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetoile authored Jul 17, 2016
1 parent a2f72bf commit dc8a367
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ public class HdfsBootstrapIntegrationTest {
#Component available
* SolrCloud 5.4.1
* SolrCloud 6.1.0
* Kafka 0.10.0.0
* Hive (metastore and server2)
* Hdfs
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@
<slf4j.version>1.7.12</slf4j.version>
<logback-classic.version>1.1.3</logback-classic.version>

<commons-io.version>2.4</commons-io.version>
<commons-io.version>2.5</commons-io.version>
<commons-configuration.version>1.10</commons-configuration.version>
<commons-collections.version>3.2.1</commons-collections.version>

<hive.version>1.2.1000.2.4.2.0-258</hive.version>
<solr.version>5.4.1</solr.version>
<solr.version>6.1.0</solr.version>
<hadoop-mini-clusters.version>0.1.7</hadoop-mini-clusters.version>
<oozie.version>4.2.0.2.4.2.0-258</oozie.version>
<hadoop.version>2.7.1.2.4.2.0-258</hadoop.version>
Expand All @@ -139,7 +139,7 @@
<guava.version>18.0</guava.version>
<concurrentlinkedhashmap-lru.version>1.4</concurrentlinkedhashmap-lru.version>
<lombok.version>1.16.6</lombok.version>
<jetty-util.version>9.2.14.v20151106</jetty-util.version>
<jetty-util.version>9.3.10.v20160621</jetty-util.version>
<javax.servlet-api.version>3.1.0</javax.servlet-api.version>

<elasticsearch.version>5.0.0-alpha4</elasticsearch.version>
Expand Down

0 comments on commit dc8a367

Please sign in to comment.