Skip to content

Commit

Permalink
update goobi workflow dependency to version 22.01
Browse files Browse the repository at this point in the history
  • Loading branch information
intranda Jenkins committed Feb 15, 2022
1 parent 615d98a commit 8db658b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {

agent {
docker {
image 'maven:3-jdk-8'
image 'maven:3-jdk-11'
args '-v $HOME/.m2:/var/maven/.m2:z -u 1000 -ti -e _JAVA_OPTIONS=-Duser.home=/var/maven -e MAVEN_CONFIG=/var/maven/.m2'
}
}
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>1.0.0</version>
<packaging>pom</packaging>
<properties>
<goobi.version>21.12.1</goobi.version>
<goobi.version>22.01</goobi.version>
</properties>
<distributionManagement>
<repository>
Expand Down

0 comments on commit 8db658b

Please sign in to comment.