Skip to content

Commit

Permalink
Require 2.346.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar committed Feb 13, 2025
1 parent 45f81e1 commit a476da4
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.12</version>
<version>4.51</version>
<relativePath />
</parent>

Expand All @@ -22,20 +22,12 @@
</license>
</licenses>

<developers>
<developer>
<id>aiosupport</id>
<name>AIO Tests Support</name>
<organization>Navarambh Software Pvt. Ltd.</organization>
<organizationUrl>https://www.aioreports.com/</organizationUrl>
</developer>
</developers>

<properties>
<revision>1.0</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.289.2</jenkins.version>
<java.level>8</java.level>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.346</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo></properties>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>

Expand All @@ -51,16 +43,16 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.235.x</artifactId>
<version>16</version>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>1763.v092b_8980a_f5e</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>

<scm>
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
Expand Down

0 comments on commit a476da4

Please sign in to comment.