Skip to content

Commit 61a07bc

Browse files
committed
Pull request ID is long
1 parent fbcd82c commit 61a07bc

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

pom.xml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -32,14 +32,16 @@
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>

src/main/java/com/spotify/github/v3/prs/PullRequestItem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)