-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release PrioritySorter-4.1.0
- Loading branch information
1 parent
0862637
commit b3c23f3
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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> |