You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2008/12/24 18:54:44 UTC

svn commit: r729343 - /commons/proper/digester/trunk/pom.xml

Author: rahul
Date: Wed Dec 24 09:54:44 2008
New Revision: 729343

URL: http://svn.apache.org/viewvc?rev=729343&view=rev
Log:
Leave repositories to parent, and fix for COMMONSSITE-26.

Modified:
    commons/proper/digester/trunk/pom.xml

Modified: commons/proper/digester/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=729343&r1=729342&r2=729343&view=diff
==============================================================================
--- commons/proper/digester/trunk/pom.xml (original)
+++ commons/proper/digester/trunk/pom.xml Wed Dec 24 09:54:44 2008
@@ -43,18 +43,6 @@
     pattern of nested XML elements is recognized.
   </description>
 
-  <repositories>
-    <repository>
-      <id>snapshots</id>
-      <name>Apache Snapshot repo</name>
-      <layout>default</layout>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-
   <url>http://commons.apache.org/digester/</url>
 
   <issueManagement>
@@ -314,4 +302,19 @@
       </plugin>
     </plugins>
   </reporting>
+
+  <profiles>
+    <profile>
+      <id>rc</id>
+      <distributionManagement>
+        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+        <site>
+          <id>apache.website</id>
+          <name>Apache Commons Release Candidate Staging Site</name>
+          <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url>
+        </site>
+      </distributionManagement>
+    </profile>
+  </profiles>
+
 </project>