-
Notifications
You must be signed in to change notification settings - Fork 2
/
zero-v-update.sh
executable file
·74 lines (69 loc) · 3.7 KB
/
zero-v-update.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#!/usr/bin/env bash
# 拷贝核心框架
cp pom-update.xml ./vertx-gaia/pom-update.xml
cp pom-update.xml ./vertx-gaia/vertx-ams/pom-update.xml
cp pom-update.xml ./vertx-gaia/vertx-co/pom-update.xml
cp pom-update.xml ./vertx-gaia/vertx-rx/pom-update.xml
cp pom-update.xml ./vertx-gaia/vertx-tp/pom-update.xml
cp pom-update.xml ./vertx-gaia/vertx-up/pom-update.xml
# 拷贝插件
cp pom-update.xml ./vertx-ifx/pom-update.xml
cp pom-update.xml ./vertx-ifx/zero-ifx-es/pom-update.xml
cp pom-update.xml ./vertx-ifx/zero-ifx-excel/pom-update.xml
cp pom-update.xml ./vertx-ifx/zero-ifx-feign/pom-update.xml
cp pom-update.xml ./vertx-ifx/zero-ifx-history/pom-update.xml
cp pom-update.xml ./vertx-ifx/zero-ifx-iqiy/pom-update.xml
cp pom-update.xml ./vertx-ifx/zero-ifx-mongo/pom-update.xml
# cp pom-update.xml ./vertx-ifx/zero-ifx-native/pom-update.xml
cp pom-update.xml ./vertx-ifx/zero-ifx-neo4j/pom-update.xml
cp pom-update.xml ./vertx-ifx/zero-ifx-redis/pom-update.xml
cp pom-update.xml ./vertx-ifx/zero-ifx-shell/pom-update.xml
cp pom-update.xml ./vertx-ifx/zero-ifx-sms/pom-update.xml
cp pom-update.xml ./vertx-ifx/zero-ifx-git/pom-update.xml
cp pom-update.xml ./vertx-ifx/zero-ifx-auth/pom-update.xml
cp pom-update.xml ./vertx-ifx/zero-ifx-ftp/pom-update.xml
cp pom-update.xml ./vertx-ifx/zero-ifx-stomp/pom-update.xml
cp pom-update.xml ./vertx-ifx/zero-ifx-liquibase/pom-update.xml
# cp pom-update.xml ./vertx-ifx/zero-ifx-store/pom-update.xml
# 根项目
cp pom-update.xml ./vertx-import/pom-update.xml
# 扩展框架
cp pom-update.xml ./vertx-pin/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-ambient/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-atom/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-crud/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-erp/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-fm/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-graphic/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-jet/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-ke/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-lbs/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-psi/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-rbac/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-router/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-ui/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-wf/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-is/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-battery/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-tpl/pom-update.xml
# Vie / Vista
cp pom-update.xml ./vertx-pin/zero-vie/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-vista/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-vista/infix-mysql/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-vista/infix-oracle/pom-update.xml
cp pom-update.xml ./vertx-pin/zero-vista/infix-hed/pom-update.xml
# =======================================================================
# 微服务 / 原生云
cp pom-update.xml ./vertx-semper/pom-update.xml
cp pom-update.xml ./vertx-semper/aeon-ecology/pom-update.xml
cp pom-update.xml ./vertx-semper/aeon-ecology/aeon-ambient/pom-update.xml
cp pom-update.xml ./vertx-semper/aeon-ecology/aeon-vie/pom-update.xml
cp pom-update.xml ./vertx-semper/aeon-edge/pom-update.xml
cp pom-update.xml ./vertx-semper/aeon-edge/aeon-aurora/pom-update.xml
cp pom-update.xml ./vertx-semper/aeon-edge/aeon-code/pom-update.xml
cp pom-update.xml ./vertx-semper/aeon-eternal/pom-update.xml
cp pom-update.xml ./vertx-semper/aeon-eternal/aeon-cosmos/pom-update.xml
cp pom-update.xml ./vertx-semper/aeon-eternal/aeon-inlet/pom-update.xml
cp pom-update.xml ./vertx-semper/aeon-eternal/aeon-istio/pom-update.xml
cp pom-update.xml ./vertx-semper/aeon-eternal/aeon-k8s/pom-update.xml
cp pom-update.xml ./vertx-semper/aeon-eternal/aeon-up/pom-update.xml