Skip to content

Commit

Permalink
POM cleanup (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Sep 5, 2024
1 parent 6fdfc07 commit d925bf7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>hpi</packaging>

<name>OpenId Connect Authentication Plugin</name>
<url>https://github.com/jenkinsci/oic-auth-plugin</url>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>

<licenses>
<license>
Expand All @@ -37,17 +37,16 @@
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<tag>${revision}.${changelist}</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<revision>4</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/oic-auth-plugin</gitHubRepo>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.426.3</jenkins.version>
<spotless.check.skip>false</spotless.check.skip>
<spotbugs.failOnError>true</spotbugs.failOnError>
<spotbugs.effort>Max</spotbugs.effort>
<configuration-as-code.version>1836.vccda_4a_122a_a_e</configuration-as-code.version>
</properties>
Expand Down

0 comments on commit d925bf7

Please sign in to comment.