From: <mol...@us...> - 2009-01-30 16:35:22
|
Revision: 964 http://openutils.svn.sourceforge.net/openutils/?rev=964&view=rev Author: molaschi Date: 2009-01-30 16:35:17 +0000 (Fri, 30 Jan 2009) Log Message: ----------- update site Modified Paths: -------------- trunk/openutils-mgnlstripes/src/site/apt/index.apt trunk/openutils-mgnlstripes/src/site/changes/changes.xml Modified: trunk/openutils-mgnlstripes/src/site/apt/index.apt =================================================================== --- trunk/openutils-mgnlstripes/src/site/apt/index.apt 2009-01-30 16:16:01 UTC (rev 963) +++ trunk/openutils-mgnlstripes/src/site/apt/index.apt 2009-01-30 16:35:17 UTC (rev 964) @@ -13,17 +13,19 @@ Any magically-converted Stripes action will still be able to use any standard Stripes feature, plus it will enjoy the automatic injection of any paragraph property. - <<This module requires magnolia 3.5.x or 3.6.x, and will not work on any earlier version!>> + <<This module requires magnolia 4.0.x, and will not work on any earlier version!>> Supported versions: -*-----------------------------*--------------------------------*------------------------------- +*-----------------------------*--------------------------------*-------------------------------------------- | mgnlstripes | stripes | magnolia -*-----------------------------*--------------------------------*------------------------------- +*-----------------------------*--------------------------------*-------------------------------------------- | 3.5.x | 1.4.x (doesn't work with 1.5) | 3.5 (also works on 3.6) -*-----------------------------*--------------------------------*------------------------------- +*-----------------------------*--------------------------------*-------------------------------------------- | 3.6.x (currently beta) | 1.5 (doesn't work with 1.4.x) | 3.6 (also works on 3.5) -*-----------------------------*--------------------------------*------------------------------- +*-----------------------------*--------------------------------*-------------------------------------------- +| 4.0.x (currently beta) | 1.5 (doesn't work with 1.4.x) | 4.0 (doesn't work with previous versions) +*-----------------------------*--------------------------------*-------------------------------------------- @@ -36,7 +38,7 @@ <dependency> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-mgnlstripes</artifactId> - <version>3.5</version> + <version>4.0</version> </dependency> +----------------------------------------------+ Modified: trunk/openutils-mgnlstripes/src/site/changes/changes.xml =================================================================== --- trunk/openutils-mgnlstripes/src/site/changes/changes.xml 2009-01-30 16:16:01 UTC (rev 963) +++ trunk/openutils-mgnlstripes/src/site/changes/changes.xml 2009-01-30 16:35:17 UTC (rev 964) @@ -8,6 +8,9 @@ <author email="fgiust(at)users.sourceforge.net">Fabrizio Giustina</author> </properties> <body> + <release version="4.0" date="2009-01-30" description=""> + <action type="update" dev="molaschi">port to magnolia 4.0 (created the branch "openutils-mgnlstripes-3.6.x" to continue supporting magnolia 3.6.x integration)</action> + </release> <release version="3.6-b2" date="2008-09-17" description=""> <action type="fix" dev="fgiust">fix handling of stripes locale</action> </release> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |