Author: henrib
Date: Mon Mar 29 18:19:50 2010
New Revision: 928857

URL: http://svn.apache.org/viewvc?rev=928857&view=rev
Log:
Prepare for 2.0.1 (proper)

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=928857&r1=928856&r2=928857&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Mon Mar 29 18:19:50 2010
@@ -24,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jexl</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.1-SNAPSHOT</version>
     <name>Commons JEXL</name>
     <inceptionYear>2001</inceptionYear>
     <description>Jexl is an implementation of the JSTL Expression Language 
with extensions.</description>
@@ -300,17 +300,10 @@
 
     <distributionManagement>
         <site>
-                    <id>stagingSite</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>
-                <!--
-        <site>
             <id>website</id>
             <name>Apache Website</name>
             
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/jexl/</url>
         </site>
-        -->
     </distributionManagement>
 
     <profiles>
@@ -321,8 +314,7 @@
                 <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>
+                    
<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>


Reply via email to