diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:41:55 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:41:55 +0000 |
commit | cd8602246480c48c972d49cbfe9b2e80c207d6ef (patch) | |
tree | 16fb4d4147e96555a59987f34448df9fe045e9c7 /pdf-over-gui | |
parent | 13a7da02139dd3e690044898b8138f7e8606e60e (diff) | |
download | pdf-over-cd8602246480c48c972d49cbfe9b2e80c207d6ef.tar.gz pdf-over-cd8602246480c48c972d49cbfe9b2e80c207d6ef.tar.bz2 pdf-over-cd8602246480c48c972d49cbfe9b2e80c207d6ef.zip |
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@455 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui')
-rw-r--r-- | pdf-over-gui/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 02bb314d..97730adb 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>pdf-over</artifactId> <groupId>a-sit.at</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>pdf-over-gui</artifactId> @@ -28,12 +28,12 @@ <dependency> <groupId>a-sit.at</groupId> <artifactId>pdf-over-signator</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>a-sit.at</groupId> <artifactId>pdf-over-sigpdfas</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-httpclient</groupId> |