[maven-release-plugin] prepare release wtapi-0.1
This commit is contained in:
parent
d0b8d06db7
commit
fed030cd90
1 changed files with 4 additions and 5 deletions
9
pom.xml
9
pom.xml
|
@ -1,12 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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>wtapi</artifactId>
|
||||
<version>0.1-SNAPSHOT</version>
|
||||
<version>0.1</version>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
|
@ -57,6 +55,7 @@
|
|||
|
||||
<scm>
|
||||
<developerConnection>scm:git:https://git.724.rocks/Minecon724/wtapi.git</developerConnection>
|
||||
</scm>
|
||||
<tag>wtapi-0.1</tag>
|
||||
</scm>
|
||||
|
||||
</project>
|
Loading…
Reference in a new issue