Skip to content

Commit

Permalink
Update pom.xml to reference Pdfbox 2.0.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
dhorions committed Feb 11, 2016
1 parent 9afcfac commit 544b648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
<version>9</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.0-RC1</version>
<version>2.0.0-RC3</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 544b648

Please sign in to comment.