You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mime4j-dev@james.apache.org by rd...@apache.org on 2009/03/18 10:05:49 UTC

svn commit: r755518 - in /james/mime4j/trunk: core/pom.xml pom.xml

Author: rdonkin
Date: Wed Mar 18 09:05:49 2009
New Revision: 755518

URL: http://svn.apache.org/viewvc?rev=755518&view=rev
Log:
Modules should inherit from project. Project should use latest version of the james-project pom. MIME4J-125 https://issues.apache.org/jira/browse/MIME4J-125

Modified:
    james/mime4j/trunk/core/pom.xml
    james/mime4j/trunk/pom.xml

Modified: james/mime4j/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/core/pom.xml?rev=755518&r1=755517&r2=755518&view=diff
==============================================================================
--- james/mime4j/trunk/core/pom.xml (original)
+++ james/mime4j/trunk/core/pom.xml Wed Mar 18 09:05:49 2009
@@ -19,12 +19,12 @@
     under the License.    
   -->
   <parent>
-    <artifactId>james-project</artifactId>
+    <artifactId>apache-mime4j-project</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>1.2</version>
+    <version>0.7-SNAPSHOT</version>
     <!-- Either this really points to the james-project/pom.xml or you
          will have to tune the local repository, later, in this file -->
-    <relativePath>../james-project/project/pom.xml</relativePath>
+    <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/mime4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/pom.xml?rev=755518&r1=755517&r2=755518&view=diff
==============================================================================
--- james/mime4j/trunk/pom.xml (original)
+++ james/mime4j/trunk/pom.xml Wed Mar 18 09:05:49 2009
@@ -21,10 +21,7 @@
   <parent>
     <artifactId>james-project</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>1.2</version>
-    <!-- Either this really points to the james-project/pom.xml or you
-         will have to tune the local repository, later, in this file -->
-    <relativePath>../james-project/project/pom.xml</relativePath>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>