Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# see https://s.apache.org/asfyaml
github:
description: "Apache Maven Wrapper"
homepage: https://maven.apache.org/wrapper
homepage: https://maven.apache.org/tools/wrapper
labels:
- java
- build-management
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
Contributing to [Apache Maven Wrapper](https://maven.apache.org/wrapper/)
Contributing to [Apache Maven Wrapper](https://maven.apache.org/tools/wrapper/)
======================

[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ under the License.
<packaging>pom</packaging>

<name>Apache Maven Wrapper</name>
<url>https://maven.apache.org/tools/wrapper/</url>
<inceptionYear>2013</inceptionYear>

<modules>
Expand Down Expand Up @@ -62,7 +63,7 @@ under the License.
</distributionManagement>

<properties>
<maven.site.path>wrapper-archives/wrapper-LATEST</maven.site.path>
<maven.site.path>tools-archives/wrapper-LATEST</maven.site.path>
<mavenVersion>3.9.6</mavenVersion>
<javaVersion>8</javaVersion>
<!-- remove later - upgrade to try run tests with Java 23, Doxia 1.x -->
Expand Down
2 changes: 1 addition & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.

<body>
<breadcrumbs>
<item name="Wrapper" href="https://maven.apache.org/wrapper/index.html" />
<item name="Wrapper" href="https://maven.apache.org/tools/wrapper/index.html" />
</breadcrumbs>

<menu name="Overview">
Expand Down
Loading