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 ba...@apache.org on 2008/08/23 19:29:52 UTC

svn commit: r688380 - /james/mailet/api/trunk/pom.xml

Author: bago
Date: Sat Aug 23 10:29:52 2008
New Revision: 688380

URL: http://svn.apache.org/viewvc?rev=688380&view=rev
Log:
Make use of james-project:1.3-SNAPSHOT instead of 1.1 and 1.2 because the old one have "Mailets API" in the main menu.

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

Modified: james/mailet/api/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/api/trunk/pom.xml?rev=688380&r1=688379&r2=688380&view=diff
==============================================================================
--- james/mailet/api/trunk/pom.xml (original)
+++ james/mailet/api/trunk/pom.xml Sat Aug 23 10:29:52 2008
@@ -39,7 +39,7 @@
   <parent>
     <groupId>org.apache.james</groupId>
     <artifactId>james-project</artifactId>
-    <version>1.2</version>
+    <version>1.3-SNAPSHOT</version>
     <relativePath>../james-project/project/pom.xml</relativePath>
   </parent>
   <url>http://james.apache.org/mailet/api/</url>