Compare commits
2 commits
1f5613cf1b
...
d1596dabb0
Author | SHA1 | Date | |
---|---|---|---|
d1596dabb0 | |||
f5b4c44864 |
2 changed files with 15 additions and 4 deletions
17
pom.xml
17
pom.xml
|
@ -2,7 +2,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>eu.m724</groupId>
|
||||
<artifactId>realweather</artifactId>
|
||||
<version>0.9-alpha.3-SNAPSHOT</version>
|
||||
<version>0.9-alpha.2</version>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>21</maven.compiler.source>
|
||||
|
@ -14,8 +14,19 @@
|
|||
|
||||
<scm>
|
||||
<developerConnection>scm:git:git@git.724.rocks:Minecon724/realweather.git</developerConnection>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
<tag>realweather-0.9-alpha.2</tag>
|
||||
</scm>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>724rocks</id>
|
||||
<url>https://git.724.rocks/api/packages/Minecon724/maven</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>724rocks</id>
|
||||
<url>https://git.724.rocks/api/packages/Minecon724/maven</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#release configuration
|
||||
#Tue Jun 18 13:22:44 CEST 2024
|
||||
#Tue Jun 18 13:28:07 CEST 2024
|
||||
completedPhase=check-poms
|
||||
exec.pomFileName=pom.xml
|
||||
exec.snapshotReleasePluginAllowed=false
|
||||
|
|
Loading…
Reference in a new issue