Skip to content

Commit

Permalink
spigot only releaes snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Postremus committed Jan 3, 2024
1 parent 8eb2997 commit 485ca2e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@
</repository>
</repositories>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>com.sk89q</groupId>
Expand Down

0 comments on commit 485ca2e

Please sign in to comment.