|
1 |
| -<?xml version="1.0"?> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | +Licensed to the Apache Software Foundation (ASF) under one |
| 4 | +or more contributor license agreements. See the NOTICE file |
| 5 | +distributed with this work for additional information |
| 6 | +regarding copyright ownership. The ASF licenses this file |
| 7 | +to you under the Apache License, Version 2.0 (the |
| 8 | +"License"); you may not use this file except in compliance |
| 9 | +with the License. You may obtain a copy of the License at |
2 | 10 |
|
3 |
| -<project xmlns="http://maven.apache.org/DECORATION/1.8.0" |
4 |
| - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
5 |
| - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd" |
6 |
| - name="Plexus"> |
7 |
| - <version position="none" /> |
| 11 | + http://www.apache.org/licenses/LICENSE-2.0 |
8 | 12 |
|
| 13 | +Unless required by applicable law or agreed to in writing, |
| 14 | +software distributed under the License is distributed on an |
| 15 | +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | +KIND, either express or implied. See the License for the |
| 17 | +specific language governing permissions and limitations |
| 18 | +under the License. |
| 19 | +--> |
| 20 | +<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 21 | + xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"> |
| 22 | + |
| 23 | +<version position="none" /> |
| 24 | + |
| 25 | + <skin> |
| 26 | + <groupId>org.apache.maven.skins</groupId> |
| 27 | + <artifactId>maven-fluido-skin</artifactId> |
| 28 | + <version>2.0.0-M11</version> |
| 29 | + </skin> |
9 | 30 | <custom>
|
10 | 31 | <fluidoSkin>
|
11 | 32 | <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
|
|
66 | 87 | <item name="Get Involved" href="/get-involved.html" />
|
67 | 88 | </menu>
|
68 | 89 | </body>
|
69 |
| -</project> |
| 90 | +</site> |
0 commit comments