Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion neo4j-5.26.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: neo4j-5.26
version: 5.26.0
epoch: 0
epoch: 1
description:
copyright:
- license: GPL-3.0-or-later
Expand Down Expand Up @@ -32,6 +32,8 @@ pipeline:
tag: ${{package.version}}
expected-commit: 17dc7f7e1787c451938b97666a06afd3695987ca

- uses: maven/pombump

- runs: |
export LANG=en_US.UTF-8
export MAVEN_OPTS="-Xmx2048m"
Expand Down
3 changes: 3 additions & 0 deletions neo4j-5.26/pombump-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ patches:
- groupId: com.google.protobuf
artifactId: protobuf-java
version: 3.25.5
- groupId: org.eclipse.jetty
artifactId: jetty-http
version: 12.0.12
Loading