Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: <mylka@us...> - 2011-06-29 13:56:26
|
Revision: 2507 http://aperture.svn.sourceforge.net/aperture/?rev=2507&view=rev Author: mylka Date: 2011-06-29 13:56:16 +0000 (Wed, 29 Jun 2011) Log Message: ----------- updated the version numbers of all benfortuna projects to avoid having transitive SNAPSHOT dependencies in the mail build, a problem reported on the forum by kurzbogen Modified Paths: -------------- aperture/trunk/core/pom.xml Modified: aperture/trunk/core/pom.xml =================================================================== --- aperture/trunk/core/pom.xml 2011-06-14 15:08:50 UTC (rev 2506) +++ aperture/trunk/core/pom.xml 2011-06-29 13:56:16 UTC (rev 2507) @@ -320,7 +320,7 @@ <dependency> <groupId>net.fortuna.ical4j</groupId> <artifactId>ical4j</artifactId> - <version>1.0-rc2-byantheque.bundle</version> + <version>1.0</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -331,7 +331,7 @@ <dependency> <groupId>net.fortuna.ical4j</groupId> <artifactId>ical4j-vcard</artifactId> - <version>0.9.3.ant20100406</version> + <version>0.9.3-SNAPSHOT-20110629</version> <exclusions> <exclusion> <groupId>commons-io</groupId> @@ -356,7 +356,7 @@ <dependency> <groupId>net.fortuna.mstor</groupId> <artifactId>mstor</artifactId> - <version>0.9.13-20100823122854</version> + <version>0.9.13-SNAPSHOT-20110629</version> <exclusions> <exclusion> <groupId>javax.mail</groupId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |