File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
src/main/java/com/ultikits Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 44 <groupId >com.ultikits</groupId >
55 <artifactId >ultitools-maven-plugin</artifactId >
66 <packaging >maven-plugin</packaging >
7- <version >1.0-SNAPSHOT </version >
7+ <version >1.0.0 </version >
88 <name >UltiTools Deploy Tool</name >
99
1010 <distributionManagement >
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ public class PluginEntity {
1616 private String description ;
1717 private String shortDescription ;
1818 private String icon ;
19- private String downloadLink ;
20- private String version ;
2119
2220 @ Override
2321 public String toString () {
@@ -40,10 +38,6 @@ public String toString() {
4038 + shortDescription + '\"'
4139 + ",\" icon\" :\" "
4240 + icon + '\"'
43- + ",\" downloadLink\" :\" "
44- + downloadLink + '\"'
45- + ",\" version\" :\" "
46- + version + '\"'
4741 + "}" ;
4842 }
4943}
You can’t perform that action at this time.
0 commit comments