Skip to content

Commit

Permalink
KITE 452: Also allow building kite with java versions greater than $j…
Browse files Browse the repository at this point in the history
…avaVersion: also update cdh5 profile for solr - fix
  • Loading branch information
Wolfgang Hoschek committed Aug 26, 2016
1 parent b20ab73 commit 26962ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<vers.typesafe.config>1.0.2</vers.typesafe.config>
<vers.solr>6.2.0</vers.solr>
<solr.expected.version>6.2.0</solr.expected.version> <!-- sanity check to verify we actually run against the expected version rather than some outdated version -->
<vers.solr-cdh5>${vers.solr}</vers.solr-cdh5>
<vers.solr-cdh5>6.2.0</vers.solr-cdh5>
<vers.tika>1.13</vers.tika>
<vers.jackson>2.3.1</vers.jackson>
<vers.opencsv>2.3</vers.opencsv>
Expand Down

0 comments on commit 26962ad

Please sign in to comment.