You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/02/13 22:04:47 UTC

svn commit: r1445925 - /commons/sandbox/monitoring/trunk/pom.xml

Author: olamy
Date: Wed Feb 13 21:04:47 2013
New Revision: 1445925

URL: http://svn.apache.org/r1445925
Log:
remove not used profile

Modified:
    commons/sandbox/monitoring/trunk/pom.xml

Modified: commons/sandbox/monitoring/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/monitoring/trunk/pom.xml?rev=1445925&r1=1445924&r2=1445925&view=diff
==============================================================================
--- commons/sandbox/monitoring/trunk/pom.xml (original)
+++ commons/sandbox/monitoring/trunk/pom.xml Wed Feb 13 21:04:47 2013
@@ -112,16 +112,4 @@
     </plugins>
   </reporting>
 
-  <profiles>
-    <profile>
-      <id>nicolas</id>
-        <distributionManagement>
-          <snapshotRepository>
-            <id>archiva</id>
-            <url>dav:http://sai1rennes:8888/archiva/repository/snapshots</url>
-          </snapshotRepository>
-        </distributionManagement>
-      </profile>
-  </profiles>
-
 </project>