File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
src/main/java/com/spotify/github/v3/prs Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44
55 <artifactId >github-client</artifactId >
6- <version >0.3.3-SNAPSHOT</version >
6+ <version >0.3.3-idfix- SNAPSHOT</version >
77
88 <parent >
99 <groupId >com.spotify</groupId >
3232 </organization >
3333
3434 <distributionManagement >
35- <snapshotRepository >
36- <id >ossrh</id >
37- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
38- </snapshotRepository >
3935 <repository >
40- <id >ossrh</id >
41- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
36+ <id >releases</id >
37+ <name >Releases</name >
38+ <url >https://nexus.service.consul/nexus/content/repositories/releases</url >
4239 </repository >
40+ <snapshotRepository >
41+ <id >snapshots</id >
42+ <name >Snapshots</name >
43+ <url >https://nexus.service.consul/nexus/content/repositories/snapshots</url >
44+ </snapshotRepository >
4345 </distributionManagement >
4446
4547 <developers >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public interface PullRequestItem extends CloseTracking {
4343
4444 /** ID. */
4545 @ Nullable
46- Integer id ();
46+ Long id ();
4747
4848 /** URL. */
4949 @ Nullable
You can’t perform that action at this time.
0 commit comments