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 2021/09/05 16:18:47 UTC

[maven-site] branch master updated: use staging group stable url

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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ed20f4  use staging group stable url
9ed20f4 is described below

commit 9ed20f4478bbbcdd72539bc5d4abaef2a09c800c
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Sep 5 18:18:45 2021 +0200

    use staging group stable url
---
 content/apt/guides/development/guide-testing-development-plugins.apt | 2 +-
 content/apt/guides/development/guide-testing-releases.apt            | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/apt/guides/development/guide-testing-development-plugins.apt b/content/apt/guides/development/guide-testing-development-plugins.apt
index 76ee88b..b8a5a43 100644
--- a/content/apt/guides/development/guide-testing-development-plugins.apt
+++ b/content/apt/guides/development/guide-testing-development-plugins.apt
@@ -105,7 +105,7 @@ Guide to Testing Development Versions of Plugins
   You need to modify your <<<$\{user.home\}/.m2/settings.xml>>> file to include two new profiles
   and then when you need access to the plugin snapshots use <<<-Papache>>>.
   The profile only needs to be enabled once so that the plugins can be downloaded into you local repository.  Once
-  in your local repository Maven can succesfully resolve the dependencies and
+  in your local repository Maven can successfully resolve the dependencies and
   the profile no longer needs to be activated.
 
 +---
diff --git a/content/apt/guides/development/guide-testing-releases.apt b/content/apt/guides/development/guide-testing-releases.apt
index 141526e..237e428 100644
--- a/content/apt/guides/development/guide-testing-releases.apt
+++ b/content/apt/guides/development/guide-testing-releases.apt
@@ -52,7 +52,7 @@ Guide to Testing Staged Releases
   <pluginRepositories>
     <pluginRepository>
       <id>staged-releases</id>
-      <url>http://people.apache.org/~dfabulich/stage-repo</url>
+      <url>https://repository.apache.org/content/groups/staging/</url>
     </pluginRepository>
   </pluginRepositories>
   ...
@@ -134,7 +134,7 @@ Guide to Testing Staged Releases
       <pluginRepositories>
         <pluginRepository>
           <id>staged-releases</id>
-          <url>http://people.apache.org/~dfabulich/stage-repo</url>
+          <url>https://repository.apache.org/content/groups/staging/</url>
         </pluginRepository>
       </pluginRepositories>
     </profile>