Author: coheigea
Date: Fri Feb 15 16:07:13 2013
New Revision: 1446662

URL: http://svn.apache.org/r1446662
Log:
Adding SNAPSHOT repo to test SNAPSHOT Connector bundles more easily

Modified:
    syncope/trunk/pom.xml

Modified: syncope/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/syncope/trunk/pom.xml?rev=1446662&r1=1446661&r2=1446662&view=diff
==============================================================================
--- syncope/trunk/pom.xml (original)
+++ syncope/trunk/pom.xml Fri Feb 15 16:07:13 2013
@@ -815,6 +815,12 @@ under the License.
       <id>activiti</id>
       <url>https://artifacts.alfresco.com/nexus/content/groups/public/</url>
     </repository>
+    <repository>
+      <id>sonatype</id>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+      <releases><enabled>false</enabled></releases>
+      <snapshots><enabled>true</enabled></snapshots>
+    </repository>
     
   </repositories>
 


Reply via email to