Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Commit

Permalink
Setting correct version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Lowagie committed Feb 13, 2014
1 parent ce2776d commit 1a9fa34
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 @@ -10,7 +10,7 @@
<groupId>com.itextpdf</groupId>
<artifactId>itext-rups</artifactId>
<name>itext-rups</name>
<version>5.4.6-SNAPSHOT</version>
<version>5.5.0</version>
<description>Rups, a tool to view PDF structure in a swing gui.</description>
<url>http://www.itextpdf.com/</url>
<mailingLists>
Expand Down Expand Up @@ -215,7 +215,7 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
<version>5.4.6-SNAPSHOT</version>
<version>5.5.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit 1a9fa34

Please sign in to comment.