Skip to content

Commit

Permalink
[maven-release-plugin] prepare release PrioritySorter-4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Nov 27, 2021
1 parent 7bffeba commit e6a4ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<java.level>8</java.level>
</properties>
<artifactId>PrioritySorter</artifactId>
<version>${revision}${changelist}</version>
<version>4.0.1</version>
<packaging>hpi</packaging>
<name>Jenkins Priority Sorter Plugin</name>
<description>This plugin allows for the build queue to be sorted based on configurable Sorting and Priority Assigment Strategies.</description>
Expand Down Expand Up @@ -146,7 +146,7 @@
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:ssh://git@github.com/${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
<tag>PrioritySorter-4.0.1</tag>
</scm>

</project>

0 comments on commit e6a4ca4

Please sign in to comment.