Skip to content

Commit cedf6ba

Browse files
committed
Merge branch 'develop'
2 parents aa1cc35 + 5f660b0 commit cedf6ba

File tree

5 files changed

+33
-7
lines changed

5 files changed

+33
-7
lines changed

parent_toplevel/changes.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,22 @@
2323
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
2424
<body>
2525

26+
<release version="1.2.4" date="2020-05-19">
27+
<action type="update" dev="sseifert">
28+
Update to global-parent 33.
29+
</action>
30+
</release>
31+
2632
<release version="1.2.2" date="2020-04-14">
2733
<action type="update" dev="sseifert">
2834
Update to global-parent 32.
2935
</action>
36+
<action type="fix" dev="sseifert">
37+
Update to reflow-maven-skin 1.0.12 and reflow-velocity-tools 1.0.2 to fix broken links in changes report.
38+
</action>
39+
<action type="fix" dev="sseifert">
40+
maven-changes-plugin: Do not generate links to teamlist reports.
41+
</action>
3042
</release>
3143

3244
<release version="1.2.0" date="2020-01-09">

parent_toplevel/pom.xml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<parent>
2626
<groupId>io.wcm.maven</groupId>
2727
<artifactId>io.wcm.maven.global-parent</artifactId>
28-
<version>32</version>
28+
<version>33</version>
2929
<relativePath />
3030
</parent>
3131

3232
<groupId>io.wcm.devops</groupId>
3333
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
34-
<version>1.2.2</version>
34+
<version>1.2.4</version>
3535
<packaging>pom</packaging>
3636

3737
<name>Toplevel Parent</name>
@@ -211,12 +211,23 @@
211211
</plugin>
212212

213213
<!-- 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>
214226
<plugin>
215227
<groupId>external.atlassian.jgitflow</groupId>
216228
<artifactId>jgitflow-maven-plugin</artifactId>
217229
<inherited>false</inherited>
218230
<configuration>
219-
<!-- Prefix release numbers with artifactId for GIT repo with more than one released artifact -->
220231
<flowInitContext>
221232
<releaseBranchPrefix>release/${project.artifactId}-</releaseBranchPrefix>
222233
<hotfixBranchPrefix>hotfix/${project.artifactId}-</hotfixBranchPrefix>
@@ -233,7 +244,7 @@
233244
<dependency>
234245
<groupId>io.wcm.maven.skins</groupId>
235246
<artifactId>reflow-velocity-tools</artifactId>
236-
<version>1.0.0</version>
247+
<version>1.0.2</version>
237248
</dependency>
238249
<!-- Reflow skin requires Velocity >= 1.7 -->
239250
<dependency>
@@ -330,6 +341,8 @@
330341
<configuration>
331342
<!-- Allow HTML markup in CDATA sections in changes reports -->
332343
<escapeHTML>false</escapeHTML>
344+
<!-- Do not generate links to teamlist reports -->
345+
<teamlist>none</teamlist>
333346
</configuration>
334347
</plugin>
335348

parent_toplevel/src/site/site.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<skin>
3636
<groupId>io.wcm.maven.skins</groupId>
3737
<artifactId>reflow-maven-skin</artifactId>
38-
<version>1.0.10</version>
38+
<version>1.0.12</version>
3939
</skin>
4040
<custom>
4141
<reflowSkin>
@@ -117,6 +117,7 @@
117117
<item name="GitHub project" href="http://github.com/wcm-io-devops" />
118118
<item name="Subprojects" href="https://wcm.io/subprojects.html" />
119119
<item name="License" href="https://devops.wcm.io/license.html" />
120+
<item name="Commercial Support" href="https://wcm.io/commercial-support.html" />
120121
<item name="Imprint" href="https://wcm.io/imprint.html" />
121122
</menu>
122123
<menu name="Categories" inherit="top">

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.wcm.devops</groupId>
2828
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
29-
<version>1.2.0</version>
29+
<version>1.2.4</version>
3030
<relativePath>parent_toplevel/pom.xml</relativePath>
3131
</parent>
3232

public_site/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.wcm.devops</groupId>
2828
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
29-
<version>1.2.0</version>
29+
<version>1.2.4</version>
3030
<relativePath>../parent_toplevel/pom.xml</relativePath>
3131
</parent>
3232

0 commit comments

Comments
 (0)