Skip to content

Commit

Permalink
chore: update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSchultheiss committed Jun 4, 2024
1 parent 4da8ba2 commit fed1362
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ src/test/resources/results/
*/latex/*.blg
*/latex/*.log
*/latex/*.out
*/latex/*.synctex.gz
*/latex/*.synctex.gz
local-maven-repo/org/variantsync/trace-boosting
3 changes: 1 addition & 2 deletions deploy.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
mvn deploy:deploy-file -DgroupId=org.variantsync -DartifactId=trace-boosting -Dversion=0.1.0 -Durl=file:./local-maven-repo/ -DrepositoryId=local-maven-repo -DupdateReleaseInfo=true -Dfile=./target/trace-boosting-1.0-jar-with-dependencies.jar

mvn deploy:deploy-file -DgroupId=org.variantsync -DartifactId=trace-boosting -Dversion=1.0.0 -Durl=file:./local-maven-repo/ -DrepositoryId=local-maven-repo -DupdateReleaseInfo=true -Dfile=./target/trace-boosting-1.0.0-jar-with-dependencies.jar

0 comments on commit fed1362

Please sign in to comment.