You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bs...@apache.org on 2007/09/27 23:17:57 UTC

svn commit: r580161 - in /commons/proper/email/trunk: doap_email.rdf maven-build.properties maven-build.xml pom.xml xdocs/changes.xml

Author: bspeakmon
Date: Thu Sep 27 14:17:56 2007
New Revision: 580161

URL: http://svn.apache.org/viewvc?rev=580161&view=rev
Log:
- bumping versions to 1.1 final to prepare for tag

Modified:
    commons/proper/email/trunk/doap_email.rdf
    commons/proper/email/trunk/maven-build.properties
    commons/proper/email/trunk/maven-build.xml
    commons/proper/email/trunk/pom.xml
    commons/proper/email/trunk/xdocs/changes.xml

Modified: commons/proper/email/trunk/doap_email.rdf
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/doap_email.rdf?rev=580161&r1=580160&r2=580161&view=diff
==============================================================================
--- commons/proper/email/trunk/doap_email.rdf (original)
+++ commons/proper/email/trunk/doap_email.rdf Thu Sep 27 14:17:56 2007
@@ -23,8 +23,8 @@
     <release>
       <revision>
         <name>commons-email</name>
-        <created>2007-09-24</created>
-        <version>1.1-RC2</version>
+        <created>2007-09-27</created>
+        <version>1.1</version>
       </revision>
     </release>
     <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>

Modified: commons/proper/email/trunk/maven-build.properties
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/maven-build.properties?rev=580161&r1=580160&r2=580161&view=diff
==============================================================================
--- commons/proper/email/trunk/maven-build.properties (original)
+++ commons/proper/email/trunk/maven-build.properties Thu Sep 27 14:17:56 2007
@@ -2,7 +2,7 @@
 #Wed Sep 19 18:28:25 PDT 2007
 maven.settings.offline=false
 maven.compile.target=1.3
-maven.build.finalName=commons-email-1.1-RC2
+maven.build.finalName=commons-email-1.1
 maven.build.resourceDir.0=.
 maven.build.testOutputDir=${maven.build.dir}/test-classes
 maven.build.testResourceDir.0=src/test

Modified: commons/proper/email/trunk/maven-build.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/maven-build.xml?rev=580161&r1=580160&r2=580161&view=diff
==============================================================================
--- commons/proper/email/trunk/maven-build.xml (original)
+++ commons/proper/email/trunk/maven-build.xml Thu Sep 27 14:17:56 2007
@@ -24,7 +24,7 @@
   <property file="${user.home}/.m2/maven.properties"/>
   <property file="maven-build.properties"/>
 
-  <property name="maven.build.finalName" value="commons-email-1.1-RC2"/>
+  <property name="maven.build.finalName" value="commons-email-1.1"/>
   <property name="maven.build.dir" value="target"/>
   <property name="maven.build.outputDir" value="${maven.build.dir}/classes"/>
   <property name="maven.build.srcDir.0" value="src/java"/>

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=580161&r1=580160&r2=580161&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Thu Sep 27 14:17:56 2007
@@ -27,7 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-email</artifactId>
-    <version>1.1-RC2</version>
+    <version>1.1</version>
     <name>Commons Email</name>
 
     <inceptionYear>2001</inceptionYear>

Modified: commons/proper/email/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/xdocs/changes.xml?rev=580161&r1=580160&r2=580161&view=diff
==============================================================================
--- commons/proper/email/trunk/xdocs/changes.xml (original)
+++ commons/proper/email/trunk/xdocs/changes.xml Thu Sep 27 14:17:56 2007
@@ -22,7 +22,7 @@
   </properties>
 
   <body>
-    <release version="1.1-RC2" date="2007-09-24">
+    <release version="1.1" date="2007-09-27">
       <action dev="bspeakmon" type="add" issue="EMAIL-35"
 	      due-to="Brandon Wolfe">
 	Support embedding of raw DataSource attachments in HtmlEmail.