We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da8ba2 commit fed1362Copy full SHA for fed1362
2 files changed
.gitignore
@@ -18,4 +18,5 @@ src/test/resources/results/
18
*/latex/*.blg
19
*/latex/*.log
20
*/latex/*.out
21
-*/latex/*.synctex.gz
+*/latex/*.synctex.gz
22
+local-maven-repo/org/variantsync/trace-boosting
deploy.sh
100644
100755
@@ -1,2 +1 @@
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
2
-
+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 commit comments