Skip to content

Commit 8c8ad3e

Browse files
chore: update deployment
1 parent f2b930f commit 8c8ad3e

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ src/test/resources/results/
2020
*/latex/*.out
2121
*/latex/*.synctex.gz
2222
local-maven-repo/org/variantsync/trace-boosting
23+
local-maven-repo/org/variantsync/boosting/trace-boosting

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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
1+
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<!-- Adjust group id for anonymous projects -->
8-
<groupId>org.variantsync</groupId>
8+
<groupId>org.variantsync.boosting</groupId>
99
<!-- Adjust the project name -->
1010
<artifactId>trace-boosting</artifactId>
1111
<version>1.0.0</version>

0 commit comments

Comments
 (0)