Skip to content

Commit 95483dc

Browse files
committed
Update reflow-maven-skin.
1 parent 7f4a2a9 commit 95483dc

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

parent_toplevel/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
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.0.10" date="not released">
27+
<action type="update" dev="sseifert">
28+
Update reflow-maven-skin.
29+
</action>
30+
</release>
31+
2632
<release version="1.0.8" date="2017-10-19">
2733
<action type="update" dev="sseifert">
2834
Update to global-parent 17, update mockito.

parent_toplevel/src/site/site.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,14 @@
3535
<skin>
3636
<groupId>io.wcm.maven.skins</groupId>
3737
<artifactId>reflow-maven-skin</artifactId>
38-
<version>1.0.2</version>
38+
<version>1.0.3-SNAPSHOT</version>
3939
</skin>
4040
<custom>
4141
<reflowSkin>
4242
<!-- Make this to 'false' for local development, i.e. file:// URLs -->
4343
<protocolRelativeURLs>false</protocolRelativeURLs>
4444
<smoothScroll>true</smoothScroll>
4545
<theme>default</theme>
46-
<highlightJs>true</highlightJs>
47-
<highlightJsTheme>github</highlightJsTheme>
4846
<absoluteResourceURL>http://devops.wcm.io</absoluteResourceURL>
4947
<skinAttribution>false</skinAttribution>
5048
<brand>

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

0 commit comments

Comments
 (0)