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 引用方式
1616<dependency>
1717 <groupId>com.github.binarywang</groupId>
1818 <artifactId>java-testdata-generator</artifactId>
19- <version>1.1.2</version>
19+ <version>1.1.2</version>
2020</dependency>
2121````
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 166166 <version >0.7.0</version >
167167 <extensions >true</extensions >
168168 <configuration >
169- <deploymentName >Release ${project.version} (Maven) </deploymentName >
169+ <deploymentName >Release ${project.artifactId} : ${project. version} </deploymentName >
170170 <publishingServerId >central</publishingServerId >
171171 <autoPublish >true</autoPublish >
172172 </configuration >
You can’t perform that action at this time.
0 commit comments