You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2011/07/26 22:29:12 UTC

svn commit: r1151225 - /pdfbox/trunk/xmpbox/pom.xml

Author: lehmi
Date: Tue Jul 26 20:29:12 2011
New Revision: 1151225

URL: http://svn.apache.org/viewvc?rev=1151225&view=rev
Log:
PDFBOX-1056: update stax dependency as proposed by Guillaume

Modified:
    pdfbox/trunk/xmpbox/pom.xml

Modified: pdfbox/trunk/xmpbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/xmpbox/pom.xml?rev=1151225&r1=1151224&r2=1151225&view=diff
==============================================================================
--- pdfbox/trunk/xmpbox/pom.xml (original)
+++ pdfbox/trunk/xmpbox/pom.xml Tue Jul 26 20:29:12 2011
@@ -61,7 +61,7 @@
     <dependency>
     	<groupId>stax</groupId>
     	<artifactId>stax</artifactId>
-    	<version>1.2.0_rc2-dev</version>
+    	<version>1.2.0</version>
     	<type>jar</type>
     	<scope>compile</scope>
     </dependency>