This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-doxia-book-renderer.git
commit 6b4d098364fa5b32d93be44db7b4a235ba0078af Author: Dennis Lundberg <[email protected]> AuthorDate: Fri Apr 13 21:01:56 2012 +0000 Use released version of Doxia. git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk@1325948 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8d77b7d..c0fc3f8 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ under the License. <description>A component to render books like user manuals and guides in any format supported by Doxia.</description> <properties> - <doxiaVersion>1.3-SNAPSHOT</doxiaVersion> + <doxiaVersion>1.3</doxiaVersion> </properties> <dependencies>
