Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonastahl committed Oct 3, 2024
1 parent 8f0a9f7 commit 1fe4daa
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>de.secretj12.turnierplaner</groupId>
<artifactId>main</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>

<scm>
<developerConnection>scm:git:https://github.com/SecretJ12/Turnierplaner</developerConnection>
</scm>
<tag>0.0.1</tag>
</scm>

<properties>
<java.version>21</java.version>
Expand Down Expand Up @@ -154,8 +153,8 @@
<include>.gitattributes</include>
<include>.gitignore</include>
</includes>
<trimTrailingWhitespace/>
<endWithNewline/>
<trimTrailingWhitespace />
<endWithNewline />
<indent>
<tabs>true</tabs>
<spacesPerTab>4</spacesPerTab>
Expand Down

0 comments on commit 1fe4daa

Please sign in to comment.