Skip to content

Commit

Permalink
[maven-release-plugin] prepare release PrioritySorter-4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jan 3, 2022
1 parent 0862637 commit b3c23f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<spotbugs.threshold>Low</spotbugs.threshold>
</properties>
<artifactId>PrioritySorter</artifactId>
<version>${revision}${changelist}</version>
<version>4.1.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 @@ -70,8 +70,8 @@
<!-- define a language-specific format -->
<java>
<!-- no need to specify files, inferred automatically -->
<endWithNewline></endWithNewline>
<removeUnusedImports></removeUnusedImports>
<endWithNewline />
<removeUnusedImports />
</java>
</configuration>
<executions>
Expand Down Expand Up @@ -194,7 +194,7 @@
<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>
<tag>PrioritySorter-4.1.0</tag>
</scm>

</project>

0 comments on commit b3c23f3

Please sign in to comment.