Skip to content

Commit

Permalink
Merge pull request #43 from jglick/2.361.x
Browse files Browse the repository at this point in the history
Update baseline, POM, BOM
  • Loading branch information
jtnord authored Jan 4, 2023
2 parents 1bdf8bd + 04b691e commit 72c795e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @jenkinsci/plain-credentials-plugin-developers
7 changes: 6 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
buildPlugin(configurations: buildPlugin.recommendedConfigurations())
buildPlugin(
useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
])
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.44</version>
<relativePath />
<version>4.53</version>
<relativePath/>
</parent>

<artifactId>plain-credentials</artifactId>
Expand All @@ -55,7 +55,7 @@

<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.319.1</jenkins.version>
<jenkins.version>2.361.4</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>

Expand All @@ -76,8 +76,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.319.x</artifactId>
<version>1508.v4b_d09ff0e893</version>
<artifactId>bom-2.361.x</artifactId>
<version>1580.v47b_429a_c853a</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 72c795e

Please sign in to comment.