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

lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit 671ae6ab38cd3e698bdf104f65977f1b9600a882
Author: lprimak <[email protected]>
AuthorDate: Sun Feb 8 09:53:58 2026 -0600

    chore(build): removed disabling of snapshot repositories because Apache 
parent has it's bug fixed
---
 pom.xml | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/pom.xml b/pom.xml
index ca1702e4a..20670525a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1875,30 +1875,4 @@
             </build>
         </profile>
     </profiles>
-    <!--Disable snapshot repositories because they download snapshots
-        instead of using the current build in CI 'mvn verify' steps-->
-    <repositories>
-        <repository>
-            <id>apache.snapshots</id>
-            <url>https://repository.apache.org/snapshots</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </repository>
-    </repositories>
-    <pluginRepositories>
-        <pluginRepository>
-            <id>apache.snapshots</id>
-            <url>https://repository.apache.org/snapshots</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </pluginRepository>
-    </pluginRepositories>
 </project>

Reply via email to