Compare commits

...

2 commits

Author SHA1 Message Date
4f0ffac49e
[maven-release-plugin] prepare release jarupdater-0.1.0 2024-06-25 14:30:04 +02:00
ba06046799
new domain
im so tired rn but its 14
2024-06-25 14:29:08 +02:00
2 changed files with 31 additions and 9 deletions

19
pom.xml
View file

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.m724</groupId>
<artifactId>jarupdater</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<properties>
@ -12,8 +12,8 @@
<repositories>
<repository>
<id>724rocks</id>
<url>https://git.724.rocks/api/packages/Minecon724/maven</url>
<id>m724</id>
<url>https://git.m724.eu/api/packages/Minecon724/maven</url>
</repository>
</repositories>
@ -44,16 +44,17 @@
<distributionManagement>
<repository>
<id>724rocks</id>
<url>https://git.724.rocks/api/packages/Minecon724/maven</url>
<id>m724</id>
<url>https://git.m724.eu/api/packages/Minecon724/maven</url>
</repository>
<snapshotRepository>
<id>724rocks</id>
<url>https://git.724.rocks/api/packages/Minecon724/maven</url>
<id>m724</id>
<url>https://git.m724.eu/api/packages/Minecon724/maven</url>
</snapshotRepository>
</distributionManagement>
<scm>
<developerConnection>scm:git:git@git.724.rocks:Minecon724/jarupdater.git</developerConnection>
</scm>
<developerConnection>scm:git:git@git.m724.eu:Minecon724/jarupdater.git</developerConnection>
<tag>jarupdater-0.1.0</tag>
</scm>
</project>

21
release.properties Normal file
View 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