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>
<artifactId>davmail</artifactId>
<packaging>jar</packaging>
<version>1.0.4</version>
<version>1.1.0</version>
<name>davmail</name>
<url>http://www.sourceforge.net/projects/davmail</url>
<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
through Outlook Web Access on any platform (Java based)
</description>
@ -20,14 +20,14 @@
<url>http://mguessan.free.fr</url>
<roles>
<role>Project Founder</role>
<!-- <role>Java Developer</role> -->
<role>Java Developer</role>
</roles>
</developer>
</developers>
<licenses>
<license>
<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>
</license>
</licenses>
@ -41,7 +41,7 @@
</mailingList>
</mailingLists>
<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>
<tag>HEAD</tag>
<url>http://davmail.svn.sourceforge.net/viewvc/davmail/trunk/</url>
@ -102,6 +102,11 @@
<artifactId>jaf</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>swt</groupId>
<artifactId>swt</artifactId>
<version>3.3</version>
</dependency>
</dependencies>
<build>
<sourceDirectory>src/java</sourceDirectory>