|
18 | 18 | <spring-cloud.version>3.1.0</spring-cloud.version> |
19 | 19 | <maven-plugin-plugin.version>3.6.2</maven-plugin-plugin.version> |
20 | 20 | <build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version> |
| 21 | + <xml-maven-plugin.version>1.0.2</xml-maven-plugin.version> |
21 | 22 | </properties> |
22 | 23 | <dependencyManagement> |
23 | 24 | <dependencies> |
|
31 | 32 | <dependency> |
32 | 33 | <groupId>org.minbox.framework</groupId> |
33 | 34 | <artifactId>api-boot</artifactId> |
34 | | - <version>${project.version}</version> |
| 35 | + <version>${revision}</version> |
35 | 36 | </dependency> |
36 | 37 | <dependency> |
37 | 38 | <groupId>org.minbox.framework</groupId> |
38 | 39 | <artifactId>api-boot-autoconfigure</artifactId> |
39 | | - <version>${project.version}</version> |
| 40 | + <version>${revision}</version> |
40 | 41 | </dependency> |
41 | 42 | <dependency> |
42 | 43 | <groupId>org.minbox.framework</groupId> |
43 | 44 | <artifactId>api-boot-common</artifactId> |
44 | | - <version>${project.version}</version> |
| 45 | + <version>${revision}</version> |
45 | 46 | </dependency> |
46 | 47 | <dependency> |
47 | 48 | <groupId>org.minbox.framework</groupId> |
48 | 49 | <artifactId>api-boot-tools</artifactId> |
49 | | - <version>${project.version}</version> |
| 50 | + <version>${revision}</version> |
50 | 51 | </dependency> |
51 | 52 | <dependency> |
52 | 53 | <groupId>org.minbox.framework</groupId> |
53 | 54 | <artifactId>api-boot-starter</artifactId> |
54 | | - <version>${project.version}</version> |
| 55 | + <version>${revision}</version> |
55 | 56 | </dependency> |
56 | 57 | <dependency> |
57 | 58 | <groupId>org.minbox.framework</groupId> |
58 | 59 | <artifactId>api-boot-starter-http-converter</artifactId> |
59 | | - <version>${project.version}</version> |
| 60 | + <version>${revision}</version> |
60 | 61 | </dependency> |
61 | 62 | <dependency> |
62 | 63 | <groupId>org.minbox.framework</groupId> |
63 | 64 | <artifactId>api-boot-starter-swagger</artifactId> |
64 | | - <version>${project.version}</version> |
| 65 | + <version>${revision}</version> |
65 | 66 | </dependency> |
66 | 67 | <dependency> |
67 | 68 | <groupId>org.minbox.framework</groupId> |
68 | 69 | <artifactId>api-boot-starter-security-oauth-jwt</artifactId> |
69 | | - <version>${project.version}</version> |
| 70 | + <version>${revision}</version> |
70 | 71 | </dependency> |
71 | 72 | <dependency> |
72 | 73 | <groupId>org.minbox.framework</groupId> |
73 | 74 | <artifactId>api-boot-starter-alibaba-oss</artifactId> |
74 | | - <version>${project.version}</version> |
| 75 | + <version>${revision}</version> |
75 | 76 | </dependency> |
76 | 77 | <dependency> |
77 | 78 | <groupId>org.minbox.framework</groupId> |
78 | 79 | <artifactId>api-boot-starter-alibaba-sms</artifactId> |
79 | | - <version>${project.version}</version> |
| 80 | + <version>${revision}</version> |
80 | 81 | </dependency> |
81 | 82 | <dependency> |
82 | 83 | <groupId>org.minbox.framework</groupId> |
83 | 84 | <artifactId>api-boot-starter-quartz</artifactId> |
84 | | - <version>${project.version}</version> |
| 85 | + <version>${revision}</version> |
85 | 86 | </dependency> |
86 | 87 | <dependency> |
87 | 88 | <groupId>org.minbox.framework</groupId> |
88 | 89 | <artifactId>api-boot-starter-datasource-switch</artifactId> |
89 | | - <version>${project.version}</version> |
| 90 | + <version>${revision}</version> |
90 | 91 | </dependency> |
91 | 92 | <dependency> |
92 | 93 | <groupId>org.minbox.framework</groupId> |
93 | 94 | <artifactId>api-boot-starter-resource-load</artifactId> |
94 | | - <version>${project.version}</version> |
| 95 | + <version>${revision}</version> |
95 | 96 | </dependency> |
96 | 97 | <dependency> |
97 | 98 | <groupId>org.minbox.framework</groupId> |
98 | 99 | <artifactId>api-boot-starter-message-push</artifactId> |
99 | | - <version>${project.version}</version> |
| 100 | + <version>${revision}</version> |
100 | 101 | </dependency> |
101 | 102 | <dependency> |
102 | 103 | <groupId>org.minbox.framework</groupId> |
103 | 104 | <artifactId>api-boot-starter-mybatis-pageable</artifactId> |
104 | | - <version>${project.version}</version> |
| 105 | + <version>${revision}</version> |
105 | 106 | </dependency> |
106 | 107 | <dependency> |
107 | 108 | <groupId>org.minbox.framework</groupId> |
108 | 109 | <artifactId>api-boot-starter-mybatis-enhance</artifactId> |
109 | | - <version>${project.version}</version> |
| 110 | + <version>${revision}</version> |
110 | 111 | </dependency> |
111 | 112 | <dependency> |
112 | 113 | <groupId>org.minbox.framework</groupId> |
113 | 114 | <artifactId>api-boot-starter-rate-limiter</artifactId> |
114 | | - <version>${project.version}</version> |
| 115 | + <version>${revision}</version> |
115 | 116 | </dependency> |
116 | 117 | <dependency> |
117 | 118 | <groupId>org.minbox.framework</groupId> |
118 | 119 | <artifactId>api-boot-starter-logging</artifactId> |
119 | | - <version>${project.version}</version> |
| 120 | + <version>${revision}</version> |
120 | 121 | </dependency> |
121 | 122 | <dependency> |
122 | 123 | <groupId>org.minbox.framework</groupId> |
123 | 124 | <artifactId>api-boot-starter-logging-admin</artifactId> |
124 | | - <version>${project.version}</version> |
| 125 | + <version>${revision}</version> |
125 | 126 | </dependency> |
126 | 127 | <dependency> |
127 | 128 | <groupId>org.minbox.framework</groupId> |
128 | 129 | <artifactId>api-boot-starter-mail</artifactId> |
129 | | - <version>${project.version}</version> |
| 130 | + <version>${revision}</version> |
130 | 131 | </dependency> |
131 | 132 | <dependency> |
132 | 133 | <groupId>org.minbox.framework</groupId> |
133 | 134 | <artifactId>api-boot-starter-sequence</artifactId> |
134 | | - <version>${project.version}</version> |
| 135 | + <version>${revision}</version> |
135 | 136 | </dependency> |
136 | 137 | <dependency> |
137 | 138 | <groupId>org.minbox.framework</groupId> |
138 | 139 | <artifactId>api-boot-starter-mongo-client-settings</artifactId> |
139 | | - <version>${project.version}</version> |
| 140 | + <version>${revision}</version> |
140 | 141 | </dependency> |
141 | 142 | <dependency> |
142 | 143 | <groupId>org.minbox.framework</groupId> |
143 | 144 | <artifactId>api-boot-starter-message-pipe-client</artifactId> |
144 | | - <version>${project.version}</version> |
| 145 | + <version>${revision}</version> |
145 | 146 | </dependency> |
146 | 147 | <dependency> |
147 | 148 | <groupId>org.minbox.framework</groupId> |
148 | 149 | <artifactId>api-boot-starter-message-pipe-server</artifactId> |
149 | | - <version>${project.version}</version> |
| 150 | + <version>${revision}</version> |
150 | 151 | </dependency> |
151 | 152 | <dependency> |
152 | 153 | <groupId>org.minbox.framework</groupId> |
153 | 154 | <artifactId>api-boot-starter-ssh-agent</artifactId> |
154 | | - <version>${project.version}</version> |
| 155 | + <version>${revision}</version> |
155 | 156 | </dependency> |
156 | 157 | <dependency> |
157 | 158 | <groupId>org.minbox.framework</groupId> |
158 | 159 | <artifactId>api-boot-starter-grace</artifactId> |
159 | | - <version>${project.version}</version> |
| 160 | + <version>${revision}</version> |
160 | 161 | </dependency> |
161 | 162 | </dependencies> |
162 | 163 | </dependencyManagement> |
|
177 | 178 | <plugin> |
178 | 179 | <groupId>org.minbox.framework</groupId> |
179 | 180 | <artifactId>api-boot-maven-plugin-code-builder</artifactId> |
180 | | - <version>${project.version}</version> |
| 181 | + <version>${revision}</version> |
181 | 182 | </plugin> |
182 | 183 | <plugin> |
183 | 184 | <groupId>org.apache.maven.plugins</groupId> |
|
187 | 188 | <plugin> |
188 | 189 | <groupId>org.minbox.framework</groupId> |
189 | 190 | <artifactId>api-boot-mybatis-enhance-maven-codegen</artifactId> |
190 | | - <version>${project.version}</version> |
| 191 | + <version>${revision}</version> |
| 192 | + </plugin> |
| 193 | + <plugin> |
| 194 | + <groupId>org.codehaus.mojo</groupId> |
| 195 | + <artifactId>xml-maven-plugin</artifactId> |
| 196 | + <version>${xml-maven-plugin.version}</version> |
191 | 197 | </plugin> |
192 | 198 | </plugins> |
193 | 199 | </pluginManagement> |
| 200 | + <plugins> |
| 201 | + <plugin> |
| 202 | + <groupId>org.codehaus.mojo</groupId> |
| 203 | + <artifactId>xml-maven-plugin</artifactId> |
| 204 | + <inherited>false</inherited> |
| 205 | + <executions> |
| 206 | + <execution> |
| 207 | + <id>post-process-flattened-pom</id> |
| 208 | + <phase>process-resources</phase> |
| 209 | + <goals> |
| 210 | + <goal>transform</goal> |
| 211 | + </goals> |
| 212 | + <configuration> |
| 213 | + <transformationSets> |
| 214 | + <transformationSet> |
| 215 | + <dir>${project.basedir}</dir> |
| 216 | + <outputDir>${project.basedir}</outputDir> |
| 217 | + <includes>.flattened-pom.xml</includes> |
| 218 | + <stylesheet>src/main/xslt/post-process-flattened-pom.xsl</stylesheet> |
| 219 | + <outputProperties> |
| 220 | + <outputProperty> |
| 221 | + <name>indent</name> |
| 222 | + <value>yes</value> |
| 223 | + </outputProperty> |
| 224 | + </outputProperties> |
| 225 | + </transformationSet> |
| 226 | + </transformationSets> |
| 227 | + </configuration> |
| 228 | + </execution> |
| 229 | + </executions> |
| 230 | + </plugin> |
| 231 | + </plugins> |
194 | 232 | </build> |
195 | 233 | </project> |
0 commit comments