|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <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/maven-v4_0_0.xsd">
|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
| 4 | + |
4 | 5 | <parent>
|
5 | 6 | <groupId>org.jenkins-ci.plugins</groupId>
|
6 | 7 | <artifactId>plugin</artifactId>
|
|
13 | 14 | <version>${revision}${changelist}</version>
|
14 | 15 | <packaging>hpi</packaging>
|
15 | 16 | <name>Git Parameter Plug-In</name>
|
16 |
| - <description>Adds ability to choose branches, tags or revisions from git repositories configured in project.</description> |
17 | 17 | <url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
|
18 | 18 |
|
19 | 19 | <licenses>
|
|
48 | 48 | </scm>
|
49 | 49 |
|
50 | 50 | <properties>
|
51 |
| - <revision>0.9.20</revision> |
| 51 | + <revision>0.10.0</revision> |
52 | 52 | <changelist>-SNAPSHOT</changelist>
|
53 | 53 | <!-- Baseline Jenkins version you use to build and test the plugin. Users must have this version or newer to run. -->
|
54 |
| - <jenkins.version>2.387.3</jenkins.version> |
| 54 | + <jenkins.baseline>2.452</jenkins.baseline> |
| 55 | + <jenkins.version>${jenkins.baseline}.4</jenkins.version> |
55 | 56 | <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
|
56 | 57 | <spotless.check.skip>false</spotless.check.skip>
|
57 | 58 | </properties>
|
|
60 | 61 | <dependencies>
|
61 | 62 | <dependency>
|
62 | 63 | <groupId>io.jenkins.tools.bom</groupId>
|
63 |
| - <artifactId>bom-2.387.x</artifactId> |
64 |
| - <version>2543.vfb_1a_5fb_9496d</version> |
| 64 | + <artifactId>bom-${jenkins.baseline}.x</artifactId> |
| 65 | + <version>3559.vb_5b_81183b_d23</version> |
65 | 66 | <type>pom</type>
|
66 | 67 | <scope>import</scope>
|
67 | 68 | </dependency>
|
|
0 commit comments