Skip to content

Commit

Permalink
Merge pull request #237 from jtnord/java11
Browse files Browse the repository at this point in the history
update jenkins baseline, move to java11
  • Loading branch information
jtnord committed May 4, 2023
2 parents e4106d9 + 7c33590 commit 4a7712b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
buildPlugin(configurations: [
// Test Windows & Linux with default values
[ platform: "linux", jdk: "8", jenkins: null ],
[ platform: "windows", jdk: "8", jenkins: null ],

// Checking JDK 11
[ platform: "linux", jdk: "11", jenkins: null ]
[ platform: "linux", jdk: "11" ],
[ platform: "windows", jdk: "11"],
//[ platform: "linux", jdk: "17"]
])
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.47</version>
<version>4.62</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -65,7 +65,7 @@
<properties>
<revision>1.5.7</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.319.3</jenkins.version>
<jenkins.version>2.361.4</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
<hpi.compatibleSinceVersion>1.5.0</hpi.compatibleSinceVersion>
<google.api.version>1.35.2</google.api.version>
Expand Down

0 comments on commit 4a7712b

Please sign in to comment.