Skip to content

Commit 6d97331

Browse files
committed
Revert "add distributionManagement element"
This reverts commit 2fea83d.
1 parent 2fea83d commit 6d97331

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

pom.xml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,6 @@
214214
<artifactId>maven-jar-plugin</artifactId>
215215
<version>2.6</version>
216216
</plugin>
217-
218-
<plugin>
219-
<groupId>org.apache.maven.plugins</groupId>
220-
<artifactId>maven-gpg-plugin</artifactId>
221-
<version>3.0.1</version>
222-
</plugin>
223-
224217
</plugins>
225218
</pluginManagement>
226219
<plugins>
@@ -235,28 +228,4 @@
235228
</plugins>
236229
</build>
237230

238-
239-
<distributionManagement>
240-
<repository>
241-
<id>webank-releases</id>
242-
<name>webank-releases</name>
243-
<url>http://maven.weoa.com/nexus/content/repositories/releases</url>
244-
</repository>
245-
<snapshotRepository>
246-
<id>webank-snapshots</id>
247-
<name>webank-snapshots</name>
248-
<url>http://maven.weoa.com/nexus/content/repositories/snapshots</url>
249-
</snapshotRepository>
250-
</distributionManagement>
251-
252-
253-
<profiles>
254-
<profile>
255-
<id>product</id>
256-
<properties>
257-
<project.release.version>1.0.0-SNAPSHOT</project.release.version>
258-
</properties>
259-
</profile>
260-
</profiles>
261-
262231
</project>

0 commit comments

Comments
 (0)