diff options
| -rw-r--r-- | pdf-over-gui/pom.xml | 25 | ||||
| -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 | 4 | 
5 files changed, 29 insertions, 6 deletions
| diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 5ca1f6b7..ad6a130d 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.0.4-SNAPSHOT</version> +		<version>4.0.4</version>  		<relativePath>..</relativePath>  	</parent>  	<artifactId>pdf-over-gui</artifactId> @@ -586,6 +586,29 @@  				</plugins>  			</build>  		</profile> +		<profile> +			<id>ks-sign</id> +			<!-- Activate this profile to sign the package using a java keystore --> +			<build> +				<plugins> +					<plugin> +						<groupId>org.apache.maven.plugins</groupId> +						<artifactId>maven-jarsigner-plugin</artifactId> +						<version>1.2</version> +						<configuration> +							<keystore>${ks-file}</keystore> +							<alias>a-sit-3</alias> +							<storepass>${ks-pass}</storepass> +							<keypass>${ks-pass}</keypass> +							<keystoreConfig> +								<delete>false</delete> +								<gen>false</gen> +							</keystoreConfig> +						</configuration> +					</plugin> +				</plugins> +			</build> +		</profile>  	</profiles>  	<repositories> diff --git a/pdf-over-signator/pom.xml b/pdf-over-signator/pom.xml index 3a374afc..67d6c2ec 100644 --- a/pdf-over-signator/pom.xml +++ b/pdf-over-signator/pom.xml @@ -3,7 +3,7 @@  	<parent>  		<artifactId>pdf-over</artifactId>  		<groupId>at.a-sit</groupId> -		<version>4.0.4-SNAPSHOT</version> +		<version>4.0.4</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 7847f230..bd506b6a 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>at.a-sit</groupId> -		<version>4.0.4-SNAPSHOT</version> +		<version>4.0.4</version>  		<relativePath>..</relativePath>  	</parent>  	<artifactId>pdf-over-sigpdfas</artifactId> diff --git a/pdf-over-signer/pom.xml b/pdf-over-signer/pom.xml index 63e03ae6..e0f39686 100644 --- a/pdf-over-signer/pom.xml +++ b/pdf-over-signer/pom.xml @@ -3,7 +3,7 @@  	<parent>  		<artifactId>pdf-over</artifactId>  		<groupId>at.a-sit</groupId> -		<version>4.0.4-SNAPSHOT</version> +		<version>4.0.4</version>  		<relativePath>..</relativePath>  	</parent>  	<artifactId>pdf-over-signer</artifactId> @@ -4,7 +4,7 @@  	<groupId>at.a-sit</groupId>  	<artifactId>pdf-over</artifactId> -	<version>4.0.4-SNAPSHOT</version> +	<version>4.0.4</version>  	<packaging>pom</packaging>  	<name>PDF-Over</name> @@ -60,7 +60,7 @@  	<scm>  		<connection>scm:git:http://git.egiz.gv.at/git/pdf-over</connection> -		<developerConnection>scm:git:git://gitlab@gitlab.iaik.tugraz.at:tobias.kellner/pdf-over.git</developerConnection> +		<developerConnection>scm:git:https://gitlab.iaik.tugraz.at/tobias.kellner/mocca.git</developerConnection>  		<url>http://git.egiz.gv.at/pdf-over</url>  	</scm> | 
