diff --git a/pom.xml b/pom.xml index 46dc947e..ff575120 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 github-client - 0.3.3-SNAPSHOT + 0.3.3-idfix-SNAPSHOT com.spotify @@ -32,14 +32,16 @@ - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + releases + Releases + https://nexus.service.consul/nexus/content/repositories/releases + + snapshots + Snapshots + https://nexus.service.consul/nexus/content/repositories/snapshots + diff --git a/src/main/java/com/spotify/github/v3/prs/PullRequestItem.java b/src/main/java/com/spotify/github/v3/prs/PullRequestItem.java index 452cf3b2..318716c4 100644 --- a/src/main/java/com/spotify/github/v3/prs/PullRequestItem.java +++ b/src/main/java/com/spotify/github/v3/prs/PullRequestItem.java @@ -43,7 +43,7 @@ public interface PullRequestItem extends CloseTracking { /** ID. */ @Nullable - Integer id(); + Long id(); /** URL. */ @Nullable