Author: henrib
Date: Wed Mar 31 18:00:11 2010
New Revision: 929642
URL: http://svn.apache.org/viewvc?rev=929642&view=rev
Log:
Prepare for 2.0.1 RC3: removed obsolete or extraneous infos from pom
Modified:
commons/proper/jexl/trunk/pom.xml
Modified: commons/proper/jexl/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=929642&r1=929641&r2=929642&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Wed Mar 31 18:00:11 2010
@@ -301,39 +301,4 @@
-->
</plugins>
</reporting>
-
-
- <distributionManagement>
- <site>
- <id>website</id>
- <name>Apache Website</name>
-
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/jexl/</url>
- </site>
- </distributionManagement>
-
- <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>
- <profile>
- <id>henrib</id>
- <distributionManagement>
- <!-- RC site deployment profile -->
- <site>
- <id>apache.website</id>
- <name>Apache Commons Release Candidate Staging Site</name>
-
<url>${commons.deployment.protocol}://people.apache.org/home/henrib/public_html/${commons.componentid}-${commons.release.version}-${commons.rc.version}/site</url>
- </site>
- </distributionManagement>
- </profile>
- </profiles>
-
</project>
\ No newline at end of file