Skip to content

Commit

Permalink
[JENKINS-31162] The category ID has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Apr 6, 2016
1 parent 9c5eb51 commit 775fa6e
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 775fa6e

Please sign in to comment.