Skip to content

Commit 8d04e28

Browse files
committed
release[zfoo]: 4.1.2 release
1 parent 4e63ca9 commit 8d04e28

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<executions>
222222
<execution>
223223
<id>sign-artifacts</id>
224-
<phase>verify</phase>
224+
<phase>deploy</phase>
225225
<goals>
226226
<goal>sign</goal>
227227
</goals>

event/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<executions>
190190
<execution>
191191
<id>sign-artifacts</id>
192-
<phase>verify</phase>
192+
<phase>deploy</phase>
193193
<goals>
194194
<goal>sign</goal>
195195
</goals>

hotswap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<executions>
202202
<execution>
203203
<id>sign-artifacts</id>
204-
<phase>verify</phase>
204+
<phase>deploy</phase>
205205
<goals>
206206
<goal>sign</goal>
207207
</goals>

monitor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
<executions>
195195
<execution>
196196
<id>sign-artifacts</id>
197-
<phase>verify</phase>
197+
<phase>deploy</phase>
198198
<goals>
199199
<goal>sign</goal>
200200
</goals>

net/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
<executions>
250250
<execution>
251251
<id>sign-artifacts</id>
252-
<phase>verify</phase>
252+
<phase>deploy</phase>
253253
<goals>
254254
<goal>sign</goal>
255255
</goals>

orm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
<executions>
213213
<execution>
214214
<id>sign-artifacts</id>
215-
<phase>verify</phase>
215+
<phase>deploy</phase>
216216
<goals>
217217
<goal>sign</goal>
218218
</goals>

protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
<executions>
261261
<execution>
262262
<id>sign-artifacts</id>
263-
<phase>verify</phase>
263+
<phase>deploy</phase>
264264
<goals>
265265
<goal>sign</goal>
266266
</goals>

scheduler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<executions>
189189
<execution>
190190
<id>sign-artifacts</id>
191-
<phase>verify</phase>
191+
<phase>deploy</phase>
192192
<goals>
193193
<goal>sign</goal>
194194
</goals>

storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<executions>
212212
<execution>
213213
<id>sign-artifacts</id>
214-
<phase>verify</phase>
214+
<phase>deploy</phase>
215215
<goals>
216216
<goal>sign</goal>
217217
</goals>

0 commit comments

Comments
 (0)