Compare commits
No commits in common. "d1596dabb08ddf10d932cbc7cb377113734b4cc2" and "1f5613cf1b66a6469aeebe9cbc7bcd34c37ad29a" have entirely different histories.
d1596dabb0
...
1f5613cf1b
2 changed files with 4 additions and 15 deletions
17
pom.xml
17
pom.xml
|
@ -2,7 +2,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>eu.m724</groupId>
|
<groupId>eu.m724</groupId>
|
||||||
<artifactId>realweather</artifactId>
|
<artifactId>realweather</artifactId>
|
||||||
<version>0.9-alpha.2</version>
|
<version>0.9-alpha.3-SNAPSHOT</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>21</maven.compiler.source>
|
<maven.compiler.source>21</maven.compiler.source>
|
||||||
|
@ -14,19 +14,8 @@
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<developerConnection>scm:git:git@git.724.rocks:Minecon724/realweather.git</developerConnection>
|
<developerConnection>scm:git:git@git.724.rocks:Minecon724/realweather.git</developerConnection>
|
||||||
<tag>realweather-0.9-alpha.2</tag>
|
<tag>HEAD</tag>
|
||||||
</scm>
|
</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>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#release configuration
|
#release configuration
|
||||||
#Tue Jun 18 13:28:07 CEST 2024
|
#Tue Jun 18 13:22:44 CEST 2024
|
||||||
completedPhase=check-poms
|
completedPhase=check-poms
|
||||||
exec.pomFileName=pom.xml
|
exec.pomFileName=pom.xml
|
||||||
exec.snapshotReleasePluginAllowed=false
|
exec.snapshotReleasePluginAllowed=false
|
||||||
|
|
Loading…
Add table
Reference in a new issue