diff options
| -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 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> diff --git a/pdf-over-signator/pom.xml b/pdf-over-signator/pom.xml index c04259d6..a82e4c75 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.1</version> +		<version>4.0.2-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 ab339094..14370c75 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.1</version> +		<version>4.0.2-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 88dc913b..608ba620 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.1</version> +		<version>4.0.2-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.1</version> +	<version>4.0.2-SNAPSHOT</version>  	<packaging>pom</packaging>  	<name>PDF-Over</name> | 
