You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2012/02/21 17:02:07 UTC

svn commit: r1291885 - /james/jsieve/trunk/assemble/pom.xml

Author: eric
Date: Tue Feb 21 16:02:07 2012
New Revision: 1291885

URL: http://svn.apache.org/viewvc?rev=1291885&view=rev
Log:
Set parent as 0.6-SNAPSHOT and define jsieve-core dependency to make it compile

Modified:
    james/jsieve/trunk/assemble/pom.xml

Modified: james/jsieve/trunk/assemble/pom.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/assemble/pom.xml?rev=1291885&r1=1291884&r2=1291885&view=diff
==============================================================================
--- james/jsieve/trunk/assemble/pom.xml (original)
+++ james/jsieve/trunk/assemble/pom.xml Tue Feb 21 16:02:07 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.james</groupId>
         <artifactId>apache-jsieve</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
@@ -42,7 +42,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-jsieve</artifactId>
+            <artifactId>apache-jsieve-core</artifactId>
         </dependency>
 
         <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org