You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tr...@apache.org on 2007/02/14 10:52:13 UTC

svn commit: r507456 - /mina/trunk/pom.xml

Author: trustin
Date: Wed Feb 14 01:52:13 2007
New Revision: 507456

URL: http://svn.apache.org/viewvc?view=rev&rev=507456
Log:
Added the ASF plugin snapshot repository to make OSGi bundle support work


Modified:
    mina/trunk/pom.xml

Modified: mina/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/pom.xml?view=diff&rev=507456&r1=507455&r2=507456
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Wed Feb 14 01:52:13 2007
@@ -69,6 +69,20 @@
     </dependency>
   </dependencies>
 
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Plugin Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+  </pluginRepositories>
+
   <repositories>
   </repositories>