Skip to content

Commit

Permalink
merge uat to production for R19-7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
snezanam committed Dec 10, 2019
2 parents b4412ce + 4bbd083 commit 87682bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions banjo/conf/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
<field name="world_region" type="text_general" indexed="true" stored="false"/>
<field name="x_resolution" type="float" indexed="true" stored="true"/>
<field name="y_resolution" type="float" indexed="true" stored="true"/>
<field name="allow_search_engine_indexing" type="boolean" indexed="true" stored="true"/>

<dynamicField name="*_txt_en_split_tight" type="text_en_splitting_tight" indexed="true" stored="true"/>
<dynamicField name="*_descendent_path" type="descendent_path" indexed="true" stored="true"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>au.gov.nla</groupId>
<artifactId>jelly-solr</artifactId>
<packaging>jar</packaging>
<version>1.18.0</version>
<version>2.1.0-RELEASE</version>
<name>jelly-solr</name>

<build>
Expand Down

0 comments on commit 87682bc

Please sign in to comment.