Update Maven POM with swt

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@93 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2007-10-23 22:53:28 +00:00
parent 52ad04b72e
commit 7d17272903
1 changed files with 10 additions and 5 deletions

15
pom.xml
View File

@ -5,11 +5,11 @@
<groupId>davmail</groupId> <groupId>davmail</groupId>
<artifactId>davmail</artifactId> <artifactId>davmail</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.0.4</version> <version>1.1.0</version>
<name>davmail</name> <name>davmail</name>
<url>http://www.sourceforge.net/projects/davmail</url> <url>http://www.sourceforge.net/projects/davmail</url>
<description> <description>
Ever wanted to get rid of Outlook ? Davmail is a POP/SMTP exchange gateway allowing Ever wanted to get rid of Outlook ? DavMail is a POP/SMTP exchange gateway allowing
users to use any mail client (e.g. Thunderbird) with an Exchange server, even from the internet users to use any mail client (e.g. Thunderbird) with an Exchange server, even from the internet
through Outlook Web Access on any platform (Java based) through Outlook Web Access on any platform (Java based)
</description> </description>
@ -20,14 +20,14 @@
<url>http://mguessan.free.fr</url> <url>http://mguessan.free.fr</url>
<roles> <roles>
<role>Project Founder</role> <role>Project Founder</role>
<!-- <role>Java Developer</role> --> <role>Java Developer</role>
</roles> </roles>
</developer> </developer>
</developers> </developers>
<licenses> <licenses>
<license> <license>
<name>GNU General Public License</name> <name>GNU General Public License</name>
<url>http://www.gnu.org/licenses/gpl.html</url> <url>http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</url>
<distribution>repo</distribution> <distribution>repo</distribution>
</license> </license>
</licenses> </licenses>
@ -41,7 +41,7 @@
</mailingList> </mailingList>
</mailingLists> </mailingLists>
<scm> <scm>
<connection>scm:svn:https://davmail.svn.sourceforge.net/svnroot/davmail/trunk</connection> <connection>scm:svn:http://davmail.svn.sourceforge.net/svnroot/davmail/trunk</connection>
<developerConnection>scm:svn:https://davmail.svn.sourceforge.net/svnroot/davmail/trunk</developerConnection> <developerConnection>scm:svn:https://davmail.svn.sourceforge.net/svnroot/davmail/trunk</developerConnection>
<tag>HEAD</tag> <tag>HEAD</tag>
<url>http://davmail.svn.sourceforge.net/viewvc/davmail/trunk/</url> <url>http://davmail.svn.sourceforge.net/viewvc/davmail/trunk/</url>
@ -102,6 +102,11 @@
<artifactId>jaf</artifactId> <artifactId>jaf</artifactId>
<version>1.1</version> <version>1.1</version>
</dependency> </dependency>
<dependency>
<groupId>swt</groupId>
<artifactId>swt</artifactId>
<version>3.3</version>
</dependency>
</dependencies> </dependencies>
<build> <build>
<sourceDirectory>src/java</sourceDirectory> <sourceDirectory>src/java</sourceDirectory>