This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See http://git.codelutin.com/faxtomail.git commit 02504d5f1d4d8b68e4b1760b16e903aab81728ed 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 dc4a9b0..e9c387f 100644 --- a/pom.xml +++ b/pom.xml @@ -694,7 +694,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>.