|
25 | 25 | <parent> |
26 | 26 | <groupId>io.wcm.maven</groupId> |
27 | 27 | <artifactId>io.wcm.maven.global-parent</artifactId> |
28 | | - <version>32</version> |
| 28 | + <version>33</version> |
29 | 29 | <relativePath /> |
30 | 30 | </parent> |
31 | 31 |
|
32 | 32 | <groupId>io.wcm.devops</groupId> |
33 | 33 | <artifactId>io.wcm.devops.parent_toplevel</artifactId> |
34 | | - <version>1.2.2</version> |
| 34 | + <version>1.2.4</version> |
35 | 35 | <packaging>pom</packaging> |
36 | 36 |
|
37 | 37 | <name>Toplevel Parent</name> |
|
211 | 211 | </plugin> |
212 | 212 |
|
213 | 213 | <!-- GitFlow settings only for this POM --> |
| 214 | + <plugin> |
| 215 | + <groupId>com.amashchenko.maven.plugin</groupId> |
| 216 | + <artifactId>gitflow-maven-plugin</artifactId> |
| 217 | + <inherited>false</inherited> |
| 218 | + <configuration> |
| 219 | + <gitFlowConfig> |
| 220 | + <releaseBranchPrefix>release/${project.artifactId}-</releaseBranchPrefix> |
| 221 | + <hotfixBranchPrefix>hotfix/${project.artifactId}-</hotfixBranchPrefix> |
| 222 | + <versionTagPrefix>${project.artifactId}-</versionTagPrefix> |
| 223 | + </gitFlowConfig> |
| 224 | + </configuration> |
| 225 | + </plugin> |
214 | 226 | <plugin> |
215 | 227 | <groupId>external.atlassian.jgitflow</groupId> |
216 | 228 | <artifactId>jgitflow-maven-plugin</artifactId> |
217 | 229 | <inherited>false</inherited> |
218 | 230 | <configuration> |
219 | | - <!-- Prefix release numbers with artifactId for GIT repo with more than one released artifact --> |
220 | 231 | <flowInitContext> |
221 | 232 | <releaseBranchPrefix>release/${project.artifactId}-</releaseBranchPrefix> |
222 | 233 | <hotfixBranchPrefix>hotfix/${project.artifactId}-</hotfixBranchPrefix> |
|
233 | 244 | <dependency> |
234 | 245 | <groupId>io.wcm.maven.skins</groupId> |
235 | 246 | <artifactId>reflow-velocity-tools</artifactId> |
236 | | - <version>1.0.0</version> |
| 247 | + <version>1.0.2</version> |
237 | 248 | </dependency> |
238 | 249 | <!-- Reflow skin requires Velocity >= 1.7 --> |
239 | 250 | <dependency> |
|
330 | 341 | <configuration> |
331 | 342 | <!-- Allow HTML markup in CDATA sections in changes reports --> |
332 | 343 | <escapeHTML>false</escapeHTML> |
| 344 | + <!-- Do not generate links to teamlist reports --> |
| 345 | + <teamlist>none</teamlist> |
333 | 346 | </configuration> |
334 | 347 | </plugin> |
335 | 348 |
|
|
0 commit comments