Prepare 3.0.0 release

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@358 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-02-12 14:35:03 +00:00
parent 348ba14ffa
commit 4486cc303a
2 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
<project name="DavMail" default="dist" basedir="."> <project name="DavMail" default="dist" basedir=".">
<property name="version" value="2.1.1"/> <property name="version" value="3.0.0"/>
<path id="classpath"> <path id="classpath">
<pathelement location="classes"/> <pathelement location="classes"/>

18
pom.xml
View File

@ -5,17 +5,17 @@
<groupId>davmail</groupId> <groupId>davmail</groupId>
<artifactId>davmail</artifactId> <artifactId>davmail</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>2.1.1</version> <version>3.0.0</version>
<name>DavMail POP/SMTP/Caldav/LDAP Exchange Gateway</name> <name>DavMail POP/IMAP/SMTP/Caldav/LDAP Exchange Gateway</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/Caldav/LDAP exchange gateway allowing Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/LDAP exchange gateway allowing
users to use any mail/calendar client (e.g. Thunderbird with Lightning) with an Exchange server, users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with an Exchange server,
even from the internet or behind a firewall through Outlook Web Access. DavMail now includes an even from the internet or behind a firewall through Outlook Web Access. DavMail now includes an
LDAP gateway to Exchange global address book to allow recipient address completion in mail compoze LDAP gateway to Exchange global address book to allow recipient address completion in mail compoze
window and full calendar support with attendees free/busy display. window and full calendar support with attendees free/busy display.
DavMail gateway is implemented in java and should run on any platform. Releases are tested on Windows DavMail gateway is implemented in java and should run on any platform. Releases are tested on Windows,
and Linux (Ubuntu). MacOS support is currently limited to server (headless) mode. Linux (Ubuntu) and Mac OSX. Tray does not work on MacOS and is replaced with a full frame.
Tested successfully with the Iphone (gateway running on a server). Tested successfully with the Iphone (gateway running on a server).
</description> </description>
<developers> <developers>