Skip to content

Commit

Permalink
[JENKINS-31162] The category identifier has been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Mar 21, 2016
1 parent 706e759 commit 6d6212d
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 "itemcategory-standaloneprojects";
return "standaloneprojects";
}

/**
Expand Down

0 comments on commit 6d6212d

Please sign in to comment.