Skip to content

Commit e490dea

Browse files
committed
Updated parent version and site model
1 parent 7886ae6 commit e490dea

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

pom.xml

+1-1
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

+6-4
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
limitations under the License.
1616
-->
1717

18-
<project name="try-parse"
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="try-parse"
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="try-parse" />
2123

2224
<body>
2325
<menu name="try-parse">
@@ -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)