Updated Maven version
parent
0bdec6f63d
commit
f70df33ff3
|
|
@ -1,7 +1,7 @@
|
|||
pipeline {
|
||||
agent any
|
||||
tools {
|
||||
maven 'apache-maven-3.6.0'
|
||||
maven 'apache-maven-3.8.4'
|
||||
}
|
||||
stages {
|
||||
stage('Build and Test') {
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@
|
|||
-->
|
||||
<property name="org.hibernate.envers.audit_strategy"
|
||||
value="org.hibernate.envers.strategy.ValidityAuditStrategy"/>
|
||||
|
||||
</properties>
|
||||
|
||||
</persistence-unit>
|
||||
|
|
|
|||
Loading…
Reference in New Issue