Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jenkinsci/stashnotifier-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 644dbde03a7aa5ad7dbf1eab17442df9bbcc71e8
Choose a base ref
..
head repository: jenkinsci/stashnotifier-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7b190d0cddbb35d2e50b5762c3adf8b6f7b1ff9b
Choose a head ref
Showing with 4 additions and 3 deletions.
  1. +4 −3 pom.xml
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -10,8 +10,9 @@
<properties>
<revision>1</revision>
<changelist>999999-SNAPSHOT</changelist>
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
<jenkins.version>2.440.3</jenkins.version>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.440</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<hpi.compatibleSinceVersion>1.9</hpi.compatibleSinceVersion>
</properties>
<artifactId>stashNotifier</artifactId>
@@ -80,7 +81,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.440.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3435.v238d66a_043fb_</version>
<scope>import</scope>
<type>pom</type>