increase schema version to 1.6

git-svn-id: https://svn.apache.org/repos/asf/manifoldcf/integration/solr-6.x/trunk@1743170 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/solr/collection1/conf/managed-schema b/solr/collection1/conf/managed-schema
index 86ef649..b33ed66 100644
--- a/solr/collection1/conf/managed-schema
+++ b/solr/collection1/conf/managed-schema
@@ -16,7 +16,7 @@
  limitations under the License.
 -->
 <!-- Solr managed schema - automatically generated - DO NOT EDIT -->
-<schema name="auth" version="1.5">
+<schema name="auth" version="1.6">
   <uniqueKey>id</uniqueKey>
   <fieldType name="string" class="solr.StrField"/>
   <field name="allow_token_document" type="string" default="__nosecurity__" multiValued="true" indexed="true" stored="false"/>
diff --git a/solr/collection1/conf/schema-auth.xml b/solr/collection1/conf/schema-auth.xml
index e4c1a6b..958d104 100644
--- a/solr/collection1/conf/schema-auth.xml
+++ b/solr/collection1/conf/schema-auth.xml
@@ -15,7 +15,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<schema name="auth" version="1.5">
+<schema name="auth" version="1.6">
  <types>
   <fieldType name="string" class="solr.StrField"/>
  </types>