Skip to content

Commit 4a9078a

Browse files
committed
更新
1 parent 5a6c5e3 commit 4a9078a

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

src/main/java/com/ultikits/PluginEntity.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)