You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by vo...@apache.org on 2022/05/26 19:18:42 UTC

[myfaces] branch 2.3.x updated: Disable tomcat repository for releases

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

volosied pushed a commit to branch 2.3.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/2.3.x by this push:
     new eddf7f7c9 Disable tomcat repository for releases
eddf7f7c9 is described below

commit eddf7f7c9e01c8558a33583f9913f1a59365c230
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Thu May 26 15:18:27 2022 -0400

    Disable tomcat repository for releases
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index f2fc5ce8a..da8de46c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,6 +199,9 @@
         <!-- tomcat el-impl for test cases (see related tomcat-dependencies) -->
         <repository>
             <id>tomcat</id>
+                <releases>
+                    <enabled>false</enabled>
+                </releases>
             <url>http://tomcat.apache.org/dev/dist/m2-repository</url>
         </repository>