Skip to content

Commit b73d5db

Browse files
committed
ci[publish]: missing distributionManagement tag
1 parent 7b3a289 commit b73d5db

File tree

10 files changed

+70
-0
lines changed

10 files changed

+70
-0
lines changed

boot/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,11 @@
280280
<developerConnection>scm:git:ssh://[email protected]:zfoo-project/zfoo.git</developerConnection>
281281
<url>https://github.com/zfoo-project/zfoo</url>
282282
</scm>
283+
284+
<distributionManagement>
285+
<repository>
286+
<id>ossrh</id>
287+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
288+
</repository>
289+
</distributionManagement>
283290
</project>

event/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,11 @@
247247
<developerConnection>scm:git:ssh://[email protected]:zfoo-project/zfoo.git</developerConnection>
248248
<url>https://github.com/zfoo-project/zfoo</url>
249249
</scm>
250+
251+
<distributionManagement>
252+
<repository>
253+
<id>ossrh</id>
254+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
255+
</repository>
256+
</distributionManagement>
250257
</project>

hotswap/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,11 @@
260260
<developerConnection>scm:git:ssh://[email protected]:zfoo-project/zfoo.git</developerConnection>
261261
<url>https://github.com/zfoo-project/zfoo</url>
262262
</scm>
263+
264+
<distributionManagement>
265+
<repository>
266+
<id>ossrh</id>
267+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
268+
</repository>
269+
</distributionManagement>
263270
</project>

monitor/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,4 +253,11 @@
253253
<developerConnection>scm:git:ssh://[email protected]:zfoo-project/zfoo.git</developerConnection>
254254
<url>https://github.com/zfoo-project/zfoo</url>
255255
</scm>
256+
257+
<distributionManagement>
258+
<repository>
259+
<id>ossrh</id>
260+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
261+
</repository>
262+
</distributionManagement>
256263
</project>

net/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,4 +308,11 @@
308308
<developerConnection>scm:git:ssh://[email protected]:zfoo-project/zfoo.git</developerConnection>
309309
<url>https://github.com/zfoo-project/zfoo</url>
310310
</scm>
311+
312+
<distributionManagement>
313+
<repository>
314+
<id>ossrh</id>
315+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
316+
</repository>
317+
</distributionManagement>
311318
</project>

orm/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,11 @@
271271
<developerConnection>scm:git:ssh://[email protected]:zfoo-project/zfoo.git</developerConnection>
272272
<url>https://github.com/zfoo-project/zfoo</url>
273273
</scm>
274+
275+
<distributionManagement>
276+
<repository>
277+
<id>ossrh</id>
278+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
279+
</repository>
280+
</distributionManagement>
274281
</project>

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
<url>https://github.com/zfoo-project/zfoo</url>
4242
</scm>
4343

44+
<distributionManagement>
45+
<repository>
46+
<id>ossrh</id>
47+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
48+
</repository>
49+
</distributionManagement>
50+
4451
<modules>
4552
<module>boot</module>
4653
<module>event</module>

protocol/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,4 +319,11 @@
319319
<developerConnection>scm:git:ssh://[email protected]:zfoo-project/zfoo.git</developerConnection>
320320
<url>https://github.com/zfoo-project/zfoo</url>
321321
</scm>
322+
323+
<distributionManagement>
324+
<repository>
325+
<id>ossrh</id>
326+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
327+
</repository>
328+
</distributionManagement>
322329
</project>

scheduler/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,11 @@
247247
<developerConnection>scm:git:ssh://[email protected]:zfoo-project/zfoo.git</developerConnection>
248248
<url>https://github.com/zfoo-project/zfoo</url>
249249
</scm>
250+
251+
<distributionManagement>
252+
<repository>
253+
<id>ossrh</id>
254+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
255+
</repository>
256+
</distributionManagement>
250257
</project>

storage/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,4 +270,11 @@
270270
<developerConnection>scm:git:ssh://[email protected]:zfoo-project/zfoo.git</developerConnection>
271271
<url>https://github.com/zfoo-project/zfoo</url>
272272
</scm>
273+
274+
<distributionManagement>
275+
<repository>
276+
<id>ossrh</id>
277+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
278+
</repository>
279+
</distributionManagement>
273280
</project>

0 commit comments

Comments
 (0)