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

gnodet pushed a commit to branch branch-maven-4.0.0-rc-2
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/branch-maven-4.0.0-rc-2 by 
this push:
     new 75959e6f07 Revert "Remove temporary staging profile"
75959e6f07 is described below

commit 75959e6f07bfdcb85730209b89430132ab6d12e9
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Sat Dec 14 01:01:58 2024 +0100

    Revert "Remove temporary staging profile"
    
    This reverts commit 7c14b3b419be88e8af1f7b4385c49e97d00a3ae6.
---
 pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/pom.xml b/pom.xml
index 002850c148..9ae9b43067 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1014,5 +1014,19 @@ under the License.</licenseText>
         <module>its</module>
       </modules>
     </profile>
+    <profile>
+      <id>resolver-rc-2-staging</id>
+      <activation>
+        <property>
+          <name>os.name</name>
+        </property>
+      </activation>
+      <repositories>
+        <repository>
+          <id>apache-2255-staging</id>
+          
<url>https://repository.apache.org/content/repositories/maven-2255/</url>
+        </repository>
+      </repositories>
+    </profile>
   </profiles>
 </project>

Reply via email to