Skip to content

Commit

Permalink
update maven central release build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wfouche committed Jan 19, 2025
1 parent 61a65bc commit b0e8e73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildMavenCentralArtifacts.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
REM Use this script to create the ZIP file to be uploaded to Maven Central
REM https://central.sonatype.com/
REM
set version=2.1.2
set version=2.1.3

REM Remove staging folder
rd/q/s .\tulip-runtime\build\staging-deploy
Expand Down
2 changes: 1 addition & 1 deletion buildMavenCentralArtifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk env

# Tulip version
export version="2.1.2"
export version="2.1.3"

# Remove staging folder
rm -f -r tulip-runtime/build/staging-deploy
Expand Down

0 comments on commit b0e8e73

Please sign in to comment.