Skip to content

Commit c8a6d2c

Browse files
author
zengjun1
committed
dns remove host
1 parent 6c32480 commit c8a6d2c

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

pom.xml

+14-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.arangodb</groupId>
77
<artifactId>arangodb-java-driver</artifactId>
8-
<version>6.6.3</version>
8+
<version>6.6.3-SNAPSHOT</version>
99
<inceptionYear>2016</inceptionYear>
1010
<packaging>jar</packaging>
1111

@@ -38,14 +38,18 @@
3838
</developers>
3939

4040
<distributionManagement>
41-
<snapshotRepository>
42-
<id>ossrh</id>
43-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
44-
</snapshotRepository>
4541
<repository>
46-
<id>ossrh</id>
47-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
42+
<id>weibo.default</id>
43+
<uniqueVersion>true</uniqueVersion>
44+
<name>Internal Release Repository</name>
45+
<url>http://maven.intra.weibo.com/nexus/content/repositories/releases</url>
4846
</repository>
47+
<snapshotRepository>
48+
<id>weibo.default</id>
49+
<uniqueVersion>true</uniqueVersion>
50+
<name>Internal Snapshot Repository</name>
51+
<url>http://maven.intra.weibo.com/nexus/content/repositories/snapshots</url>
52+
</snapshotRepository>
4953
</distributionManagement>
5054

5155
<profiles>
@@ -143,6 +147,9 @@
143147
<groupId>org.apache.maven.plugins</groupId>
144148
<artifactId>maven-gpg-plugin</artifactId>
145149
<version>1.6</version>
150+
<configuration>
151+
<skip>true</skip>
152+
</configuration>
146153
<executions>
147154
<execution>
148155
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)