Skip to content

Commit

Permalink
Merge pull request #89 from olamy/bump-core
Browse files Browse the repository at this point in the history
bump minimum baseline to 2.387.3 and use ssh-credentials which mark trilead-api as optional and add trilead-api as optional
  • Loading branch information
jglick authored Mar 26, 2024
2 parents bb75c7d + c8bf718 commit dbf0784
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions mina-sshd-api-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,10 @@
<artifactId>ssh-credentials</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>trilead-api</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>
12 changes: 9 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<revision>2.12.0</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/mina-sshd-api-plugin</gitHubRepo>
<jenkins.version>2.361.4</jenkins.version>
<jenkins.version>2.387.3</jenkins.version>
<autoVersionSubmodules>true</autoVersionSubmodules>
</properties>

Expand Down Expand Up @@ -76,8 +76,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<version>2102.v854b_fec19c92</version>
<artifactId>bom-2.387.x</artifactId>
<version>2543.vfb_1a_5fb_9496d</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -91,6 +91,12 @@
<artifactId>mina-sshd-api-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>ssh-credentials</artifactId>
<!-- we need a version which mark trilead-api as optional -->
<version>326.v7fcb_a_ef6194b_</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit dbf0784

Please sign in to comment.