You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2018/05/08 12:48:51 UTC

[myfaces] 04/23: wrong snaphots repo syntax

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

deki pushed a commit to branch 1_1_3
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit 2a1f5d7b08906e0a6b4d81e1f8b7b547b377b329
Author: Manfred Geiler <ma...@apache.org>
AuthorDate: Mon Apr 24 14:50:14 2006 +0000

    wrong snaphots repo syntax
---
 pom.xml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index bbe5fd8..d3ba3c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,9 +26,14 @@
   </modules>
   <repositories>
     <repository>
-      <snapshots />
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
       <id>apache-maven-snapshots</id>
       <url>http://cvs.apache.org/maven-snapshot-repository</url>
     </repository>
   </repositories>
-</project>
\ No newline at end of file
+</project>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.