Author: norman Date: Wed Feb 10 18:54:42 2010 New Revision: 908629 URL: http://svn.apache.org/viewvc?rev=908629&view=rev Log: [maven-release-plugin] prepare release 0.1-M1
Modified: james/imap/trunk/api/pom.xml james/imap/trunk/decode/pom.xml james/imap/trunk/deployment/pom.xml james/imap/trunk/jpa/pom.xml james/imap/trunk/mailbox/pom.xml james/imap/trunk/memory/pom.xml james/imap/trunk/message/pom.xml james/imap/trunk/parent/pom.xml james/imap/trunk/pom.xml james/imap/trunk/processor/pom.xml james/imap/trunk/protocol-tester/pom.xml james/imap/trunk/seda/pom.xml james/imap/trunk/store/pom.xml james/imap/trunk/torque/pom.xml Modified: james/imap/trunk/api/pom.xml URL: http://svn.apache.org/viewvc/james/imap/trunk/api/pom.xml?rev=908629&r1=908628&r2=908629&view=diff ============================================================================== --- james/imap/trunk/api/pom.xml (original) +++ james/imap/trunk/api/pom.xml Wed Feb 10 18:54:42 2010 @@ -1,57 +1,57 @@ -<?xml version="1.0" encoding="ISO-8859-15"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> -<project> - <parent> - <artifactId>apache-james-imap-parent</artifactId> - <groupId>org.apache.james</groupId> - <version>0.1-SNAPSHOT</version> - <relativePath>../parent/pom.xml</relativePath> - </parent> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-api</artifactId> - <name>Apache JAMES IMAP Api</name> - <dependencies> - <dependency> - <groupId>${javax.mail.groupId}</groupId> - <artifactId>${javax.mail.artifactId}</artifactId> - </dependency> - - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.jmock</groupId> - <artifactId>jmock</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.jmock</groupId> - <artifactId>jmock-junit3</artifactId> - <scope>test</scope> - </dependency> - </dependencies> -</project> +<?xml version="1.0" encoding="ISO-8859-15"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <artifactId>apache-james-imap-parent</artifactId> + <groupId>org.apache.james</groupId> + <version>0.1-M1</version> + <relativePath>../parent/pom.xml</relativePath> + </parent> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-api</artifactId> + <name>Apache JAMES IMAP Api</name> + <dependencies> + <dependency> + <groupId>${javax.mail.groupId}</groupId> + <artifactId>${javax.mail.artifactId}</artifactId> + </dependency> + + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.jmock</groupId> + <artifactId>jmock</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.jmock</groupId> + <artifactId>jmock-junit3</artifactId> + <scope>test</scope> + </dependency> + </dependencies> +</project> Modified: james/imap/trunk/decode/pom.xml URL: http://svn.apache.org/viewvc/james/imap/trunk/decode/pom.xml?rev=908629&r1=908628&r2=908629&view=diff ============================================================================== --- james/imap/trunk/decode/pom.xml (original) +++ james/imap/trunk/decode/pom.xml Wed Feb 10 18:54:42 2010 @@ -1,85 +1,85 @@ -<?xml version="1.0" encoding="ISO-8859-15"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> -<project> - <parent> - <artifactId>apache-james-imap-parent</artifactId> - <groupId>org.apache.james</groupId> - <version>0.1-SNAPSHOT</version> - <relativePath>../parent/pom.xml</relativePath> - </parent> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-decode</artifactId> - <name>Apache JAMES IMAP Decode Library</name> - - <profiles> - <profile> - <!-- Geronimo Mail module do not declare runtime dependency on Activation --> - <id>geronimo</id> - <dependencies> - <dependency> - <groupId>${javax.activation.groupId}</groupId> - <artifactId>${javax.activation.artifactId}</artifactId> - </dependency> - </dependencies> - </profile> - </profiles> - - <dependencies> - <dependency> - <groupId>${javax.mail.groupId}</groupId> - <artifactId>${javax.mail.artifactId}</artifactId> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-api</artifactId> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-api</artifactId> - <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.jmock</groupId> - <artifactId>jmock</artifactId> - <scope>test</scope> +<?xml version="1.0" encoding="ISO-8859-15"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <artifactId>apache-james-imap-parent</artifactId> + <groupId>org.apache.james</groupId> + <version>0.1-M1</version> + <relativePath>../parent/pom.xml</relativePath> + </parent> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-decode</artifactId> + <name>Apache JAMES IMAP Decode Library</name> + + <profiles> + <profile> + <!-- Geronimo Mail module do not declare runtime dependency on Activation --> + <id>geronimo</id> + <dependencies> + <dependency> + <groupId>${javax.activation.groupId}</groupId> + <artifactId>${javax.activation.artifactId}</artifactId> + </dependency> + </dependencies> + </profile> + </profiles> + + <dependencies> + <dependency> + <groupId>${javax.mail.groupId}</groupId> + <artifactId>${javax.mail.artifactId}</artifactId> + </dependency> + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-api</artifactId> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-api</artifactId> + <type>test-jar</type> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.jmock</groupId> + <artifactId>jmock</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.jmock</groupId> <artifactId>jmock-junit3</artifactId> <scope>test</scope> - </dependency> - </dependencies> -</project> + </dependency> + </dependencies> +</project> Modified: james/imap/trunk/deployment/pom.xml URL: http://svn.apache.org/viewvc/james/imap/trunk/deployment/pom.xml?rev=908629&r1=908628&r2=908629&view=diff ============================================================================== --- james/imap/trunk/deployment/pom.xml (original) +++ james/imap/trunk/deployment/pom.xml Wed Feb 10 18:54:42 2010 @@ -17,11 +17,11 @@ specific language governing permissions and limitations under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>apache-james-imap-parent</artifactId> <groupId>org.apache.james</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-M1</version> <relativePath>../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> Modified: james/imap/trunk/jpa/pom.xml URL: http://svn.apache.org/viewvc/james/imap/trunk/jpa/pom.xml?rev=908629&r1=908628&r2=908629&view=diff ============================================================================== --- james/imap/trunk/jpa/pom.xml (original) +++ james/imap/trunk/jpa/pom.xml Wed Feb 10 18:54:42 2010 @@ -1,88 +1,88 @@ -<?xml version="1.0" encoding="ISO-8859-15"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> -<project> - <parent> - <artifactId>apache-james-imap-parent</artifactId> - <groupId>org.apache.james</groupId> - <version>0.1-SNAPSHOT</version> - <relativePath>../parent/pom.xml</relativePath> - </parent> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-jpa</artifactId> - <name>Apache James IMAP JPA Mailbox Manager</name> - <dependencies> - <dependency> - <groupId>${javax.mail.groupId}</groupId> - <artifactId>${javax.mail.artifactId}</artifactId> +<?xml version="1.0" encoding="ISO-8859-15"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <artifactId>apache-james-imap-parent</artifactId> + <groupId>org.apache.james</groupId> + <version>0.1-M1</version> + <relativePath>../parent/pom.xml</relativePath> + </parent> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-jpa</artifactId> + <name>Apache James IMAP JPA Mailbox Manager</name> + <dependencies> + <dependency> + <groupId>${javax.mail.groupId}</groupId> + <artifactId>${javax.mail.artifactId}</artifactId> </dependency> <dependency> <groupId>${javax.activation.groupId}</groupId> <artifactId>${javax.activation.artifactId}</artifactId> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-api</artifactId> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-mailbox</artifactId> - </dependency> + </dependency> + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-api</artifactId> + </dependency> + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-mailbox</artifactId> + </dependency> <dependency> <groupId>org.apache.james</groupId> <artifactId>apache-james-imap-store</artifactId> </dependency> - - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-mime4j</artifactId> - </dependency> - - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - - <dependency> - <groupId>javax.persistence</groupId> - <artifactId>persistence-api</artifactId> - </dependency> - <dependency> - <groupId>org.apache.openjpa</groupId> - <artifactId>openjpa</artifactId> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> + + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-mime4j</artifactId> + </dependency> + + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + </dependency> + + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + + <dependency> + <groupId>javax.persistence</groupId> + <artifactId>persistence-api</artifactId> + </dependency> + <dependency> + <groupId>org.apache.openjpa</groupId> + <artifactId>openjpa</artifactId> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build> @@ -182,5 +182,5 @@ </dependencies> </plugin> </plugins> - </build> -</project> + </build> +</project> Modified: james/imap/trunk/mailbox/pom.xml URL: http://svn.apache.org/viewvc/james/imap/trunk/mailbox/pom.xml?rev=908629&r1=908628&r2=908629&view=diff ============================================================================== --- james/imap/trunk/mailbox/pom.xml (original) +++ james/imap/trunk/mailbox/pom.xml Wed Feb 10 18:54:42 2010 @@ -17,11 +17,11 @@ specific language governing permissions and limitations under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>apache-james-imap-parent</artifactId> <groupId>org.apache.james</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-M1</version> <relativePath>../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> Modified: james/imap/trunk/memory/pom.xml URL: http://svn.apache.org/viewvc/james/imap/trunk/memory/pom.xml?rev=908629&r1=908628&r2=908629&view=diff ============================================================================== --- james/imap/trunk/memory/pom.xml (original) +++ james/imap/trunk/memory/pom.xml Wed Feb 10 18:54:42 2010 @@ -17,11 +17,11 @@ specific language governing permissions and limitations under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>apache-james-imap-parent</artifactId> <groupId>org.apache.james</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-M1</version> <relativePath>../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> Modified: james/imap/trunk/message/pom.xml URL: http://svn.apache.org/viewvc/james/imap/trunk/message/pom.xml?rev=908629&r1=908628&r2=908629&view=diff ============================================================================== --- james/imap/trunk/message/pom.xml (original) +++ james/imap/trunk/message/pom.xml Wed Feb 10 18:54:42 2010 @@ -1,85 +1,85 @@ -<?xml version="1.0" encoding="ISO-8859-15"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> -<project> - <parent> - <artifactId>apache-james-imap-parent</artifactId> - <groupId>org.apache.james</groupId> - <version>0.1-SNAPSHOT</version> - <relativePath>../parent/pom.xml</relativePath> - </parent> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-message</artifactId> - <name>Apache JAMES IMAP Message Library</name> - - <profiles> - <profile> - <!-- Geronimo Mail module do not declare runtime dependency on Activation --> - <id>geronimo</id> - <dependencies> - <dependency> - <groupId>${javax.activation.groupId}</groupId> - <artifactId>${javax.activation.artifactId}</artifactId> - </dependency> - </dependencies> - </profile> - </profiles> - - <dependencies> - <dependency> - <groupId>${javax.mail.groupId}</groupId> - <artifactId>${javax.mail.artifactId}</artifactId> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-api</artifactId> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-api</artifactId> - <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.jmock</groupId> - <artifactId>jmock</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.jmock</groupId> - <artifactId>jmock-junit3</artifactId> - <scope>test</scope> - </dependency> - </dependencies> -</project> +<?xml version="1.0" encoding="ISO-8859-15"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <artifactId>apache-james-imap-parent</artifactId> + <groupId>org.apache.james</groupId> + <version>0.1-M1</version> + <relativePath>../parent/pom.xml</relativePath> + </parent> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-message</artifactId> + <name>Apache JAMES IMAP Message Library</name> + + <profiles> + <profile> + <!-- Geronimo Mail module do not declare runtime dependency on Activation --> + <id>geronimo</id> + <dependencies> + <dependency> + <groupId>${javax.activation.groupId}</groupId> + <artifactId>${javax.activation.artifactId}</artifactId> + </dependency> + </dependencies> + </profile> + </profiles> + + <dependencies> + <dependency> + <groupId>${javax.mail.groupId}</groupId> + <artifactId>${javax.mail.artifactId}</artifactId> + </dependency> + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-api</artifactId> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-api</artifactId> + <type>test-jar</type> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.jmock</groupId> + <artifactId>jmock</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.jmock</groupId> + <artifactId>jmock-junit3</artifactId> + <scope>test</scope> + </dependency> + </dependencies> +</project> Modified: james/imap/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/james/imap/trunk/parent/pom.xml?rev=908629&r1=908628&r2=908629&view=diff ============================================================================== --- james/imap/trunk/parent/pom.xml (original) +++ james/imap/trunk/parent/pom.xml Wed Feb 10 18:54:42 2010 @@ -17,7 +17,7 @@ specific language governing permissions and limitations under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>james-project</artifactId> <groupId>org.apache.james</groupId> @@ -27,16 +27,16 @@ <groupId>org.apache.james</groupId> <artifactId>apache-james-imap-parent</artifactId> <name>Apache JAMES Imap Parent pom</name> - <version>0.1-SNAPSHOT</version> + <version>0.1-M1</version> <description>The Apache JAMES Imap Protocol</description> <url>http://james.apache.org/imap/</url> <inceptionYear>2002</inceptionYear> <packaging>pom</packaging> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/james/imap/trunk</connection> - <developerConnection>scm:svn:https://${maven.userna...@svn.apache.org/repos/asf/james/imap/trunk</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/james/imap/trunk?root=Apache-SVN</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/james/imap/tags/0.1-M1</connection> + <developerConnection>scm:svn:https://nor...@svn.apache.org/repos/asf/james/imap/tags/0.1-M1</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/james/imap/trunk/tags/0.1-M1?root=Apache-SVN</url> </scm> <repositories> Modified: james/imap/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/imap/trunk/pom.xml?rev=908629&r1=908628&r2=908629&view=diff ============================================================================== --- james/imap/trunk/pom.xml (original) +++ james/imap/trunk/pom.xml Wed Feb 10 18:54:42 2010 @@ -1,56 +1,56 @@ -<?xml version="1.0" encoding="ISO-8859-15"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> -<project> - <parent> - <artifactId>james-project</artifactId> - <groupId>org.apache.james</groupId> - <version>1.5</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap</artifactId> - <name>Apache JAMES Imap</name> - <version>0.1-SNAPSHOT</version> - <description>The Apache JAMES Imap Protocol</description> - <url>http://james.apache.org/imap/</url> - <inceptionYear>2002</inceptionYear> - <packaging>pom</packaging> - <modules> - <!-- <module>stage</module> --> - <module>protocol-tester</module> - <module>api</module> - <module>message</module> - <module>decode</module> - <module>mailbox</module> - <module>store</module> - <module>processor</module> - <module>torque</module> - <module>jpa</module> - <module>memory</module> - <module>seda</module> - <module>deployment</module> - <module>parent</module> - <!-- - <module>maildir</module> - --> - </modules> +<?xml version="1.0" encoding="ISO-8859-15"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <artifactId>james-project</artifactId> + <groupId>org.apache.james</groupId> + <version>1.5</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap</artifactId> + <name>Apache JAMES Imap</name> + <version>0.1-M1</version> + <description>The Apache JAMES Imap Protocol</description> + <url>http://james.apache.org/imap/</url> + <inceptionYear>2002</inceptionYear> + <packaging>pom</packaging> + <modules> + <!-- <module>stage</module> --> + <module>protocol-tester</module> + <module>api</module> + <module>message</module> + <module>decode</module> + <module>mailbox</module> + <module>store</module> + <module>processor</module> + <module>torque</module> + <module>jpa</module> + <module>memory</module> + <module>seda</module> + <module>deployment</module> + <module>parent</module> + <!-- + <module>maildir</module> + --> + </modules> <distributionManagement> <site> @@ -60,27 +60,27 @@ </distributionManagement> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/james/imap/trunk</connection> - <developerConnection>scm:svn:https://${maven.userna...@svn.apache.org/repos/asf/james/imap/trunk</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/james/imap/trunk?root=Apache-SVN</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/james/imap/tags/0.1-M1</connection> + <developerConnection>scm:svn:https://nor...@svn.apache.org/repos/asf/james/imap/tags/0.1-M1</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/james/imap/trunk/tags/0.1-M1?root=Apache-SVN</url> </scm> - - <profiles> - <profile> - <id>geronimo</id> - <properties> - <javax.mail.groupId>org.apache.geronimo.javamail</javax.mail.groupId> - <javax.mail.artifactId>geronimo-javamail_1.4_mail</javax.mail.artifactId> - <javax.activation.groupId>org.apache.geronimo.specs</javax.activation.groupId> - <javax.activation.artifactId>geronimo-activation_1.1_spec</javax.activation.artifactId> - </properties> - </profile> - </profiles> - <properties> - <javax.activation.groupId>javax.activation</javax.activation.groupId> - <javax.activation.artifactId>activation</javax.activation.artifactId> - <javax.mail.groupId>javax.mail</javax.mail.groupId> - <javax.mail.artifactId>mail</javax.mail.artifactId> - </properties> - -</project> + + <profiles> + <profile> + <id>geronimo</id> + <properties> + <javax.mail.groupId>org.apache.geronimo.javamail</javax.mail.groupId> + <javax.mail.artifactId>geronimo-javamail_1.4_mail</javax.mail.artifactId> + <javax.activation.groupId>org.apache.geronimo.specs</javax.activation.groupId> + <javax.activation.artifactId>geronimo-activation_1.1_spec</javax.activation.artifactId> + </properties> + </profile> + </profiles> + <properties> + <javax.activation.groupId>javax.activation</javax.activation.groupId> + <javax.activation.artifactId>activation</javax.activation.artifactId> + <javax.mail.groupId>javax.mail</javax.mail.groupId> + <javax.mail.artifactId>mail</javax.mail.artifactId> + </properties> + +</project> Modified: james/imap/trunk/processor/pom.xml URL: http://svn.apache.org/viewvc/james/imap/trunk/processor/pom.xml?rev=908629&r1=908628&r2=908629&view=diff ============================================================================== --- james/imap/trunk/processor/pom.xml (original) +++ james/imap/trunk/processor/pom.xml Wed Feb 10 18:54:42 2010 @@ -1,86 +1,86 @@ -<?xml version="1.0" encoding="ISO-8859-15"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> -<project> - <parent> - <artifactId>apache-james-imap-parent</artifactId> - <groupId>org.apache.james</groupId> - <version>0.1-SNAPSHOT</version> - <relativePath>../parent/pom.xml</relativePath> - </parent> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-processor</artifactId> - <name>Apache JAMES IMAP Mailbox Processor function</name> - - <profiles> - <profile> - <!-- Geronimo Mail module do not declare runtime dependency on Activation --> - <id>geronimo</id> - <dependencies> - <dependency> - <groupId>${javax.activation.groupId}</groupId> - <artifactId>${javax.activation.artifactId}</artifactId> - </dependency> - </dependencies> - </profile> - </profiles> - - <dependencies> - <dependency> - <groupId>${javax.mail.groupId}</groupId> - <artifactId>${javax.mail.artifactId}</artifactId> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-api</artifactId> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-mailbox</artifactId> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-message</artifactId> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-mime4j</artifactId> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.jmock</groupId> - <artifactId>jmock</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.jmock</groupId> - <artifactId>jmock-junit3</artifactId> - <scope>test</scope> - </dependency> - </dependencies> -</project> +<?xml version="1.0" encoding="ISO-8859-15"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <artifactId>apache-james-imap-parent</artifactId> + <groupId>org.apache.james</groupId> + <version>0.1-M1</version> + <relativePath>../parent/pom.xml</relativePath> + </parent> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-processor</artifactId> + <name>Apache JAMES IMAP Mailbox Processor function</name> + + <profiles> + <profile> + <!-- Geronimo Mail module do not declare runtime dependency on Activation --> + <id>geronimo</id> + <dependencies> + <dependency> + <groupId>${javax.activation.groupId}</groupId> + <artifactId>${javax.activation.artifactId}</artifactId> + </dependency> + </dependencies> + </profile> + </profiles> + + <dependencies> + <dependency> + <groupId>${javax.mail.groupId}</groupId> + <artifactId>${javax.mail.artifactId}</artifactId> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-api</artifactId> + </dependency> + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-mailbox</artifactId> + </dependency> + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-message</artifactId> + </dependency> + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-mime4j</artifactId> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.jmock</groupId> + <artifactId>jmock</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.jmock</groupId> + <artifactId>jmock-junit3</artifactId> + <scope>test</scope> + </dependency> + </dependencies> +</project> Modified: james/imap/trunk/protocol-tester/pom.xml URL: http://svn.apache.org/viewvc/james/imap/trunk/protocol-tester/pom.xml?rev=908629&r1=908628&r2=908629&view=diff ============================================================================== --- james/imap/trunk/protocol-tester/pom.xml (original) +++ james/imap/trunk/protocol-tester/pom.xml Wed Feb 10 18:54:42 2010 @@ -17,11 +17,11 @@ specific language governing permissions and limitations under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>apache-james-imap-parent</artifactId> <groupId>org.apache.james</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-M1</version> <relativePath>../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> Modified: james/imap/trunk/seda/pom.xml URL: http://svn.apache.org/viewvc/james/imap/trunk/seda/pom.xml?rev=908629&r1=908628&r2=908629&view=diff ============================================================================== --- james/imap/trunk/seda/pom.xml (original) +++ james/imap/trunk/seda/pom.xml Wed Feb 10 18:54:42 2010 @@ -17,11 +17,11 @@ specific language governing permissions and limitations under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>apache-james-imap-parent</artifactId> <groupId>org.apache.james</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-M1</version> <relativePath>../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -58,7 +58,7 @@ <dependency> <groupId>org.apache.james</groupId> <artifactId>apache-james-imap-protocol-tester</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-M1</version> <scope>test</scope> </dependency> <dependency> Modified: james/imap/trunk/store/pom.xml URL: http://svn.apache.org/viewvc/james/imap/trunk/store/pom.xml?rev=908629&r1=908628&r2=908629&view=diff ============================================================================== --- james/imap/trunk/store/pom.xml (original) +++ james/imap/trunk/store/pom.xml Wed Feb 10 18:54:42 2010 @@ -1,69 +1,69 @@ -<?xml version="1.0" encoding="ISO-8859-15"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> -<project> - <parent> - <artifactId>apache-james-imap-parent</artifactId> - <groupId>org.apache.james</groupId> - <version>0.1-SNAPSHOT</version> - <relativePath>../parent/pom.xml</relativePath> - </parent> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-store</artifactId> - <name>Apache James IMAP Mailbox Store Framework</name> - <dependencies> - <dependency> - <groupId>${javax.mail.groupId}</groupId> - <artifactId>${javax.mail.artifactId}</artifactId> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-api</artifactId> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-mailbox</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-mime4j</artifactId> - </dependency> - - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - </dependencies> -</project> +<?xml version="1.0" encoding="ISO-8859-15"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <artifactId>apache-james-imap-parent</artifactId> + <groupId>org.apache.james</groupId> + <version>0.1-M1</version> + <relativePath>../parent/pom.xml</relativePath> + </parent> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-store</artifactId> + <name>Apache James IMAP Mailbox Store Framework</name> + <dependencies> + <dependency> + <groupId>${javax.mail.groupId}</groupId> + <artifactId>${javax.mail.artifactId}</artifactId> + </dependency> + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-api</artifactId> + </dependency> + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-mailbox</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-mime4j</artifactId> + </dependency> + + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + </dependencies> +</project> Modified: james/imap/trunk/torque/pom.xml URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/pom.xml?rev=908629&r1=908628&r2=908629&view=diff ============================================================================== --- james/imap/trunk/torque/pom.xml (original) +++ james/imap/trunk/torque/pom.xml Wed Feb 10 18:54:42 2010 @@ -1,90 +1,90 @@ -<?xml version="1.0" encoding="ISO-8859-15"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> -<project> - <parent> - <artifactId>apache-james-imap-parent</artifactId> - <groupId>org.apache.james</groupId> - <version>0.1-SNAPSHOT</version> - <relativePath>../parent/pom.xml</relativePath> - </parent> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-torque</artifactId> - <name>Apache JAMES Imap Torque Mailbox Manager</name> - <dependencies> - <dependency> - <groupId>${javax.mail.groupId}</groupId> - <artifactId>${javax.mail.artifactId}</artifactId> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-api</artifactId> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-mailbox</artifactId> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-store</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-mime4j</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.torque</groupId> - <artifactId>torque-runtime</artifactId> - </dependency> - - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - <dependency> - <groupId>org.apache.torque</groupId> - <artifactId>village</artifactId> - </dependency> - - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-imap-store</artifactId> - <type>test-jar</type> - <scope>test</scope> - </dependency> - </dependencies> -</project> +<?xml version="1.0" encoding="ISO-8859-15"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <artifactId>apache-james-imap-parent</artifactId> + <groupId>org.apache.james</groupId> + <version>0.1-M1</version> + <relativePath>../parent/pom.xml</relativePath> + </parent> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-torque</artifactId> + <name>Apache JAMES Imap Torque Mailbox Manager</name> + <dependencies> + <dependency> + <groupId>${javax.mail.groupId}</groupId> + <artifactId>${javax.mail.artifactId}</artifactId> + </dependency> + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-api</artifactId> + </dependency> + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-mailbox</artifactId> + </dependency> + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-store</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-mime4j</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.torque</groupId> + <artifactId>torque-runtime</artifactId> + </dependency> + + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + </dependency> + <dependency> + <groupId>org.apache.torque</groupId> + <artifactId>village</artifactId> + </dependency> + + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-store</artifactId> + <type>test-jar</type> + <scope>test</scope> + </dependency> + </dependencies> +</project> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org