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 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