From 61a07bc6e8eac90a3d96fdb141e2e8a332cb640b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kyt=C3=BDr?= Date: Fri, 13 Dec 2024 14:55:26 +0100 Subject: [PATCH] Pull request ID is long --- pom.xml | 16 +++++++++------- .../spotify/github/v3/prs/PullRequestItem.java | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) 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