From a4cf9a16db192ea9eb839c32b5bab78046330a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gro=C3=9Fe?= Date: Thu, 1 Aug 2024 13:38:30 +0200 Subject: [PATCH 1/2] chore: Update maven-gpg-plugin --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 410d7eb..60a5285 100644 --- a/pom.xml +++ b/pom.xml @@ -208,7 +208,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.1.0 + 3.2.4 sign-artifacts @@ -261,7 +261,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.1.0 + 3.2.4 sign-artifacts From 0935989adec63211a4c19b0bb26b4c76cfe148d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gro=C3=9Fe?= Date: Thu, 1 Aug 2024 13:44:46 +0200 Subject: [PATCH 2/2] chore: add missing files --- .github/CODEOWNERS | 2 ++ catalog-info.yaml | 15 +++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 catalog-info.yaml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..8012026 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Global +* @Staffbase/need-for-speed-devs \ No newline at end of file diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..1e5e6bc --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,15 @@ +--- +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: plugins-sdk-java + description: Framework to create a plugin in Java + annotations: + github.com/project-slug: Staffbase/plugins-sdk-java + tags: + - sdk + - framework +spec: + type: library + lifecycle: production + owner: need-for-speed \ No newline at end of file