Author: felixk
Date: Wed Oct 12 15:53:00 2011
New Revision: 1182449
URL: http://svn.apache.org/viewvc?rev=1182449&view=rev
Log:
Remove inheritable configurations
Modified:
james/trunk/sandbox/felixk/sample-project-layout/imap/pom.xml
james/trunk/sandbox/felixk/sample-project-layout/mailbox/pom.xml
Modified: james/trunk/sandbox/felixk/sample-project-layout/imap/pom.xml
URL:
http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/imap/pom.xml?rev=1182449&r1=1182448&r2=1182449&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/imap/pom.xml (original)
+++ james/trunk/sandbox/felixk/sample-project-layout/imap/pom.xml Wed Oct 12
15:53:00 2011
@@ -617,6 +617,5 @@
<version.javax.mail>1.4.1</version.javax.mail>
<version.activation>1.1.1</version.activation>
<version.jmock>2.5.1</version.jmock>
- <target.jdk>1.6</target.jdk>
</properties>
</project>
Modified: james/trunk/sandbox/felixk/sample-project-layout/mailbox/pom.xml
URL:
http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/mailbox/pom.xml?rev=1182449&r1=1182448&r2=1182449&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/mailbox/pom.xml (original)
+++ james/trunk/sandbox/felixk/sample-project-layout/mailbox/pom.xml Wed Oct 12
15:53:00 2011
@@ -26,7 +26,6 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox</artifactId>
<name>Apache James Mailbox</name>
<version>0.4-SNAPSHOT</version>
@@ -35,10 +34,6 @@
<inceptionYear>2010</inceptionYear>
<packaging>pom</packaging>
- <prerequisites>
- <maven>3.0.2</maven>
- </prerequisites>
-
<modules>
<module>api</module>
<module>store</module>
@@ -57,16 +52,6 @@
<url>http://issues.apache.org/jira/browse/MAILBOX</url>
</issueManagement>
- <ciManagement>
- <system>hudson</system>
-
<url>http://hudson.zones.apache.org/hudson/view/James/job/james-mailbox-trunk/</url>
- <notifiers>
- <notifier>
- <type>mail</type>
- </notifier>
- </notifiers>
- </ciManagement>
-
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/james/mailbox/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mailbox/trunk</developerConnection>
@@ -900,8 +885,6 @@
<version.jackrabbit>2.2.0</version.jackrabbit>
<version.hbase>0.90.4</version.hbase>
<version.hadoop>0.20.204.0</version.hadoop>
-
- <target.jdk>1.6</target.jdk>
</properties>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]