diff options
author | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2020-11-20 14:37:28 +0100 |
---|---|---|
committer | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2020-11-20 14:37:28 +0100 |
commit | 38ca602a7739e8ba957b963992ba073409fdaf29 (patch) | |
tree | d76a1cc96cf4f89c5c303260bb4b1183891fcce5 /pdf-over-gui | |
parent | ccd49455bfc3b98c60e2db940dc5d368e951ac97 (diff) | |
download | pdf-over-38ca602a7739e8ba957b963992ba073409fdaf29.tar.gz pdf-over-38ca602a7739e8ba957b963992ba073409fdaf29.tar.bz2 pdf-over-38ca602a7739e8ba957b963992ba073409fdaf29.zip |
[maven-release-plugin] prepare for next development iteration
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 13829233..f1b36d28 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.3.0-RC</version> + <version>4.3.0-SNAPSHOt</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.3.0-RC</version> + <version>4.3.0-SNAPSHOt</version> <scope>compile</scope> </dependency> </dependencies> |