Skip to content

Commit 3af559d

Browse files
committed
upgraded parent pom to latest release
1 parent d65c37c commit 3af559d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.codehaus.plexus</groupId>
77
<artifactId>plexus</artifactId>
8-
<version>4.0-SNAPSHOT</version>
8+
<version>5.0</version>
99
</parent>
1010

1111
<artifactId>plexus-site</artifactId>

src/site/site.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0"?>
22

3-
<project xmlns="http://maven.apache.org/DECORATION/1.6.0"
3+
<project xmlns="http://maven.apache.org/DECORATION/1.7.0"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd"
5+
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd"
66
name="Plexus">
77
<version position="none" />
88

@@ -18,9 +18,9 @@
1818

1919
<body>
2020

21-
<head>
21+
<head><![CDATA[
2222
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
23-
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
23+
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />]]>
2424
</head>
2525

2626
<links>

0 commit comments

Comments
 (0)