Skip to content

Commit

Permalink
Merge pull request #11371 from wolfi-dev/wolfictl-aae1f91d-d1c1-4a2a-…
Browse files Browse the repository at this point in the history
…904f-a8ab883a91ec

solr/9.4.1 package update
  • Loading branch information
cpanato authored Jan 18, 2024
2 parents cd52faf + d083081 commit b113b72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 42 deletions.
14 changes: 3 additions & 11 deletions solr.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: solr
version: 9.4.0
epoch: 1
version: 9.4.1
epoch: 0
description: Apache Solr open-source search software
copyright:
- license: Apache-2.0
Expand All @@ -25,17 +25,9 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/apache/solr
expected-commit: 71e101bb37497f730078d9afe1991b60d10bfe96
expected-commit: 57762a5b52a9d40a6f15441c4adeb76f0b045476
tag: releases/solr/${{package.version}}

# Patch zookeeper and netty packages
- uses: patch
with:
patches: bumpdeps.patch

# This is to update the lock file from the above patch before the build
- runs: ./gradlew --write-locks

- runs: |
./gradlew assembleDist
Expand Down
31 changes: 0 additions & 31 deletions solr/bumpdeps.patch

This file was deleted.

0 comments on commit b113b72

Please sign in to comment.