Author: ngn
Date: Fri Jun 26 20:48:52 2009
New Revision: 788867

URL: http://svn.apache.org/viewvc?rev=788867&view=rev
Log:
Adding the Nexus snapshot repository

Modified:
    mina/ftpserver/trunk/pom.xml

Modified: mina/ftpserver/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/ftpserver/trunk/pom.xml?rev=788867&r1=788866&r2=788867&view=diff
==============================================================================
--- mina/ftpserver/trunk/pom.xml (original)
+++ mina/ftpserver/trunk/pom.xml Fri Jun 26 20:48:52 2009
@@ -442,10 +442,17 @@
       <name>Dummy to avoid accidental deploys</name>
       <url/>
     </repository>
+    <snapshotRepository>
+      <id>apache.snapshots.https</id>
+      <name>Apache Development Snapshot Repository</name>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+      <uniqueVersion>false</uniqueVersion>
+    </snapshotRepository>
   </distributionManagement>
 
   <properties>
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>
+    <ftpserver.version>${pom.version}</ftpserver.version>
   </properties>
 </project>


Reply via email to