Author: veithen
Date: Tue Mar  2 17:37:37 2010
New Revision: 918121

URL: http://svn.apache.org/viewvc?rev=918121&view=rev
Log:
Added Apache snapshot repository.

Modified:
    cxf/sandbox/veithen/cxf-spring-security/cxf-spring-security/pom.xml
    cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/pom.xml

Modified: cxf/sandbox/veithen/cxf-spring-security/cxf-spring-security/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/sandbox/veithen/cxf-spring-security/cxf-spring-security/pom.xml?rev=918121&r1=918120&r2=918121&view=diff
==============================================================================
--- cxf/sandbox/veithen/cxf-spring-security/cxf-spring-security/pom.xml 
(original)
+++ cxf/sandbox/veithen/cxf-spring-security/cxf-spring-security/pom.xml Tue Mar 
 2 17:37:37 2010
@@ -58,4 +58,18 @@
             <version>2.0.4</version>
         </dependency>
     </dependencies>
+
+    <repositories>
+        <repository>
+            <id>apache.snapshots</id>
+            <name>Apache Development Snapshot Repository</name>
+            
<url>https://repository.apache.org/content/repositories/snapshots/</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
 </project>
\ No newline at end of file

Modified: 
cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/pom.xml?rev=918121&r1=918120&r2=918121&view=diff
==============================================================================
--- 
cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/pom.xml 
(original)
+++ 
cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/pom.xml 
Tue Mar  2 17:37:37 2010
@@ -90,4 +90,18 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
+    <repositories>
+        <repository>
+            <id>apache.snapshots</id>
+            <name>Apache Development Snapshot Repository</name>
+            
<url>https://repository.apache.org/content/repositories/snapshots/</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
 </project>
\ No newline at end of file


Reply via email to