Author: rdonkin
Date: Mon Jan 5 09:48:13 2009
New Revision: 731634
URL: http://svn.apache.org/viewvc?rev=731634&view=rev
Log:
Update version
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=731634&r1=731633&r2=731634&view=diff
==============================================================================
--- james/mailet/api/trunk/default.properties (original)
+++ james/mailet/api/trunk/default.properties Mon Jan 5 09:48:13 2009
@@ -29,8 +29,8 @@
name=apache-mailet
Name=Mailet API
-version=2.4
-manifestVersion=2.4
+version=2.5-SNAPSHOT
+manifestVersion=2.5
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=731634&r1=731633&r2=731634&view=diff
==============================================================================
--- james/mailet/api/trunk/pom.xml (original)
+++ james/mailet/api/trunk/pom.xml Mon Jan 5 09:48:13 2009
@@ -31,7 +31,7 @@
<groupId>org.apache.james</groupId>
<artifactId>apache-mailet</artifactId>
<name>Apache Mailet API</name>
- <version>2.4</version>
+ <version>2.5-SNAPSHOT</version>
<packaging>jar</packaging>
<description>
The Apache Mailet API is a flexible specification for mail processing
agents.