Skip to content

Commit

Permalink
Refresh plugin (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Nov 9, 2022
1 parent 1e9ad27 commit 40deea4
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.49</version>
<version>4.50</version>
<relativePath />
</parent>

<artifactId>slack</artifactId>
Expand All @@ -18,11 +19,8 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/slack-plugin</gitHubRepo>
<jenkins.version>2.289.1</jenkins.version>
<jenkins.version>2.289.3</jenkins.version>
<hpi.compatibleSinceVersion>2.32</hpi.compatibleSinceVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<hamcrest.version>2.2</hamcrest.version>
<checkstyle.failsOnError>true</checkstyle.failsOnError>
<checkstyle.failOnViolation>true</checkstyle.failOnViolation>
</properties>
Expand All @@ -35,8 +33,8 @@
</licenses>

<scm>
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
</scm>
Expand All @@ -53,27 +51,19 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.289.x</artifactId>
<version>1117.v62a_f6a_01de98</version>
<version>1461.vb_3c6de28f2b_a_</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<!-- libraries -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<!-- required plugins -->
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20220924</version>
<groupId>io.jenkins.plugins</groupId>
<artifactId>commons-lang3-api</artifactId>
</dependency>

<!-- required plugins -->
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>structs</artifactId>
Expand Down

0 comments on commit 40deea4

Please sign in to comment.