This is an automated email from the git hooks/post-receive script. New commit to branch develop-1.1.x in repository faxtomail. See http://git.codelutin.com/faxtomail.git commit c94ee85d847208332e8f1836c3157a77b9c1007d Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Oct 27 16:51:23 2015 +0100 Use pdfbox version 2.0.0-RC1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1a7b6f1..54f948b 100644 --- a/pom.xml +++ b/pom.xml @@ -701,7 +701,7 @@ <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0-RC1</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.