You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mailet-api@james.apache.org by rd...@apache.org on 2008/11/08 13:42:49 UTC

svn commit: r712382 - in /james/mailet/api/trunk: default.properties pom.xml

Author: rdonkin
Date: Sat Nov  8 04:42:49 2008
New Revision: 712382

URL: http://svn.apache.org/viewvc?rev=712382&view=rev
Log:
Prepare for release

Modified:
    james/mailet/api/trunk/default.properties
    james/mailet/api/trunk/pom.xml

Modified: james/mailet/api/trunk/default.properties
URL: http://svn.apache.org/viewvc/james/mailet/api/trunk/default.properties?rev=712382&r1=712381&r2=712382&view=diff
==============================================================================
--- james/mailet/api/trunk/default.properties (original)
+++ james/mailet/api/trunk/default.properties Sat Nov  8 04:42:49 2008
@@ -29,8 +29,8 @@
 
 name=apache-mailet
 Name=Mailet API
-version=2.4-RC2
-manifestVersion=2.4-RC2
+version=2.4
+manifestVersion=2.4
 year=2008
 extension.name=org.apache.mailet
 vendor=The Apache Software Foundation

Modified: james/mailet/api/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/api/trunk/pom.xml?rev=712382&r1=712381&r2=712382&view=diff
==============================================================================
--- james/mailet/api/trunk/pom.xml (original)
+++ james/mailet/api/trunk/pom.xml Sat Nov  8 04:42:49 2008
@@ -31,7 +31,7 @@
   <groupId>org.apache.james</groupId>
   <artifactId>apache-mailet</artifactId>
   <name>Apache Mailet API</name>
-  <version>2.4-RC2</version>
+  <version>2.4</version>
   <packaging>jar</packaging>
   <description>
     The Apache Mailet API is a flexible specification for mail processing agents.