Skip to content

Commit ea8eb06

Browse files
committed
[maven-release-plugin] prepare release silkspawners-8.1.0
1 parent d46f62a commit ea8eb06

File tree

23 files changed

+70
-73
lines changed

23 files changed

+70
-73
lines changed

modules/API/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<artifactId>silkspawners-API</artifactId>
44
<packaging>jar</packaging>
55
<name>SilkSpawners API</name>
6-
<version>8.0.1-SNAPSHOT</version>
6+
<version>8.1.0</version>
77

88
<parent>
99
<groupId>de.dustplanet</groupId>
1010
<artifactId>silkspawners-parent</artifactId>
11-
<version>8.0.1-SNAPSHOT</version>
11+
<version>8.1.0</version>
1212
<relativePath>../../</relativePath>
1313
</parent>
1414

modules/SilkSpawners/pom.xml

+24-25
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>de.dustplanet</groupId>
54
<artifactId>silkspawners</artifactId>
65
<packaging>jar</packaging>
7-
<version>8.0.1-SNAPSHOT</version>
6+
<version>8.1.0</version>
87
<name>SilkSpawners</name>
98
<url>https://dev.bukkit.org/projects/silkspawners/</url>
109
<description>Pickup, place and customize Monster Spawners</description>
@@ -117,107 +116,107 @@
117116
<dependency>
118117
<groupId>de.dustplanet</groupId>
119118
<artifactId>silkspawners-v1_8_R3</artifactId>
120-
<version>8.0.1-SNAPSHOT</version>
119+
<version>8.1.0</version>
121120
</dependency>
122121
<dependency>
123122
<groupId>de.dustplanet</groupId>
124123
<artifactId>silkspawners-v1_11_R1</artifactId>
125-
<version>8.0.1-SNAPSHOT</version>
124+
<version>8.1.0</version>
126125
</dependency>
127126
<dependency>
128127
<groupId>de.dustplanet</groupId>
129128
<artifactId>silkspawners-v1_12_R1</artifactId>
130-
<version>8.0.1-SNAPSHOT</version>
129+
<version>8.1.0</version>
131130
</dependency>
132131
<dependency>
133132
<groupId>de.dustplanet</groupId>
134133
<artifactId>silkspawners-v1_13_R2</artifactId>
135-
<version>8.0.1-SNAPSHOT</version>
134+
<version>8.1.0</version>
136135
</dependency>
137136
<dependency>
138137
<groupId>de.dustplanet</groupId>
139138
<artifactId>silkspawners-v1_14_R1</artifactId>
140-
<version>8.0.1-SNAPSHOT</version>
139+
<version>8.1.0</version>
141140
</dependency>
142141
<dependency>
143142
<groupId>de.dustplanet</groupId>
144143
<artifactId>silkspawners-v1_15_R1</artifactId>
145-
<version>8.0.1-SNAPSHOT</version>
144+
<version>8.1.0</version>
146145
</dependency>
147146
<dependency>
148147
<groupId>de.dustplanet</groupId>
149148
<artifactId>silkspawners-v1_16_R1</artifactId>
150-
<version>8.0.1-SNAPSHOT</version>
149+
<version>8.1.0</version>
151150
</dependency>
152151
<dependency>
153152
<groupId>de.dustplanet</groupId>
154153
<artifactId>silkspawners-v1_16_R2</artifactId>
155-
<version>8.0.1-SNAPSHOT</version>
154+
<version>8.1.0</version>
156155
</dependency>
157156
<dependency>
158157
<groupId>de.dustplanet</groupId>
159158
<artifactId>silkspawners-v1_16_R3</artifactId>
160-
<version>8.0.1-SNAPSHOT</version>
159+
<version>8.1.0</version>
161160
</dependency>
162161
<dependency>
163162
<groupId>de.dustplanet</groupId>
164163
<artifactId>silkspawners-v1_17_R1</artifactId>
165-
<version>8.0.1-SNAPSHOT</version>
164+
<version>8.1.0</version>
166165
</dependency>
167166
<dependency>
168167
<groupId>de.dustplanet</groupId>
169168
<artifactId>silkspawners-v1_18_R1</artifactId>
170-
<version>8.0.1-SNAPSHOT</version>
169+
<version>8.1.0</version>
171170
</dependency>
172171
<dependency>
173172
<groupId>de.dustplanet</groupId>
174173
<artifactId>silkspawners-v1_18_R2</artifactId>
175-
<version>8.0.1-SNAPSHOT</version>
174+
<version>8.1.0</version>
176175
</dependency>
177176
<dependency>
178177
<groupId>de.dustplanet</groupId>
179178
<artifactId>silkspawners-v1_19_R1</artifactId>
180-
<version>8.0.1-SNAPSHOT</version>
179+
<version>8.1.0</version>
181180
</dependency>
182181
<dependency>
183182
<groupId>de.dustplanet</groupId>
184183
<artifactId>silkspawners-v1_19_R2</artifactId>
185-
<version>8.0.1-SNAPSHOT</version>
184+
<version>8.1.0</version>
186185
</dependency>
187186
<dependency>
188187
<groupId>de.dustplanet</groupId>
189188
<artifactId>silkspawners-v1_19_R3</artifactId>
190-
<version>8.0.1-SNAPSHOT</version>
189+
<version>8.1.0</version>
191190
</dependency>
192191
<dependency>
193192
<groupId>de.dustplanet</groupId>
194193
<artifactId>silkspawners-v1_20_R1</artifactId>
195-
<version>8.0.1-SNAPSHOT</version>
194+
<version>8.1.0</version>
196195
</dependency>
197196
<dependency>
198197
<groupId>de.dustplanet</groupId>
199198
<artifactId>silkspawners-v1_20_R2</artifactId>
200-
<version>8.0.1-SNAPSHOT</version>
199+
<version>8.1.0</version>
201200
</dependency>
202201
<dependency>
203202
<groupId>de.dustplanet</groupId>
204203
<artifactId>silkspawners-v1_20_R3</artifactId>
205-
<version>8.0.1-SNAPSHOT</version>
204+
<version>8.1.0</version>
206205
</dependency>
207206
<dependency>
208207
<groupId>de.dustplanet</groupId>
209208
<artifactId>silkspawners-v1_20_R4</artifactId>
210-
<version>8.0.1-SNAPSHOT</version>
209+
<version>8.1.0</version>
211210
</dependency>
212211
<dependency>
213212
<groupId>de.dustplanet</groupId>
214213
<artifactId>silkspawners-v1_21_R1</artifactId>
215-
<version>8.0.1-SNAPSHOT</version>
214+
<version>8.1.0</version>
216215
</dependency>
217216
<dependency>
218217
<groupId>de.dustplanet</groupId>
219218
<artifactId>silkspawners-API</artifactId>
220-
<version>8.0.1-SNAPSHOT</version>
219+
<version>8.1.0</version>
221220
</dependency>
222221
</dependencies>
223222

@@ -359,7 +358,7 @@
359358
<url>https://github.com/timbru31/SilkSpawners</url>
360359
<connection>scm:git:git://github.com/timbru31/SilkSpawners.git</connection>
361360
<developerConnection>scm:git:git@github.com:timbru31/SilkSpawners.git</developerConnection>
362-
<tag>HEAD</tag>
361+
<tag>silkspawners-8.1.0</tag>
363362
</scm>
364363

365364
<ciManagement>

modules/v1_11_R1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.dustplanet</groupId>
99
<artifactId>silkspawners-parent</artifactId>
10-
<version>8.0.1-SNAPSHOT</version>
10+
<version>8.1.0</version>
1111
<relativePath>../../</relativePath>
1212
</parent>
1313

@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>de.dustplanet</groupId>
2828
<artifactId>silkspawners-API</artifactId>
29-
<version>8.0.1-SNAPSHOT</version>
29+
<version>8.1.0</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

modules/v1_12_R1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.dustplanet</groupId>
99
<artifactId>silkspawners-parent</artifactId>
10-
<version>8.0.1-SNAPSHOT</version>
10+
<version>8.1.0</version>
1111
<relativePath>../../</relativePath>
1212
</parent>
1313

@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>de.dustplanet</groupId>
2828
<artifactId>silkspawners-API</artifactId>
29-
<version>8.0.1-SNAPSHOT</version>
29+
<version>8.1.0</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

modules/v1_13_R2/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.dustplanet</groupId>
99
<artifactId>silkspawners-parent</artifactId>
10-
<version>8.0.1-SNAPSHOT</version>
10+
<version>8.1.0</version>
1111
<relativePath>../../</relativePath>
1212
</parent>
1313

@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>de.dustplanet</groupId>
2828
<artifactId>silkspawners-API</artifactId>
29-
<version>8.0.1-SNAPSHOT</version>
29+
<version>8.1.0</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

modules/v1_14_R1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.dustplanet</groupId>
99
<artifactId>silkspawners-parent</artifactId>
10-
<version>8.0.1-SNAPSHOT</version>
10+
<version>8.1.0</version>
1111
<relativePath>../../</relativePath>
1212
</parent>
1313

@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>de.dustplanet</groupId>
2828
<artifactId>silkspawners-API</artifactId>
29-
<version>8.0.1-SNAPSHOT</version>
29+
<version>8.1.0</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

modules/v1_15_R1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.dustplanet</groupId>
99
<artifactId>silkspawners-parent</artifactId>
10-
<version>8.0.1-SNAPSHOT</version>
10+
<version>8.1.0</version>
1111
<relativePath>../../</relativePath>
1212
</parent>
1313

@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>de.dustplanet</groupId>
2828
<artifactId>silkspawners-API</artifactId>
29-
<version>8.0.1-SNAPSHOT</version>
29+
<version>8.1.0</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

modules/v1_16_R1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.dustplanet</groupId>
99
<artifactId>silkspawners-parent</artifactId>
10-
<version>8.0.1-SNAPSHOT</version>
10+
<version>8.1.0</version>
1111
<relativePath>../../</relativePath>
1212
</parent>
1313

@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>de.dustplanet</groupId>
2828
<artifactId>silkspawners-API</artifactId>
29-
<version>8.0.1-SNAPSHOT</version>
29+
<version>8.1.0</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

modules/v1_16_R2/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.dustplanet</groupId>
99
<artifactId>silkspawners-parent</artifactId>
10-
<version>8.0.1-SNAPSHOT</version>
10+
<version>8.1.0</version>
1111
<relativePath>../../</relativePath>
1212
</parent>
1313

@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>de.dustplanet</groupId>
2828
<artifactId>silkspawners-API</artifactId>
29-
<version>8.0.1-SNAPSHOT</version>
29+
<version>8.1.0</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

modules/v1_16_R3/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.dustplanet</groupId>
99
<artifactId>silkspawners-parent</artifactId>
10-
<version>8.0.1-SNAPSHOT</version>
10+
<version>8.1.0</version>
1111
<relativePath>../../</relativePath>
1212
</parent>
1313

@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>de.dustplanet</groupId>
2828
<artifactId>silkspawners-API</artifactId>
29-
<version>8.0.1-SNAPSHOT</version>
29+
<version>8.1.0</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

modules/v1_17_R1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.dustplanet</groupId>
99
<artifactId>silkspawners-parent</artifactId>
10-
<version>8.0.1-SNAPSHOT</version>
10+
<version>8.1.0</version>
1111
<relativePath>../../</relativePath>
1212
</parent>
1313

@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>de.dustplanet</groupId>
3030
<artifactId>silkspawners-API</artifactId>
31-
<version>8.0.1-SNAPSHOT</version>
31+
<version>8.1.0</version>
3232
</dependency>
3333
</dependencies>
3434

modules/v1_18_R1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.dustplanet</groupId>
99
<artifactId>silkspawners-parent</artifactId>
10-
<version>8.0.1-SNAPSHOT</version>
10+
<version>8.1.0</version>
1111
<relativePath>../../</relativePath>
1212
</parent>
1313

@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>de.dustplanet</groupId>
3030
<artifactId>silkspawners-API</artifactId>
31-
<version>8.0.1-SNAPSHOT</version>
31+
<version>8.1.0</version>
3232
</dependency>
3333
</dependencies>
3434

modules/v1_18_R2/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.dustplanet</groupId>
99
<artifactId>silkspawners-parent</artifactId>
10-
<version>8.0.1-SNAPSHOT</version>
10+
<version>8.1.0</version>
1111
<relativePath>../../</relativePath>
1212
</parent>
1313

@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>de.dustplanet</groupId>
3030
<artifactId>silkspawners-API</artifactId>
31-
<version>8.0.1-SNAPSHOT</version>
31+
<version>8.1.0</version>
3232
</dependency>
3333
</dependencies>
3434

modules/v1_19_R1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.dustplanet</groupId>
99
<artifactId>silkspawners-parent</artifactId>
10-
<version>8.0.1-SNAPSHOT</version>
10+
<version>8.1.0</version>
1111
<relativePath>../../</relativePath>
1212
</parent>
1313

@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>de.dustplanet</groupId>
3030
<artifactId>silkspawners-API</artifactId>
31-
<version>8.0.1-SNAPSHOT</version>
31+
<version>8.1.0</version>
3232
</dependency>
3333
</dependencies>
3434

modules/v1_19_R2/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.dustplanet</groupId>
99
<artifactId>silkspawners-parent</artifactId>
10-
<version>8.0.1-SNAPSHOT</version>
10+
<version>8.1.0</version>
1111
<relativePath>../../</relativePath>
1212
</parent>
1313

@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>de.dustplanet</groupId>
3030
<artifactId>silkspawners-API</artifactId>
31-
<version>8.0.1-SNAPSHOT</version>
31+
<version>8.1.0</version>
3232
</dependency>
3333
</dependencies>
3434

0 commit comments

Comments
 (0)