Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
finnyb committed Mar 17, 2024
1 parent fd3722d commit a0622c9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.inthebacklog</groupId>
<artifactId>javampd</artifactId>
<packaging>jar</packaging>
<version>7.2.0-SNAPSHOT</version>
<version>7.3.0-SNAPSHOT</version>
<name>JavaMPD</name>
<description>A Java API for controlling the Music Player Daemon (MPD)</description>
<url>https://github.com/finnyb/javampd/</url>
Expand Down Expand Up @@ -84,7 +83,7 @@
<requireMavenVersion>
<version>[3.6,)</version>
</requireMavenVersion>
<dependencyConvergence/>
<dependencyConvergence />
</rules>
</configuration>
</execution>
Expand Down Expand Up @@ -195,8 +194,8 @@
<includes>
<include>.gitignore</include>
</includes>
<trimTrailingWhitespace/>
<endWithNewline/>
<trimTrailingWhitespace />
<endWithNewline />
<indent>
<tabs>true</tabs>
<spacesPerTab>4</spacesPerTab>
Expand Down

0 comments on commit a0622c9

Please sign in to comment.