Skip to content

Commit b368bb8

Browse files
committed
Use new oak leaf logo
1 parent f634a6d commit b368bb8

File tree

5 files changed

+21
-17
lines changed

5 files changed

+21
-17
lines changed
30 KB
Binary file not shown.
177 KB
Binary file not shown.

src/media/logo.png

11.7 KB
Loading

src/site/resources/images/logo.png

11.7 KB
Loading

src/site/site.xml

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,24 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project name="Commons Release Plugin">
19-
20-
<body>
21-
<menu name="Release Plugin">
22-
<item name="Overview" href="/index.html" />
23-
<item name="Download" href="/download_release-plugin.cgi"/>
24-
<item name="Release History" href="/changes.html"/>
25-
<item name="Plugin Documentation" href="/plugin-info.html" />
26-
<item name="Javadoc (Latest release)" href="javadocs/api-release/index.html"/>
27-
<item name="Help" href="/development.html">
28-
<item name="Issue Tracking" href="/issue-tracking.html"/>
29-
<item name="Development" href="/development.html"/>
30-
</item>
31-
</menu>
32-
</body>
33-
34-
</project>
18+
<site xmlns="http://maven.apache.org/SITE/2.0.0"
19+
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+
name="Apache Commons Build Plugin">
22+
<bannerRight name="Commons Release Plugin" href="/index.html">
23+
<image src="/images/logo.png" />
24+
</bannerRight>
25+
<body>
26+
<menu name="Release Plugin">
27+
<item name="Overview" href="/index.html" />
28+
<item name="Download" href="/download_release-plugin.cgi" />
29+
<item name="Release History" href="/changes.html" />
30+
<item name="Plugin Documentation" href="/plugin-info.html" />
31+
<item name="Javadoc (Latest release)" href="javadocs/api-release/index.html" />
32+
<item name="Help" href="/development.html">
33+
<item name="Issue Tracking" href="/issue-tracking.html" />
34+
<item name="Development" href="/development.html" />
35+
</item>
36+
</menu>
37+
</body>
38+
</site>

0 commit comments

Comments
 (0)