Skip to content

Commit ca62ba2

Browse files
committed
Replace reflow-velocity-tools to fix problem with site generation.
1 parent 30a1dd5 commit ca62ba2

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

parent_toplevel/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
<action type="update" dev="sseifert">
2828
Update to global-parent 12, update dependencies.
2929
</action>
30+
<action type="update" dev="sseifert" issue="DOXIASITETOOLS-168">
31+
Replace reflow-velocity-tools to fix problem with site generation.
32+
</action>
3033
</release>
3134

3235
<release version="1.0.2" date="2015-11-12">

parent_toplevel/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@
189189
<artifactId>maven-site-plugin</artifactId>
190190
<dependencies>
191191
<dependency>
192-
<groupId>lt.velykis.maven.skins</groupId>
192+
<groupId>io.wcm.maven.skins</groupId>
193193
<artifactId>reflow-velocity-tools</artifactId>
194-
<version>1.1.1</version>
194+
<version>1.0.0-SNAPSHOT</version>
195195
</dependency>
196196
<!-- Reflow skin requires Velocity >= 1.7 -->
197197
<dependency>

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.0.2</version>
29+
<version>1.0.3-SNAPSHOT</version>
3030
<relativePath>../parent_toplevel/pom.xml</relativePath>
3131
</parent>
3232

0 commit comments

Comments
 (0)