We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159a93b commit 2189377Copy full SHA for 2189377
2 files changed
README.md
@@ -16,6 +16,15 @@ Maven 引用方式
16
<dependency>
17
<groupId>com.github.binarywang</groupId>
18
<artifactId>java-testdata-generator</artifactId>
19
- <version>1.1.2</version>
+ <version>1.1.2</version>
20
</dependency>
21
````
22
+
23
24
+```shell
25
+git add .
26
+git commit -m "updat deploymentName"
27
28
+git pull --rebase
29
+git push origin
30
+```
pom.xml
@@ -166,7 +166,7 @@
166
<version>0.7.0</version>
167
<extensions>true</extensions>
168
<configuration>
169
- <deploymentName>Release ${project.version} (Maven)</deploymentName>
+ <deploymentName>Release ${project.artifactId}:${project.version}</deploymentName>
170
<publishingServerId>central</publishingServerId>
171
<autoPublish>true</autoPublish>
172
</configuration>
0 commit comments