Updated Maven version

master
Jens Pelzetter 2022-10-11 19:10:52 +02:00
parent 0bdec6f63d
commit f70df33ff3
2 changed files with 2 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline { pipeline {
agent any agent any
tools { tools {
maven 'apache-maven-3.6.0' maven 'apache-maven-3.8.4'
} }
stages { stages {
stage('Build and Test') { stage('Build and Test') {

View File

@ -34,6 +34,7 @@
--> -->
<property name="org.hibernate.envers.audit_strategy" <property name="org.hibernate.envers.audit_strategy"
value="org.hibernate.envers.strategy.ValidityAuditStrategy"/> value="org.hibernate.envers.strategy.ValidityAuditStrategy"/>
</properties> </properties>
</persistence-unit> </persistence-unit>