Skip to content

Commit

Permalink
Merge pull request #65 from recena/JENKINS-31162-2
Browse files Browse the repository at this point in the history
[JENKINS-31162] The category ID has changed
  • Loading branch information
jglick committed Apr 11, 2016
2 parents 9c5eb51 + 775fa6e commit 50b4ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/maven/MavenModuleSet.java
Expand Up @@ -1373,7 +1373,7 @@ public String getDisplayName() {
* @return A string it represents a ItemCategory identifier.
*/
public String getCategoryId() {
return "standaloneprojects";
return "standalone-projects";
}

/**
Expand Down

0 comments on commit 50b4ee5

Please sign in to comment.