diff options
| author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:36:45 +0000 | 
|---|---|---|
| committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:36:45 +0000 | 
| commit | 676660ce170c3aebe299038614258dfd967513cd (patch) | |
| tree | 4bf66271cd91f3ad2b52e550278e7c360c3091b4 | |
| parent | 0b418c410b7311056e677bebb3913c2074bd9f78 (diff) | |
| download | pdf-over-676660ce170c3aebe299038614258dfd967513cd.tar.gz pdf-over-676660ce170c3aebe299038614258dfd967513cd.tar.bz2 pdf-over-676660ce170c3aebe299038614258dfd967513cd.zip | |
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@413 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
| -rw-r--r-- | pdf-over-gui/pom.xml | 6 | ||||
| -rw-r--r-- | pdf-over-signator/pom.xml | 2 | ||||
| -rw-r--r-- | pdf-over-signer/pdf-over-sigpdfas/pom.xml | 2 | ||||
| -rw-r--r-- | pdf-over-signer/pom.xml | 2 | ||||
| -rw-r--r-- | pom.xml | 2 | 
5 files changed, 7 insertions, 7 deletions
| diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 8ee5cb5e..812a39c5 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.0</version> +		<version>4.0.1-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.0</version> +			<version>4.0.1-SNAPSHOT</version>  		</dependency>  		<dependency>  			<groupId>a-sit.at</groupId>  			<artifactId>pdf-over-sigpdfas</artifactId> -			<version>4.0.0</version> +			<version>4.0.1-SNAPSHOT</version>  		</dependency>  		<dependency>  			<groupId>commons-httpclient</groupId> diff --git a/pdf-over-signator/pom.xml b/pdf-over-signator/pom.xml index d261f34a..a8a4d744 100644 --- a/pdf-over-signator/pom.xml +++ b/pdf-over-signator/pom.xml @@ -3,7 +3,7 @@  	<parent>  		<artifactId>pdf-over</artifactId>  		<groupId>a-sit.at</groupId> -		<version>4.0.0</version> +		<version>4.0.1-SNAPSHOT</version>  		<relativePath>..</relativePath>  	</parent>  	<artifactId>pdf-over-signator</artifactId> diff --git a/pdf-over-signer/pdf-over-sigpdfas/pom.xml b/pdf-over-signer/pdf-over-sigpdfas/pom.xml index 5325420e..805a6117 100644 --- a/pdf-over-signer/pdf-over-sigpdfas/pom.xml +++ b/pdf-over-signer/pdf-over-sigpdfas/pom.xml @@ -3,7 +3,7 @@  	<parent>  		<artifactId>pdf-over-signer</artifactId>  		<groupId>a-sit.at</groupId> -		<version>4.0.0</version> +		<version>4.0.1-SNAPSHOT</version>  		<relativePath>..</relativePath>  	</parent>  	<artifactId>pdf-over-sigpdfas</artifactId> diff --git a/pdf-over-signer/pom.xml b/pdf-over-signer/pom.xml index 8c5d6c76..b248b2a0 100644 --- a/pdf-over-signer/pom.xml +++ b/pdf-over-signer/pom.xml @@ -3,7 +3,7 @@  	<parent>  		<artifactId>pdf-over</artifactId>  		<groupId>a-sit.at</groupId> -		<version>4.0.0</version> +		<version>4.0.1-SNAPSHOT</version>  		<relativePath>..</relativePath>  	</parent>  	<artifactId>pdf-over-signer</artifactId> @@ -4,7 +4,7 @@  	<groupId>a-sit.at</groupId>  	<artifactId>pdf-over</artifactId> -	<version>4.0.0</version> +	<version>4.0.1-SNAPSHOT</version>  	<packaging>pom</packaging>  	<name>PDF-Over</name> | 
