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

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

commit 7c14b3b419be88e8af1f7b4385c49e97d00a3ae6
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Sat Dec 14 00:14:02 2024 +0100

    Remove temporary staging profile
---
 pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7219d6db82..ec29b88482 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1014,19 +1014,5 @@ 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