summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Abraham <andreas.abraham@egiz.gv.at>2021-05-26 14:36:15 +0200
committerAndreas Abraham <andreas.abraham@egiz.gv.at>2021-05-26 14:36:15 +0200
commit214140393568f07bd4ac464d815f7f5f751a69d4 (patch)
treec65b5ba4ea4919595a6ca49de3760a0df01613c6
parent9d78ebe959cfd11d5711127ff49507f607cf772c (diff)
downloadpdf-over-214140393568f07bd4ac464d815f7f5f751a69d4.tar.gz
pdf-over-214140393568f07bd4ac464d815f7f5f751a69d4.tar.bz2
pdf-over-214140393568f07bd4ac464d815f7f5f751a69d4.zip
ci pipeline updated
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--pdf-over-gui/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 663d105a..a6ad5bba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
-image: maven:3.8.1-adoptopenjdk-11
+image: maven:3.8.1-openjdk-11
build:
@@ -7,4 +7,4 @@ build:
tags:
- docker
script:
- - mvn clean install \ No newline at end of file
+ - mvn clean install -P dummy-sign \ No newline at end of file
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml
index bd7e5497..d9327c2b 100644
--- a/pdf-over-gui/pom.xml
+++ b/pdf-over-gui/pom.xml
@@ -596,7 +596,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jarsigner-plugin</artifactId>
- <version>1.2</version>
+ <version>1.4</version>
<configuration>
<keystore>src/main/resources/keystore.jks</keystore>
<alias>test-applet signer</alias>