Skip to content

Commit 9e49ebc

Browse files
committed
update parent dependency, update site descriptor
1 parent 8e76fa3 commit 9e49ebc

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.devops</groupId>
2727
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
28-
<version>1.4.6</version>
28+
<version>1.5.0-SNAPSHOT</version>
2929
<relativePath />
3030
</parent>
3131

src/site/site.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@
1919
#L%
2020
-->
2121

22-
<project name="CONGA AEM Plugin"
23-
xmlns="http://maven.apache.org/DECORATION/1.8.0"
22+
<site name="CONGA AEM Plugin"
23+
xmlns="http://maven.apache.org/SITE/2.0.0"
2424
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
25+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
2626

27-
<bannerRight>
28-
<name><![CDATA[<img src="https://devops.wcm.io/conga/images/conga.png" style="height:120px"/>]]></name>
29-
</bannerRight>
27+
<bannerRight name="&lt;image src='https://devops.wcm.io/conga/images/conga.png' style='height:120px'/&gt;"/>
3028

31-
</project>
29+
</site>

0 commit comments

Comments
 (0)