mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
change type to category
This commit is contained in:
@@ -13,7 +13,7 @@ import lombok.Setter;
|
||||
public class PluginDto extends HalRepresentation {
|
||||
|
||||
private String name;
|
||||
private String type;
|
||||
private String category;
|
||||
private String version;
|
||||
private String author;
|
||||
private String description;
|
||||
|
||||
Reference in New Issue
Block a user