Author: dkulp
Date: Tue Mar 1 04:17:06 2011
New Revision: 1075646
URL: http://svn.apache.org/viewvc?rev=1075646&view=rev
Log:
Merged revisions 1074479 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1074479 | ningjiang | 2011-02-25 06:38:43 -0500 (Fri, 25 Feb 2011) | 1 line
CXF-3333 add apache snapshot repo for running -Pvalidate
........
Modified:
cxf/branches/2.3.x-fixes/ (props changed)
cxf/branches/2.3.x-fixes/distribution/karaf/pom.xml
Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: cxf/branches/2.3.x-fixes/distribution/karaf/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/karaf/pom.xml?rev=1075646&r1=1075645&r2=1075646&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/karaf/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/karaf/pom.xml Tue Mar 1 04:17:06 2011
@@ -41,4 +41,30 @@
<module>features</module>
</modules>
+ <repositories>
+ <repository>
+ <id>apache.snapshots</id>
+ <url>http://repository.apache.org/snapshots/</url>
+ <name>Apache Snapshot Repo</name>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>apache.snapshots</id>
+ <url>http://repository.apache.org/snapshots/</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </pluginRepository>
+ </pluginRepositories>
+
</project>