Skip to content

Commit 2189377

Browse files
committed
updat deploymentName
1 parent 159a93b commit 2189377

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
```

pom.xml

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

0 commit comments

Comments
 (0)