Skip to content

Commit

Permalink
LRQA-56124 Sort
Browse files Browse the repository at this point in the history
  • Loading branch information
joshchong authored and brianchandotcom committed Mar 11, 2020
1 parent e31252b commit a698af6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-test-elasticsearch6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -724,10 +724,10 @@ xpack.monitoring.collection.enabled: true</echo>
<property name="register.repository">
<![CDATA[
{
"type": "fs",
"settings": {
"location": "${liferay.home}/data/elasticsearch6/repo"
}
},
"type": "fs"
}
]]>
</property>
Expand Down
4 changes: 2 additions & 2 deletions build-test-elasticsearch7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1025,10 +1025,10 @@ xpack.monitoring.collection.enabled: true</echo>
<property name="register.repository">
<![CDATA[
{
"type": "fs",
"settings": {
"location": "${liferay.home}/data/elasticsearch7/repo"
}
},
"type": "fs"
}
]]>
</property>
Expand Down

0 comments on commit a698af6

Please sign in to comment.