File tree 1 file changed +14
-7
lines changed
1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.arangodb</groupId >
7
7
<artifactId >arangodb-java-driver</artifactId >
8
- <version >6.6.3</version >
8
+ <version >6.6.3-SNAPSHOT </version >
9
9
<inceptionYear >2016</inceptionYear >
10
10
<packaging >jar</packaging >
11
11
38
38
</developers >
39
39
40
40
<distributionManagement >
41
- <snapshotRepository >
42
- <id >ossrh</id >
43
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
44
- </snapshotRepository >
45
41
<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 >
48
46
</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 >
49
53
</distributionManagement >
50
54
51
55
<profiles >
143
147
<groupId >org.apache.maven.plugins</groupId >
144
148
<artifactId >maven-gpg-plugin</artifactId >
145
149
<version >1.6</version >
150
+ <configuration >
151
+ <skip >true</skip >
152
+ </configuration >
146
153
<executions >
147
154
<execution >
148
155
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments