[maven-release-plugin] prepare release tweaks-0.1.0
All checks were successful
/ deploy (push) Successful in 6m50s
All checks were successful
/ deploy (push) Successful in 6m50s
This commit is contained in:
parent
430eb33968
commit
72171d6ce7
1 changed files with 3 additions and 5 deletions
8
pom.xml
8
pom.xml
|
@ -5,14 +5,12 @@
|
|||
~ in the project root for the full license text.
|
||||
-->
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>eu.m724</groupId>
|
||||
<artifactId>tweaks</artifactId>
|
||||
<version>0.1.0-SNAPSHOT</version>
|
||||
<version>0.1.0</version>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>21</maven.compiler.source>
|
||||
|
@ -169,6 +167,6 @@
|
|||
|
||||
<scm>
|
||||
<developerConnection>scm:git:git@git.m724.eu:Minecon724/tweaks724.git</developerConnection>
|
||||
<tag>HEAD</tag>
|
||||
<tag>tweaks-0.1.0</tag>
|
||||
</scm>
|
||||
</project>
|
Loading…
Reference in a new issue