Updated Maven version
parent
0bdec6f63d
commit
f70df33ff3
|
|
@ -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') {
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue