Skip to content

Commit

Permalink
[maven-release-plugin] prepare release SilkSpawners-6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed May 18, 2020
1 parent 55485c4 commit 1354b98
Show file tree
Hide file tree
Showing 15 changed files with 69 additions and 82 deletions.
7 changes: 3 additions & 4 deletions modules/API/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<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-API</artifactId>
<packaging>jar</packaging>
<name>SilkSpawners API</name>
<version>API</version>
<version>6.1.0</version>

<parent>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-parent</artifactId>
<version>parent</version>
<version>6.1.0</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
33 changes: 16 additions & 17 deletions modules/SilkSpawners/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<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>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners</artifactId>
<packaging>jar</packaging>
<version>6.0.2-SNAPSHOT</version>
<version>6.1.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 @@ -120,79 +118,79 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-v1_8_R1</artifactId>
<version>v1_8_R1</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-v1_8_R2</artifactId>
<version>v1_8_R2</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-v1_8_R3</artifactId>
<version>v1_8_R3</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-v1_9_R1</artifactId>
<version>v1_9_R1</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-v1_9_R2</artifactId>
<version>v1_9_R2</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-v1_10_R1</artifactId>
<version>v1_10_R1</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-v1_11_R1</artifactId>
<version>v1_11_R1</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-v1_12_R1</artifactId>
<version>v1_12_R1</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-v1_13_R1</artifactId>
<version>v1_13_R1</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-v1_13_R2</artifactId>
<version>v1_13_R2</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-v1_14_R1</artifactId>
<version>v1_14_R1</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-v1_15_R1</artifactId>
<version>v1_15_R1</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-API</artifactId>
<version>API</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down Expand Up @@ -282,6 +280,7 @@
<url>https://github.com/timbru31/SilkSpawners</url>
<connection>scm:git:git://github.com/timbru31/SilkSpawners.git</connection>
<developerConnection>scm:git:git@github.com:timbru31/SilkSpawners.git</developerConnection>
<tag>SilkSpawners-6.1.0</tag>
</scm>

<ciManagement>
Expand Down
9 changes: 4 additions & 5 deletions modules/v1_10_R1/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<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_10_R1</artifactId>
<packaging>jar</packaging>
<name>SilkSpawners for v1_10_R1</name>
<version>v1_10_R1</version>
<version>6.1.0</version>

<parent>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-parent</artifactId>
<version>parent</version>
<version>6.1.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -29,7 +28,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-API</artifactId>
<version>API</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
9 changes: 4 additions & 5 deletions modules/v1_11_R1/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<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_11_R1</artifactId>
<packaging>jar</packaging>
<name>SilkSpawners for v1_11_R1</name>
<version>v1_11_R1</version>
<version>6.1.0</version>

<parent>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-parent</artifactId>
<version>parent</version>
<version>6.1.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -29,7 +28,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-API</artifactId>
<version>API</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
9 changes: 4 additions & 5 deletions modules/v1_12_R1/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<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_12_R1</artifactId>
<packaging>jar</packaging>
<name>SilkSpawners for v1_12_R1</name>
<version>v1_12_R1</version>
<version>6.1.0</version>

<parent>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-parent</artifactId>
<version>parent</version>
<version>6.1.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -29,7 +28,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-API</artifactId>
<version>API</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
9 changes: 4 additions & 5 deletions modules/v1_13_R1/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<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_13_R1</artifactId>
<packaging>jar</packaging>
<name>SilkSpawners for v1_13_R1</name>
<version>v1_13_R1</version>
<version>6.1.0</version>

<parent>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-parent</artifactId>
<version>parent</version>
<version>6.1.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -29,7 +28,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-API</artifactId>
<version>API</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
9 changes: 4 additions & 5 deletions modules/v1_13_R2/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<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_13_R2</artifactId>
<packaging>jar</packaging>
<name>SilkSpawners for v1_13_R2</name>
<version>v1_13_R2</version>
<version>6.1.0</version>

<parent>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-parent</artifactId>
<version>parent</version>
<version>6.1.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -29,7 +28,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-API</artifactId>
<version>API</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
9 changes: 4 additions & 5 deletions modules/v1_14_R1/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<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_14_R1</artifactId>
<packaging>jar</packaging>
<name>SilkSpawners for v1_14_R1</name>
<version>v1_14_R1</version>
<version>6.1.0</version>

<parent>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-parent</artifactId>
<version>parent</version>
<version>6.1.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -29,7 +28,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-API</artifactId>
<version>API</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
9 changes: 4 additions & 5 deletions modules/v1_15_R1/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<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_15_R1</artifactId>
<packaging>jar</packaging>
<name>SilkSpawners for v1_15_R1</name>
<version>v1_15_R1</version>
<version>6.1.0</version>

<parent>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-parent</artifactId>
<version>parent</version>
<version>6.1.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -29,7 +28,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-API</artifactId>
<version>API</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
9 changes: 4 additions & 5 deletions modules/v1_8_R1/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<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_8_R1</artifactId>
<packaging>jar</packaging>
<name>SilkSpawners for v1_8_R1</name>
<version>v1_8_R1</version>
<version>6.1.0</version>

<parent>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-parent</artifactId>
<version>parent</version>
<version>6.1.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -29,7 +28,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-API</artifactId>
<version>API</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
9 changes: 4 additions & 5 deletions modules/v1_8_R2/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<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_8_R2</artifactId>
<packaging>jar</packaging>
<name>SilkSpawners for v1_8_R2</name>
<version>v1_8_R2</version>
<version>6.1.0</version>

<parent>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-parent</artifactId>
<version>parent</version>
<version>6.1.0</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -29,7 +28,7 @@
<dependency>
<groupId>de.dustplanet</groupId>
<artifactId>SilkSpawners-API</artifactId>
<version>API</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit 1354b98

Please sign in to comment.