Author: fdesbois Date: 2010-05-27 15:42:47 +0000 (Thu, 27 May 2010) New Revision: 486 Log: Bug on filtering maven properties seems to be resolved in some mavenpom plugin version update Modified: trunk/wao-business/pom.xml trunk/wao-business/src/main/filters/Wao.properties Modified: trunk/wao-business/pom.xml =================================================================== --- trunk/wao-business/pom.xml 2010-05-25 13:25:38 UTC (rev 485) +++ trunk/wao-business/pom.xml 2010-05-27 15:42:47 UTC (rev 486) @@ -100,7 +100,6 @@ <!-- ************************************************************* --> <build> - <!-- FIXME les filtres ne fonctionnent pas ! --> <!-- Filter for resolving maven properties in Wao.properties in resource folder --> <resources> <resource> Modified: trunk/wao-business/src/main/filters/Wao.properties =================================================================== --- trunk/wao-business/src/main/filters/Wao.properties 2010-05-25 13:25:38 UTC (rev 485) +++ trunk/wao-business/src/main/filters/Wao.properties 2010-05-27 15:42:47 UTC (rev 486) @@ -48,4 +48,4 @@ wao.server.path=localhost:8080/wao ## Version (not necessary to override it) -wao.version=1.2.1 \ No newline at end of file +wao.version=${project.version} \ No newline at end of file