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

slachiewicz pushed a commit to branch m-s-p-4
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit a21dbef2baee129825fcb88251aee404055ce762
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Sun Apr 30 02:30:50 2023 +0200

    maven-site-plugin to 4.0.0-M8
---
 pom.xml | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3be3cf88..2f697fa9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,10 +97,22 @@
       </releases>
       <id>apache.staging</id>
       <name>Apache Staging Repository</name>
-      <url>https://repository.apache.org/content/repositories/maven-1906/</url>
+      <url>https://repository.apache.org/content/repositories/maven-1931/</url>
     </repository>
   </repositories>
 
+  <pluginRepositories>
+    <pluginRepository>
+      <!-- to test with ASF staging repo -->
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <id>apache.staging</id>
+      <name>Apache Staging Repository</name>
+      <url>https://repository.apache.org/content/repositories/maven-1931/</url>
+    </pluginRepository>
+
+  </pluginRepositories>
   <build>
     <pluginManagement>
       <plugins>
@@ -108,7 +120,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>4.0.0-M7</version>
+          <version>4.0.0-M8</version>
           <configuration>
             <siteDirectory>${siteDirectory}</siteDirectory>
             <!-- don't deploy site with maven-site-plugin -->

Reply via email to