From 2d29c787b46ce61b98a1c13e05e21ebc21f49dbf Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Fri, 6 Sep 2019 16:38:37 -0700 Subject: [PATCH 1/3] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3f7a64105..f56e6c8698 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -Java API for GitHub +# Java API for GitHub TEST (stable) See https://github-api.kohsuke.org/ for more details From 1f40fdf4acf1adb246c109c21a22f617e4bd1ca8 Mon Sep 17 00:00:00 2001 From: Matt Farmer Date: Sat, 21 Sep 2019 10:23:59 -0400 Subject: [PATCH 2/3] Bogus commit to change head sha Seeing validation errors in the test about too many prs with the same head sha. This should resolve that so I can capture snapshots --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f56e6c8698..db182cd63a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # Java API for GitHub TEST (stable) See https://github-api.kohsuke.org/ for more details + From 07374fe73aff1c2024a8d4114b32406c7a8e89b7 Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Fri, 12 Mar 2021 17:52:51 -0800 Subject: [PATCH 3/3] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 961703b154..9f12bf5feb 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ github-api 1.96-SNAPSHOT - GitHub API for Java + GitHub API for Java TEST https://github-api.kohsuke.org/ GitHub API for Java