Skip to content

Commit

Permalink
snapshot releases are acceptable.
Browse files Browse the repository at this point in the history
There are mostly no stable releases from spigot
  • Loading branch information
Postremus committed Jan 2, 2024
1 parent 3b03e2e commit d97dfac
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
<artifactId>blockgenerator</artifactId>
<version>0.2.0-SNAPSHOT</version>

<scm>
<connection>scm:[email protected]:pro-crafting/BlockGenerator.git</connection>
<url>https://github.com/pro-crafting/BlockGenerator</url>
<developerConnection>scm:git:[email protected]:pro-crafting/BlockGenerator.git</developerConnection>
<tag>HEAD</tag>
</scm>

<properties>
<maven.compiler.release>17</maven.compiler.release>
<version.spigot-api>1.20.2-R0.1-SNAPSHOT</version.spigot-api>
Expand All @@ -26,6 +33,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>org.spigotmc</groupId>
Expand Down

0 comments on commit d97dfac

Please sign in to comment.