diff options
Diffstat (limited to 'pdf-over-gui')
-rw-r--r-- | pdf-over-gui/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 7b3e2c48..13829233 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>pdf-over</artifactId> <groupId>at.a-sit</groupId> - <version>4.2.4-SNAPSHOT</version> + <version>4.3.0-RC</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>pdf-over-gui</artifactId> @@ -69,7 +69,7 @@ <dependency> <groupId>at.a-sit</groupId> <artifactId>pdf-over-commons</artifactId> - <version>4.2.4-SNAPSHOT</version> + <version>4.3.0-RC</version> <scope>compile</scope> </dependency> </dependencies> |