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 b1ea721 commit c0921b3Copy full SHA for c0921b3
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.jenkins-ci.plugins</groupId>
7
<artifactId>plugin</artifactId>
8
- <version>4.88</version>
+ <version>5.7</version>
9
<relativePath />
10
</parent>
11
@@ -21,7 +21,9 @@
21
<revision>42.7.5</revision>
22
<changelist>999999-SNAPSHOT</changelist>
23
<gitHubRepo>jenkinsci/postgresql-api-plugin</gitHubRepo>
24
- <jenkins.version>2.387.1</jenkins.version>
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
25
+ <jenkins.baseline>2.479</jenkins.baseline>
26
+ <jenkins.version>${jenkins.baseline}.1</jenkins.version>
27
</properties>
28
<dependencies>
29
<dependency>
0 commit comments