Skip to content

Commit

Permalink
[maven-release-plugin] prepare release silkspawners-7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Mar 21, 2022
1 parent 42a9fc0 commit f8a77dd
Show file tree
Hide file tree
Showing 18 changed files with 53 additions and 54 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>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>

<parent>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-parent</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
36 changes: 18 additions & 18 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>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
<name>SilkSpawners</name>
<url>https://dev.bukkit.org/projects/silkspawners/</url>
<description>Pickup, place and customize Monster Spawners</description>
Expand Down Expand Up @@ -110,82 +110,82 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_8_R1</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_8_R3</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_9_R2</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_10_R1</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_11_R1</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_12_R1</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_13_R2</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_14_R1</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_15_R1</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_16_R1</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_16_R2</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_16_R3</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_17_R1</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_18_R1</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-v1_18_R2</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -327,7 +327,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>HEAD</tag>
<tag>silkspawners-7.3.0</tag>
</scm>

<ciManagement>
Expand Down
4 changes: 2 additions & 2 deletions modules/v1_10_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>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
</dependencies>
</project>
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>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</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>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</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>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</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>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</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>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</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>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</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>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</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>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</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>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</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>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../../</relativePath>
</parent>

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

Expand Down
7 changes: 3 additions & 4 deletions modules/v1_18_R2/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>silkspawners-v1_18_R2</artifactId>
<packaging>jar</packaging>
Expand All @@ -8,7 +7,7 @@
<parent>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-parent</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../../</relativePath>
</parent>

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

Expand Down
4 changes: 2 additions & 2 deletions modules/v1_8_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>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions modules/v1_8_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>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>silkspawners-API</artifactId>
<version>7.2.1-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit f8a77dd

Please sign in to comment.