From e33b6c29aaa145e694e5423e495547e8ac4ff6f9 Mon Sep 17 00:00:00 2001 From: Ashley Scopes <73482956+ascopes@users.noreply.github.com> Date: Sat, 18 Feb 2023 10:37:10 +0000 Subject: [PATCH] Add a GitHub ribbon to JavaDocs Adds a 'Fork me on GitHub ribbon to the JavaDocs', closes #340. --- java-compiler-testing/pom.xml | 2 ++ pom.xml | 17 +++++++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/java-compiler-testing/pom.xml b/java-compiler-testing/pom.xml index 4ea5c2656..0262449be 100644 --- a/java-compiler-testing/pom.xml +++ b/java-compiler-testing/pom.xml @@ -29,6 +29,8 @@ java-compiler-testing Java Compiler Testing framework + + https://github.com/${project-slug} Microframework geared towards writing declarative integration tests against Java compiler diff --git a/pom.xml b/pom.xml index 8ce705bfd..cc1b6df6c 100644 --- a/pom.xml +++ b/pom.xml @@ -162,6 +162,8 @@ 2023 19 + 0.2.3 + 11.7.0 ascopes/java-compiler-testing @@ -389,8 +391,19 @@ false
- + + + + Fork me on GitHub + + + +