Skip to content

Commit 2ae760f

Browse files
committed
[maven-release-plugin] prepare release silkspawners-7.4.0
1 parent f8effed commit 2ae760f

File tree

21 files changed

+70
-79
lines changed

21 files changed

+70
-79
lines changed

modules/API/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
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
<artifactId>silkspawners-API</artifactId>
54
<packaging>jar</packaging>
65
<name>SilkSpawners API</name>
7-
<version>7.3.1-SNAPSHOT</version>
6+
<version>7.4.0</version>
87

98
<parent>
109
<groupId>de.dustplanet</groupId>
1110
<artifactId>silkspawners-parent</artifactId>
12-
<version>7.3.1-SNAPSHOT</version>
11+
<version>7.4.0</version>
1312
<relativePath>../../</relativePath>
1413
</parent>
1514

modules/SilkSpawners/pom.xml

Lines changed: 22 additions & 23 deletions
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>7.3.1-SNAPSHOT</version>
6+
<version>7.4.0</version>
87
<name>SilkSpawners</name>
98
<url>https://dev.bukkit.org/projects/silkspawners/</url>
109
<description>Pickup, place and customize Monster Spawners</description>
@@ -111,97 +110,97 @@
111110
<dependency>
112111
<groupId>de.dustplanet</groupId>
113112
<artifactId>silkspawners-v1_8_R1</artifactId>
114-
<version>7.3.1-SNAPSHOT</version>
113+
<version>7.4.0</version>
115114
</dependency>
116115
<dependency>
117116
<groupId>de.dustplanet</groupId>
118117
<artifactId>silkspawners-v1_8_R3</artifactId>
119-
<version>7.3.1-SNAPSHOT</version>
118+
<version>7.4.0</version>
120119
</dependency>
121120
<dependency>
122121
<groupId>de.dustplanet</groupId>
123122
<artifactId>silkspawners-v1_9_R2</artifactId>
124-
<version>7.3.1-SNAPSHOT</version>
123+
<version>7.4.0</version>
125124
</dependency>
126125
<dependency>
127126
<groupId>de.dustplanet</groupId>
128127
<artifactId>silkspawners-v1_10_R1</artifactId>
129-
<version>7.3.1-SNAPSHOT</version>
128+
<version>7.4.0</version>
130129
</dependency>
131130
<dependency>
132131
<groupId>de.dustplanet</groupId>
133132
<artifactId>silkspawners-v1_11_R1</artifactId>
134-
<version>7.3.1-SNAPSHOT</version>
133+
<version>7.4.0</version>
135134
</dependency>
136135
<dependency>
137136
<groupId>de.dustplanet</groupId>
138137
<artifactId>silkspawners-v1_12_R1</artifactId>
139-
<version>7.3.1-SNAPSHOT</version>
138+
<version>7.4.0</version>
140139
</dependency>
141140
<dependency>
142141
<groupId>de.dustplanet</groupId>
143142
<artifactId>silkspawners-v1_13_R2</artifactId>
144-
<version>7.3.1-SNAPSHOT</version>
143+
<version>7.4.0</version>
145144
</dependency>
146145
<dependency>
147146
<groupId>de.dustplanet</groupId>
148147
<artifactId>silkspawners-v1_14_R1</artifactId>
149-
<version>7.3.1-SNAPSHOT</version>
148+
<version>7.4.0</version>
150149
</dependency>
151150
<dependency>
152151
<groupId>de.dustplanet</groupId>
153152
<artifactId>silkspawners-v1_15_R1</artifactId>
154-
<version>7.3.1-SNAPSHOT</version>
153+
<version>7.4.0</version>
155154
</dependency>
156155
<dependency>
157156
<groupId>de.dustplanet</groupId>
158157
<artifactId>silkspawners-v1_16_R1</artifactId>
159-
<version>7.3.1-SNAPSHOT</version>
158+
<version>7.4.0</version>
160159
</dependency>
161160
<dependency>
162161
<groupId>de.dustplanet</groupId>
163162
<artifactId>silkspawners-v1_16_R2</artifactId>
164-
<version>7.3.1-SNAPSHOT</version>
163+
<version>7.4.0</version>
165164
</dependency>
166165
<dependency>
167166
<groupId>de.dustplanet</groupId>
168167
<artifactId>silkspawners-v1_16_R3</artifactId>
169-
<version>7.3.1-SNAPSHOT</version>
168+
<version>7.4.0</version>
170169
</dependency>
171170
<dependency>
172171
<groupId>de.dustplanet</groupId>
173172
<artifactId>silkspawners-v1_17_R1</artifactId>
174-
<version>7.3.1-SNAPSHOT</version>
173+
<version>7.4.0</version>
175174
</dependency>
176175
<dependency>
177176
<groupId>de.dustplanet</groupId>
178177
<artifactId>silkspawners-v1_18_R1</artifactId>
179-
<version>7.3.1-SNAPSHOT</version>
178+
<version>7.4.0</version>
180179
</dependency>
181180
<dependency>
182181
<groupId>de.dustplanet</groupId>
183182
<artifactId>silkspawners-v1_18_R2</artifactId>
184-
<version>7.3.1-SNAPSHOT</version>
183+
<version>7.4.0</version>
185184
</dependency>
186185
<dependency>
187186
<groupId>de.dustplanet</groupId>
188187
<artifactId>silkspawners-v1_19_R1</artifactId>
189-
<version>7.3.1-SNAPSHOT</version>
188+
<version>7.4.0</version>
190189
</dependency>
191190
<dependency>
192191
<groupId>de.dustplanet</groupId>
193192
<artifactId>silkspawners-v1_19_R2</artifactId>
194-
<version>7.3.1-SNAPSHOT</version>
193+
<version>7.4.0</version>
195194
</dependency>
196195
<dependency>
197196
<groupId>de.dustplanet</groupId>
198197
<artifactId>silkspawners-v1_19_R3</artifactId>
199-
<version>7.3.1-SNAPSHOT</version>
198+
<version>7.4.0</version>
200199
</dependency>
201200
<dependency>
202201
<groupId>de.dustplanet</groupId>
203202
<artifactId>silkspawners-API</artifactId>
204-
<version>7.3.1-SNAPSHOT</version>
203+
<version>7.4.0</version>
205204
</dependency>
206205
</dependencies>
207206

@@ -343,7 +342,7 @@
343342
<url>https://github.com/timbru31/SilkSpawners</url>
344343
<connection>scm:git:git://github.com/timbru31/SilkSpawners.git</connection>
345344
<developerConnection>scm:git:[email protected]:timbru31/SilkSpawners.git</developerConnection>
346-
<tag>HEAD</tag>
345+
<tag>silkspawners-7.4.0</tag>
347346
</scm>
348347

349348
<ciManagement>

modules/v1_10_R1/pom.xml

Lines changed: 2 additions & 2 deletions
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>7.3.1-SNAPSHOT</version>
10+
<version>7.4.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>7.3.1-SNAPSHOT</version>
29+
<version>7.4.0</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

modules/v1_11_R1/pom.xml

Lines changed: 2 additions & 2 deletions
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>7.3.1-SNAPSHOT</version>
10+
<version>7.4.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>7.3.1-SNAPSHOT</version>
29+
<version>7.4.0</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

modules/v1_12_R1/pom.xml

Lines changed: 2 additions & 2 deletions
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>7.3.1-SNAPSHOT</version>
10+
<version>7.4.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>7.3.1-SNAPSHOT</version>
29+
<version>7.4.0</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

modules/v1_13_R2/pom.xml

Lines changed: 2 additions & 2 deletions
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>7.3.1-SNAPSHOT</version>
10+
<version>7.4.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>7.3.1-SNAPSHOT</version>
29+
<version>7.4.0</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

modules/v1_14_R1/pom.xml

Lines changed: 2 additions & 2 deletions
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>7.3.1-SNAPSHOT</version>
10+
<version>7.4.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>7.3.1-SNAPSHOT</version>
29+
<version>7.4.0</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

modules/v1_15_R1/pom.xml

Lines changed: 2 additions & 2 deletions
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>7.3.1-SNAPSHOT</version>
10+
<version>7.4.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>7.3.1-SNAPSHOT</version>
29+
<version>7.4.0</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

modules/v1_16_R1/pom.xml

Lines changed: 2 additions & 2 deletions
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>7.3.1-SNAPSHOT</version>
10+
<version>7.4.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>7.3.1-SNAPSHOT</version>
29+
<version>7.4.0</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

modules/v1_16_R2/pom.xml

Lines changed: 2 additions & 2 deletions
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>7.3.1-SNAPSHOT</version>
10+
<version>7.4.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>7.3.1-SNAPSHOT</version>
29+
<version>7.4.0</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

0 commit comments

Comments
 (0)