diff --git a/jenkins/Jenkinsfile b/jenkins/Jenkinsfile index 52eed25843..f9b0bc00f3 100644 --- a/jenkins/Jenkinsfile +++ b/jenkins/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { } stage('Complete') { steps { - echo 'Job Complete!' + echo 'SimSim Complete!' } } } diff --git a/pom.xml b/pom.xml index 19ee4305a8..6f3a1ad9ac 100644 --- a/pom.xml +++ b/pom.xml @@ -11,17 +11,29 @@ junit junit - 4.11 + 4.13.2 test + + UTF-8 + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + + org.apache.maven.plugins maven-jar-plugin - 3.0.2 + 3.2.0 @@ -32,6 +44,26 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 + + + enforce-maven + + enforce + + + + + [3.5.4,) + + + + + +