use build-resources released version

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2019-07-22 21:23:04 +10:00
parent c26bf34edb
commit ba05117a0d
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -120,7 +120,7 @@ def slackNotif() {
* @return the Jenkinsfile step representing a maven build
*/
def mavenBuild(jdk, cmdline, mvnName, junitPublishDisabled) {
def localRepo = ".repository" // "${env.JENKINS_HOME}/${env.EXECUTOR_NUMBER}" //
def localRepo = ".repository" // "${env.JENKINS_HOME}/${env.EXECUTOR_NUMBER}" //
def settingsName = 'oss-settings.xml'
def mavenOpts = '-Xms1g -Xmx4g -Djava.awt.headless=true'

View File

@ -443,7 +443,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>build-resources</artifactId>
<version>${project.version}</version>
<version>10.0.0-alpha0</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>