File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1111
1212 <groupId >io.jenkins.plugins</groupId >
1313 <artifactId >postgresql-api</artifactId >
14- <version >${changelist} </version >
14+ <version >${revision} - ${ changelist} </version >
1515 <packaging >hpi</packaging >
1616
1717 <name >PostgreSQL API Plugin</name >
1818 <url >https://github.com/jenkinsci/postgresql-api-plugin</url >
1919
2020 <properties >
21+ <revision >42.6.0</revision >
2122 <changelist >999999-SNAPSHOT</changelist >
2223 <gitHubRepo >jenkinsci/postgresql-api-plugin</gitHubRepo >
2324 <jenkins .version>2.387.1</jenkins .version>
2627 <dependency >
2728 <groupId >org.postgresql</groupId >
2829 <artifactId >postgresql</artifactId >
29- <version >42.6.0 </version >
30+ <version >${revision} </version >
3031 </dependency >
3132 </dependencies >
3233
You can’t perform that action at this time.
0 commit comments