Skip to content

Commit

Permalink
SOLR-16442: simplify two lucene-upgrade.md steps (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoerschke committed Oct 26, 2022
1 parent a83bbe5 commit cf7246c
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions dev-docs/lucene-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ gradlew --write-locks
### `solr/licenses` update

```
git rm lucene-*-9.3.0.jar.sha1
# ???manually get new .sha1 files???
git add lucene-*-9.4.0.jar.sha1
gradlew updateLicenses
```

## Code
Expand Down Expand Up @@ -78,15 +74,6 @@ gradlew precommit
gradlew test
```

## Documentation

### `solr/solr-ref-guide/antora.yml` update

```
- lucene-javadocs: 'https://lucene.apache.org/core/9_3_0'
+ lucene-javadocs: 'https://lucene.apache.org/core/9_4_0'
```

## Finish

Push the local branch to github (fork) and open a pull request.
Expand Down

0 comments on commit cf7246c

Please sign in to comment.