Author: fdesbois Date: 2009-08-31 18:37:31 +0200 (Mon, 31 Aug 2009) New Revision: 38 Modified: trunk/pom.xml Log: Add missing version for JRst Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-31 13:39:14 UTC (rev 37) +++ trunk/pom.xml 2009-08-31 16:37:31 UTC (rev 38) @@ -122,7 +122,7 @@ <dependency> <groupId>org.nuiton.jrst</groupId> <artifactId>doxia-module-jrst</artifactId> - <version>${jrst.version}</version> + <version>1.0.0</version> </dependency> </dependencies> </plugin>