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

Commit

Permalink
Dependency of RUPS 5.4.4 is on iText 5.4.4, not on the SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Lowagie authored and amedee committed Apr 10, 2015
1 parent 53c1c21 commit 5bb05c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>com.itextpdf</groupId>
<artifactId>itext-rups</artifactId>
<name>itext-rups</name>
<version>5.4.4-SNAPSHOT</version>
<version>5.4.4</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 @@ -184,7 +184,7 @@
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
<version>5.4.4-SNAPSHOT</version>
<version>5.4.4</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit 5bb05c8

Please sign in to comment.