Skip to content

Commit cdf1f14

Browse files
committed
prepare stable branch
1 parent a6ebef6 commit cdf1f14

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

pom.xml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ THE SOFTWARE.
3333
</parent>
3434
<groupId>org.jenkins-ci.plugins.workflow</groupId>
3535
<artifactId>workflow-multibranch</artifactId>
36-
<version>${changelist}</version>
36+
<version>783.${changelist}</version>
3737
<packaging>hpi</packaging>
3838
<name>Pipeline: Multibranch</name>
3939
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -63,25 +63,19 @@ THE SOFTWARE.
6363
</pluginRepositories>
6464
<properties>
6565
<changelist>999999-SNAPSHOT</changelist>
66-
<jenkins.version>2.444</jenkins.version>
66+
<jenkins.version>2.452.2</jenkins.version>
6767
<no-test-jar>false</no-test-jar>
6868
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
6969
</properties>
7070
<dependencyManagement>
7171
<dependencies>
7272
<dependency>
7373
<groupId>io.jenkins.tools.bom</groupId>
74-
<artifactId>bom-2.440.x</artifactId>
75-
<version>2746.vb_79a_1d3e7b_c8</version>
74+
<artifactId>bom-2.452.x</artifactId>
75+
<version>3010.vec758b_8e7da_3</version>
7676
<scope>import</scope>
7777
<type>pom</type>
7878
</dependency>
79-
<!-- TODO until in BOM -->
80-
<dependency>
81-
<groupId>org.jenkins-ci.plugins</groupId>
82-
<artifactId>cloudbees-folder</artifactId>
83-
<version>6.919.va_e17e72383f5</version>
84-
</dependency>
8579
</dependencies>
8680
</dependencyManagement>
8781
<dependencies>

0 commit comments

Comments
 (0)