Skip to content

Commit 159a93b

Browse files
committed
去掉些没用的东西
1 parent ff905cf commit 159a93b

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,6 @@
8080
</dependency>
8181
</dependencies>
8282

83-
<distributionManagement>
84-
<snapshotRepository>
85-
<id>ossrh</id>
86-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
87-
</snapshotRepository>
88-
<repository>
89-
<id>ossrh</id>
90-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
91-
</repository>
92-
</distributionManagement>
93-
9483
<profiles>
9584
<profile>
9685
<id>doclint-java8-disable</id>
@@ -177,6 +166,7 @@
177166
<version>0.7.0</version>
178167
<extensions>true</extensions>
179168
<configuration>
169+
<deploymentName>Release ${project.version} (Maven)</deploymentName>
180170
<publishingServerId>central</publishingServerId>
181171
<autoPublish>true</autoPublish>
182172
</configuration>

0 commit comments

Comments
 (0)