new domain
im so tired rn but its 14
This commit is contained in:
parent
34a3ee1d38
commit
ba06046799
2 changed files with 28 additions and 7 deletions
14
pom.xml
14
pom.xml
|
@ -12,8 +12,8 @@
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>724rocks</id>
|
<id>m724</id>
|
||||||
<url>https://git.724.rocks/api/packages/Minecon724/maven</url>
|
<url>https://git.m724.eu/api/packages/Minecon724/maven</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
@ -44,16 +44,16 @@
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>724rocks</id>
|
<id>m724</id>
|
||||||
<url>https://git.724.rocks/api/packages/Minecon724/maven</url>
|
<url>https://git.m724.eu/api/packages/Minecon724/maven</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>724rocks</id>
|
<id>m724</id>
|
||||||
<url>https://git.724.rocks/api/packages/Minecon724/maven</url>
|
<url>https://git.m724.eu/api/packages/Minecon724/maven</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<developerConnection>scm:git:git@git.724.rocks:Minecon724/jarupdater.git</developerConnection>
|
<developerConnection>scm:git:git@git.m724.eu:Minecon724/jarupdater.git</developerConnection>
|
||||||
</scm>
|
</scm>
|
||||||
</project>
|
</project>
|
21
release.properties
Normal file
21
release.properties
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
#release configuration
|
||||||
|
#Tue Jun 25 14:28:31 CEST 2024
|
||||||
|
completedPhase=check-poms
|
||||||
|
exec.pomFileName=pom.xml
|
||||||
|
exec.snapshotReleasePluginAllowed=false
|
||||||
|
pinExternals=false
|
||||||
|
preparationGoals=clean verify
|
||||||
|
project.scm.eu.m724\:jarupdater.developerConnection=scm\:git\:git@git.m724.eu\:Minecon724/jarupdater.git
|
||||||
|
project.scm.eu.m724\:jarupdater.tag=HEAD
|
||||||
|
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
|
||||||
|
projectVersionPolicyId=default
|
||||||
|
pushChanges=true
|
||||||
|
releaseStrategyId=default
|
||||||
|
remoteTagging=true
|
||||||
|
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
|
||||||
|
scm.commentPrefix=[maven-release-plugin]
|
||||||
|
scm.developmentCommitComment=@{prefix} prepare for next development iteration
|
||||||
|
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
|
||||||
|
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
|
||||||
|
scm.tagNameFormat=@{project.artifactId}-@{project.version}
|
||||||
|
scm.url=scm\:git\:git@git.m724.eu\:Minecon724/jarupdater.git
|
Loading…
Reference in a new issue