diff options
author | Andreas Abraham <aabraham@iaik.tugraz.at> | 2018-03-21 16:35:44 +0100 |
---|---|---|
committer | Andreas Abraham <aabraham@iaik.tugraz.at> | 2018-03-21 16:35:44 +0100 |
commit | 823751ad89497eddc5ed2e76d3be63dcc0c357b8 (patch) | |
tree | 907530cb817a4ba085225583d3aec1d769980b2d /pdf-over-gui/pom.xml | |
parent | 6c0b2c9ed89f39f2d0606c113173645476de69b6 (diff) | |
download | pdf-over-823751ad89497eddc5ed2e76d3be63dcc0c357b8.tar.gz pdf-over-823751ad89497eddc5ed2e76d3be63dcc0c357b8.tar.bz2 pdf-over-823751ad89497eddc5ed2e76d3be63dcc0c357b8.zip |
postinstall scripts changed, error message
Diffstat (limited to 'pdf-over-gui/pom.xml')
-rw-r--r-- | pdf-over-gui/pom.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 5493566f..788d3afc 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -168,15 +168,15 @@ <outputDirectory>${staging.dir}/lib-swt</outputDirectory> <destFileName>swt-${target.name}-64.jar</destFileName> </artifactItem> -<!-- <artifactItem> --> -<!-- <groupId>at.a-sit</groupId> --> -<!-- <artifactId>pdf-over-install-helper</artifactId> --> -<!-- <version>1.0.0</version> --> -<!-- <type>jar</type> --> -<!-- <overWrite>true</overWrite> --> -<!-- <outputDirectory>${staging.dir}/lib</outputDirectory> --> -<!-- <destFileName>pdf-over-install-helper-1.0.0.jar</destFileName> --> -<!-- </artifactItem> --> + <artifactItem> + <groupId>at.a-sit</groupId> + <artifactId>pdf-over-install-helper</artifactId> + <version>1.0.0</version> + <type>jar</type> + <overWrite>true</overWrite> + <outputDirectory>${staging.dir}/lib</outputDirectory> + <destFileName>pdf-over-install-helper-1.0.0.jar</destFileName> + </artifactItem> </artifactItems> </configuration> </execution> @@ -619,7 +619,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jarsigner-plugin</artifactId> - <version>1.2</version> + <version>1.4</version> <configuration> <keystore>${ks-file}</keystore> <alias>a-sit-3</alias> |