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
timbru31 committed Jun 29, 2024
1 parent ea8eb06 commit 2ba8326
Show file tree
Hide file tree
Showing 23 changed files with 67 additions and 67 deletions.
4 changes: 2 additions & 2 deletions modules/API/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<artifactId>silkspawners-API</artifactId>
<packaging>jar</packaging>
<name>SilkSpawners API</name>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>

<parent>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-parent</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
46 changes: 23 additions & 23 deletions modules/SilkSpawners/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners</artifactId>
<packaging>jar</packaging>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
<name>SilkSpawners</name>
<url>https://dev.bukkit.org/projects/silkspawners/</url>
<description>Pickup, place and customize Monster Spawners</description>
Expand Down Expand Up @@ -116,107 +116,107 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_8_R3</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_11_R1</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_12_R1</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_13_R2</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_14_R1</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_15_R1</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_16_R1</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_16_R2</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_16_R3</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_17_R1</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_18_R1</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_18_R2</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_19_R1</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_19_R2</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_19_R3</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_20_R1</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_20_R2</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_20_R3</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_20_R4</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_21_R1</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -358,7 +358,7 @@
<url>https://github.com/timbru31/SilkSpawners</url>
<connection>scm:git:git://github.com/timbru31/SilkSpawners.git</connection>
<developerConnection>scm:git:[email protected]:timbru31/SilkSpawners.git</developerConnection>
<tag>silkspawners-8.1.0</tag>
<tag>HEAD</tag>
</scm>

<ciManagement>
Expand Down
4 changes: 2 additions & 2 deletions modules/v1_11_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-parent</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions modules/v1_12_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-parent</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions modules/v1_13_R2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-parent</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions modules/v1_14_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-parent</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions modules/v1_15_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-parent</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions modules/v1_16_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-parent</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions modules/v1_16_R2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-parent</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions modules/v1_16_R3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-parent</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions modules/v1_17_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-parent</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions modules/v1_18_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-parent</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions modules/v1_18_R2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-parent</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions modules/v1_19_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-parent</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions modules/v1_19_R2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-parent</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>8.1.0</version>
<version>8.1.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
Loading

0 comments on commit 2ba8326

Please sign in to comment.