Skip to content

Commit bac926e

Browse files
Remove useBeta property from pom.xml (jenkinsci#1714)
* Remove useBeta property from pom.xml * Bump jenkins.version to 2.495 --------- Co-authored-by: strangelookingnerd <strangelookingnerd@users.noreply.github.com>
1 parent 73961f7 commit bac926e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@
3838
<hpi.bundledArtifacts />
3939
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
4040
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
41-
<jenkins.baseline>2.492</jenkins.baseline>
42-
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
41+
<jenkins.baseline>2.504</jenkins.baseline>
42+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
4343
<no-test-jar>false</no-test-jar>
44-
<!-- Jenkins.MANAGE is still in Beta -->
45-
<useBeta>true</useBeta>
4644
<!-- Do not run extra reporting for pmd -->
4745
<!-- https://stackoverflow.com/questions/12038238/unable-to-locate-source-xref-to-link-to -->
4846
<linkXRef>false</linkXRef>

0 commit comments

Comments
 (0)