This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-rar-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new a36a522 Adjust site descriptor
a36a522 is described below
commit a36a522faa27d4b664879d791c2868475afbe074
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Nov 9 14:26:10 2025 +0100
Adjust site descriptor
---
src/site/site.xml | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index 6ee1bc2..5c2bba7 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -18,11 +18,9 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
-
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
http://maven.apache.org/xsd/decoration-1.0.0.xsd">
- <body>
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd">
+ <body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
<item name="Plugin Documentation" href="plugin-info.html"/>
@@ -44,4 +42,4 @@ under the License.
<item name="Resource Adapter Archive Descriptor Sample"
href="https://docs.oracle.com/cd/E19683-01/817-2254-10/Ch_04_sm.html" />
</menu>
</body>
-</project>
+</site>