Skip to content

Commit

Permalink
Revert "[maven-release-plugin] prepare release v0.8.0"
Browse files Browse the repository at this point in the history
This reverts commit 43e0e7c.
  • Loading branch information
magicmq committed Jan 17, 2025
1 parent 5d675ae commit cc7bed7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.magicmq</groupId>
<artifactId>pyspigot</artifactId>
<version>0.8.0</version>
<version>0.8.0-SNAPSHOT</version>
</parent>

<artifactId>pyspigot-bukkit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.magicmq</groupId>
<artifactId>pyspigot</artifactId>
<version>0.8.0</version>
<version>0.8.0-SNAPSHOT</version>
</parent>

<artifactId>pyspigot-bungee</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.magicmq</groupId>
<artifactId>pyspigot</artifactId>
<version>0.8.0</version>
<version>0.8.0-SNAPSHOT</version>
</parent>

<artifactId>pyspigot-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>dev.magicmq</groupId>
<artifactId>pyspigot</artifactId>
<version>0.8.0</version>
<version>0.8.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -228,7 +228,7 @@
<connection>scm:git:ssh://[email protected]/magicmq/PySpigot.git</connection>
<url>https://github.com/magicmq/PySpigot</url>
<developerConnection>scm:git:ssh://[email protected]/magicmq/PySpigot.git</developerConnection>
<tag>v0.8.0</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit cc7bed7

Please sign in to comment.