You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/01/04 21:45:37 UTC

[maven-release] branch master updated: fix typo

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-release.git


The following commit(s) were added to refs/heads/master by this push:
     new e824482  fix typo
e824482 is described below

commit e8244825981339627c6b015badbd8056c516ffad
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Jan 4 22:45:11 2022 +0100

    fix typo
---
 maven-release-plugin/src/site/apt/examples/branch.apt             | 2 +-
 maven-release-plugin/src/site/apt/examples/perform-release.apt.vm | 2 +-
 maven-release-plugin/src/site/apt/examples/prepare-release.apt.vm | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/maven-release-plugin/src/site/apt/examples/branch.apt b/maven-release-plugin/src/site/apt/examples/branch.apt
index 98c2d39..e255c04 100644
--- a/maven-release-plugin/src/site/apt/examples/branch.apt
+++ b/maven-release-plugin/src/site/apt/examples/branch.apt
@@ -25,7 +25,7 @@
 
 Create a Branch
 
-  Creating a branch involves the following release phases {{{../maven-release-manager/#branch}by default}}:
+  Creating a branch involves the following release phases {{{../../maven-release-manager/#branch}by default}}:
 
    * Check that there are no uncommitted changes in the sources
 
diff --git a/maven-release-plugin/src/site/apt/examples/perform-release.apt.vm b/maven-release-plugin/src/site/apt/examples/perform-release.apt.vm
index 5db4b64..bb772cc 100644
--- a/maven-release-plugin/src/site/apt/examples/perform-release.apt.vm
+++ b/maven-release-plugin/src/site/apt/examples/perform-release.apt.vm
@@ -27,7 +27,7 @@
 
 Perform a Release
 
-  Performing a release runs the following release phases {{{../maven-release-manager/#perform}by default}}:
+  Performing a release runs the following release phases {{{../../maven-release-manager/#perform}by default}}:
 
    * Checkout from an SCM URL with optional tag
 
diff --git a/maven-release-plugin/src/site/apt/examples/prepare-release.apt.vm b/maven-release-plugin/src/site/apt/examples/prepare-release.apt.vm
index 59b9b11..1192830 100644
--- a/maven-release-plugin/src/site/apt/examples/prepare-release.apt.vm
+++ b/maven-release-plugin/src/site/apt/examples/prepare-release.apt.vm
@@ -28,7 +28,7 @@
 
 Prepare a Release
 
-  Preparing a release goes through the following release phases {{{../maven-release-manager/#prepare}by default}}:
+  Preparing a release goes through the following release phases {{{../../maven-release-manager/#prepare}by default}}:
 
    * Check that there are no uncommitted changes in the sources