You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2020/04/10 02:26:01 UTC

[tomcat-taglibs-standard] branch master updated: force using snapshot repo for parent pom dependency

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-taglibs-standard.git


The following commit(s) were added to refs/heads/master by this push:
     new 1495739  force using snapshot repo for parent pom dependency
1495739 is described below

commit 1495739809cb5a98117223fe1ec63913eebae751
Author: olivier lamy <ol...@apache.org>
AuthorDate: Fri Apr 10 12:25:45 2020 +1000

    force using snapshot repo for parent pom dependency
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4fb00c8..88e8cd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,4 +114,17 @@
       </build>
     </profile>
   </profiles>
+
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <url>https://repository.apache.org/content/repositories/snapshots/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org