Author: rdonkin
Date: Sun Nov 30 08:54:14 2008
New Revision: 721856
URL: http://svn.apache.org/viewvc?rev=721856&view=rev
Log:
Modules should use super POM
Modified:
james/jsieve/trunk/mailet/pom.xml
james/jsieve/trunk/main/pom.xml
james/jsieve/trunk/util/pom.xml
Modified: james/jsieve/trunk/mailet/pom.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/mailet/pom.xml?rev=721856&r1=721855&r2=721856&view=diff
==============================================================================
--- james/jsieve/trunk/mailet/pom.xml (original)
+++ james/jsieve/trunk/mailet/pom.xml Sun Nov 30 08:54:14 2008
@@ -19,12 +19,10 @@
under the License.
-->
<parent>
- <artifactId>james-project</artifactId>
+ <artifactId>jsieve-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>0.3-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
Modified: james/jsieve/trunk/main/pom.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/main/pom.xml?rev=721856&r1=721855&r2=721856&view=diff
==============================================================================
--- james/jsieve/trunk/main/pom.xml (original)
+++ james/jsieve/trunk/main/pom.xml Sun Nov 30 08:54:14 2008
@@ -19,12 +19,10 @@
under the License.
-->
<parent>
- <artifactId>james-project</artifactId>
+ <artifactId>jsieve-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>0.3-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
Modified: james/jsieve/trunk/util/pom.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/util/pom.xml?rev=721856&r1=721855&r2=721856&view=diff
==============================================================================
--- james/jsieve/trunk/util/pom.xml (original)
+++ james/jsieve/trunk/util/pom.xml Sun Nov 30 08:54:14 2008
@@ -19,12 +19,10 @@
under the License.
-->
<parent>
- <artifactId>james-project</artifactId>
+ <artifactId>jsieve-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>0.3-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]