From 472e27248d944b0245149f3cbb0f9c0cff9bb907 Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Thu, 13 Oct 2022 08:43:40 +0800 Subject: [PATCH] fix: missing package on the Maven Central fixes #167 Signed-off-by: Kengo TODA --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 297a660..9edb065 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ $ mvn archetype:generate \ -DarchetypeArtifactId=spotbugs-archetype \ -DarchetypeGroupId=com.github.spotbugs \ - -DarchetypeVersion=0.2.4 + -DarchetypeVersion=0.2.5 ``` ## License -Copyright 2017-2021 SpotBugs team +Copyright 2017-2022 SpotBugs team Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.