We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30260e6 commit b2c225fCopy full SHA for b2c225f
Jenkinsfile
@@ -1,5 +1,5 @@
1
pipeline {
2
- agent { label 'maven' }
+ agent { label 'maven-36-jdk11' }
3
stages {
4
stage('Prepare') {
5
steps {
pom.xml
@@ -22,7 +22,7 @@
22
<parent>
23
<groupId>org.commonjava</groupId>
24
<artifactId>commonjava</artifactId>
25
- <version>12</version>
+ <version>17</version>
26
</parent>
27
28
<groupId>org.commonjava.rwx</groupId>
@@ -52,7 +52,7 @@
52
<dependency>
53
<groupId>org.commonjava.boms</groupId>
54
<artifactId>web-commons-bom</artifactId>
55
- <version>17</version>
+ <version>27</version>
56
<type>pom</type>
57
<scope>import</scope>
58
</dependency>
0 commit comments