Skip to content

Commit

Permalink
Rename pom file to work with bundle requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub committed Oct 21, 2024
1 parent 827d1e2 commit f2aa95d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/make-release-artifact-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ ARTIFACT=deephaven-benchmark-${VERSION}
sed -i "s;<version>1.0-SNAPSHOT</version>;<version>${VERSION}</version>;" pom.xml
mvn -B install --file pom.xml

cp pom.xml ${ARTIFACT}.pom

gpg --import ${KEY_FILE}
gpg -ab ${ARTIFACT}.pom
gpg -ab ${ARTIFACT}.jar
Expand Down

0 comments on commit f2aa95d

Please sign in to comment.