Skip to content

Commit 316e2eb

Browse files
committed
Updated parent version and site model
1 parent 04f58f4 commit 316e2eb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.github.robtimus</groupId>
2424
<artifactId>robtimus-parent</artifactId>
25-
<version>1.14</version>
25+
<version>1.15</version>
2626
<relativePath />
2727
</parent>
2828

src/site/site.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
limitations under the License.
1616
-->
1717

18-
<project name="data-url"
19-
xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
18+
<site name="data-url"
19+
xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
21+
22+
<bannerLeft name="data-url" />
2123

2224
<body>
2325
<menu name="data-url">
@@ -27,4 +29,4 @@
2729
<item name="Javadoc" href="apidocs/index.html" />
2830
</menu>
2931
</body>
30-
</project>
32+
</site>

0 commit comments

Comments
 (0)