File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,15 @@ Maven 引用方式
16
16
<dependency>
17
17
<groupId>com.github.binarywang</groupId>
18
18
<artifactId>java-testdata-generator</artifactId>
19
- <version>1.1.2</version>
19
+ <version>1.1.2</version>
20
20
</dependency>
21
21
````
22
+
23
+
24
+ ```shell
25
+ git add .
26
+ git commit -m "updat deploymentName"
27
+
28
+ git pull --rebase
29
+ git push origin
30
+ ```
Original file line number Diff line number Diff line change 166
166
<version >0.7.0</version >
167
167
<extensions >true</extensions >
168
168
<configuration >
169
- <deploymentName >Release ${project.version} (Maven) </deploymentName >
169
+ <deploymentName >Release ${project.artifactId} : ${project. version} </deploymentName >
170
170
<publishingServerId >central</publishingServerId >
171
171
<autoPublish >true</autoPublish >
172
172
</configuration >
You can’t perform that action at this time.
0 commit comments