Author: bspeakmon
Date: Sun Sep 23 21:08:47 2007
New Revision: 578645

URL: http://svn.apache.org/viewvc?rev=578645&view=rev
Log:
- increment pom version to RC2 for second try at release

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

Modified: commons/proper/email/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=578645&r1=578644&r2=578645&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Sun Sep 23 21:08:47 2007
@@ -27,7 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-email</artifactId>
-    <version>1.1-RC1</version>
+    <version>1.1-RC2</version>
     <name>Commons Email</name>
 
     <inceptionYear>2001</inceptionYear>
@@ -310,6 +310,15 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>clirr-maven-plugin</artifactId>
+               <configuration>
+                 <comparisonArtifacts>
+                   <comparisonArtifact>
+                     <groupId>commons-email</groupId>
+                     <artifactId>commons-email</artifactId>
+                     <version>1.0</version>
+                   </comparisonArtifact>
+                 </comparisonArtifacts>
+               </configuration>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -320,5 +329,12 @@
             </plugin>
         </plugins>
     </reporting>
+
+    <distributionManagement>
+      <site>
+       <id>stagingSite</id>
+       
<url>scp://people.apache.org/home/bspeakmon/public_html/commons-email-1.1-RC1/</url>
+      </site>
+    </distributionManagement>
 
 </project>


Reply via email to