|
15 | 15 | See the License for the specific language governing permissions and |
16 | 16 | limitations under the License. |
17 | 17 | --> |
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