LUCENE-10055: Update Subversion foder for Javadocs

This commit is contained in:
Uwe Schindler 2021-08-22 13:34:09 +02:00
parent 054b444c14
commit 5813292de2
1 changed files with 2 additions and 2 deletions

View File

@ -1061,11 +1061,11 @@ groups:
cmd: "{{ gradle_cmd }} documentation -Dversion.release={{ release_version }}" cmd: "{{ gradle_cmd }} documentation -Dversion.release={{ release_version }}"
comment: Build documentation comment: Build documentation
- !Command - !Command
cmd: svn -m "Add docs, changes and javadocs for Lucene {{ release_version }}" import {{ git_checkout_folder }}/lucene/build/docs https://svn.apache.org/repos/infra/websites/production/lucene/content/core/{{ version }} cmd: svn -m "Add docs, changes and javadocs for Lucene {{ release_version }}" import {{ git_checkout_folder }}/lucene/build/docs https://svn.apache.org/repos/infra/sites/lucene/core/{{ version }}
logfile: add-docs-lucene.log logfile: add-docs-lucene.log
comment: Add docs for Lucene comment: Add docs for Lucene
- !Command - !Command
cmd: svn -m "Add docs, changes and javadocs for Solr {{ release_version }}" import {{ git_checkout_folder }}/solr/build/docs https://svn.apache.org/repos/infra/websites/production/lucene/content/solr/{{ version }} cmd: svn -m "Add docs, changes and javadocs for Solr {{ release_version }}" import {{ git_checkout_folder }}/solr/build/docs https://svn.apache.org/repos/infra/sites/solr/docs/{{ version }}
logfile: add-docs-solr.log logfile: add-docs-solr.log
comment: Add docs for Solr comment: Add docs for Solr
- !Todo - !Todo