Skip to content

Commit

Permalink
[maven-release-plugin] prepare release PrioritySorter-4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Mar 8, 2021
1 parent 9507de4 commit 2394e05
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.0</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 @@ -134,7 +134,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.0</tag>
</scm>

</project>

0 comments on commit 2394e05

Please sign in to comment.