Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of release/7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
finnyb committed Mar 17, 2024
1 parent a0622c9 commit 52e6be6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<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.3.0-SNAPSHOT</version>
<version>7.2.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 @@ -83,7 +84,7 @@
<requireMavenVersion>
<version>[3.6,)</version>
</requireMavenVersion>
<dependencyConvergence />
<dependencyConvergence/>
</rules>
</configuration>
</execution>
Expand Down Expand Up @@ -194,8 +195,8 @@
<includes>
<include>.gitignore</include>
</includes>
<trimTrailingWhitespace />
<endWithNewline />
<trimTrailingWhitespace/>
<endWithNewline/>
<indent>
<tabs>true</tabs>
<spacesPerTab>4</spacesPerTab>
Expand Down

0 comments on commit 52e6be6

Please sign in to comment.