Skip to content

Commit 544b648

Browse files
committed
Update pom.xml to reference Pdfbox 2.0.0-RC3
1 parent 9afcfac commit 544b648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sonatype.oss</groupId>
88
<artifactId>oss-parent</artifactId>
9-
<version>9</version>
9+
<version>9</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.apache.pdfbox</groupId>
2424
<artifactId>pdfbox</artifactId>
25-
<version>2.0.0-RC1</version>
25+
<version>2.0.0-RC3</version>
2626
<scope>compile</scope>
2727
</dependency>
2828

0 commit comments

Comments
 (0)