Skip to content

Commit

Permalink
chore: update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSchultheiss committed Jun 4, 2024
1 parent f2b930f commit 8c8ad3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ src/test/resources/results/
*/latex/*.out
*/latex/*.synctex.gz
local-maven-repo/org/variantsync/trace-boosting
local-maven-repo/org/variantsync/boosting/trace-boosting
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
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
mvn deploy:deploy-file -DgroupId=org.variantsync.boosting -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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<!-- Adjust group id for anonymous projects -->
<groupId>org.variantsync</groupId>
<groupId>org.variantsync.boosting</groupId>
<!-- Adjust the project name -->
<artifactId>trace-boosting</artifactId>
<version>1.0.0</version>
Expand Down

0 comments on commit 8c8ad3e

Please sign in to comment.